Skip to content

Commit f9c3785

Browse files
committed
pr review
1 parent 4ac0416 commit f9c3785

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12-
- `opentelemetry` has been updated to v0.24 (#179)
12+
### Breaking changes
13+
14+
- `opentelemetry` has been updated to v0.24 (#179)
15+
New feature flags: `opentelemetry-0_24`, `exemplars-tracing-opentelemetry-0_25`
16+
Removed feature flags: `opentelemetry-0_21`, `exemplars-tracing-opentelemetry-0_22`
17+
18+
**If you are using these metrics library separately in your application in addition
19+
to Autometrics, ensure that you match the version that Autometrics uses.**
1320

1421
## [1.0.1](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.1) - 2024-02-12
1522

examples/opentelemetry-push-custom/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ autometrics-example-util = { path = "../util" }
1010
# Note that the version of the opentelemetry crate MUST match
1111
# the version used by autometrics
1212
opentelemetry = { version = "0.24", features = ["metrics"] }
13-
opentelemetry_sdk = { version = "0.24.1", features = ["metrics", "rt-tokio"] }
13+
opentelemetry_sdk = { version = "0.24", features = ["metrics", "rt-tokio"] }
1414
opentelemetry-otlp = { version = "0.17", features = ["tonic", "metrics"] }
1515
opentelemetry-semantic-conventions = { version = "0.13" }
1616
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)