Skip to content

Commit

Permalink
Fix typo in package name in documentation. (#1636)
Browse files Browse the repository at this point in the history
This is a minor fix of a typo in the dependencies documentation.`@io_opentelemetry_cpp/api:with_abseil` is not a valid Bazel target name, it should instead be @io_opentelemetry_cpp//api:with_abseil.
  • Loading branch information
davidmandle authored Sep 28, 2022
1 parent c10d4a0 commit 7278d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Both these dependencies are listed here:
License`
- Uses Abseil C++ Library for `absl::variant` as default `nostd::variant` if
`WITH_ABSEIL` cmake option or
`--@io_opentelemetry_cpp/api:with_abseil=true` (aka
`--@io_opentelemetry_cpp//api:with_abseil=true` (aka
`--//api:with_abseil=true`) bazel option is enabled. License: `Apache
License 2.0`

Expand Down

1 comment on commit 7278d83

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 7278d83 Previous: c10d4a0 Ratio
BM_BaselineBuffer/1 6909868.7171936035 ns/iter 670440.1969909668 ns/iter 10.31

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.