File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- Explicitly set default timeout and period for the OTEL push exporter (#168 )
1414- Fix a regression that made all compilation errors in instrumented code appear as located in
1515 the ` #[autometrics] ` annotation instead of the original location (#170 )
16+ - Add missing feature flag for otel-push-exporter (#172 )
1617
1718## [ 1.0.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.0 ) - 2023-12-01
1819
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ otel-push-exporter = [
4141 " dep:opentelemetry" ,
4242 " opentelemetry-otlp" ,
4343 " opentelemetry-otlp/metrics" ,
44- " opentelemetry-otlp/tls-roots"
44+ " opentelemetry-otlp/tls-roots" ,
45+ " opentelemetry-otlp/reqwest-rustls"
4546]
4647
4748otel-push-exporter-http = [
You can’t perform that action at this time.
0 commit comments