File tree 2 files changed +3
-1
lines changed
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
13
13
- Explicitly set default timeout and period for the OTEL push exporter (#168 )
14
14
- Fix a regression that made all compilation errors in instrumented code appear as located in
15
15
the ` #[autometrics] ` annotation instead of the original location (#170 )
16
+ - Add missing feature flag for otel-push-exporter (#172 )
16
17
17
18
## [ 1.0.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.0 ) - 2023-12-01
18
19
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ otel-push-exporter = [
41
41
" dep:opentelemetry" ,
42
42
" opentelemetry-otlp" ,
43
43
" opentelemetry-otlp/metrics" ,
44
- " opentelemetry-otlp/tls-roots"
44
+ " opentelemetry-otlp/tls-roots" ,
45
+ " opentelemetry-otlp/reqwest-rustls"
45
46
]
46
47
47
48
otel-push-exporter-http = [
You can’t perform that action at this time.
0 commit comments