File tree 2 files changed +9
-2
lines changed
examples/opentelemetry-push-custom
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## Unreleased
11
11
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.**
13
20
14
21
## [ 1.0.1] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.1 ) - 2024-02-12
15
22
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ autometrics-example-util = { path = "../util" }
10
10
# Note that the version of the opentelemetry crate MUST match
11
11
# the version used by autometrics
12
12
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" ] }
14
14
opentelemetry-otlp = { version = " 0.17" , features = [" tonic" , " metrics" ] }
15
15
opentelemetry-semantic-conventions = { version = " 0.13" }
16
16
tokio = { version = " 1" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments