Skip to content

Commit 02dfe8d

Browse files
authored
add missing feature flag for otlp push exporter (#172)
* add missing feature flag for otlp push exporter * update changelog
1 parent f04ae4d commit 02dfe8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff 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

autometrics/Cargo.toml

+2-1
Original file line numberDiff line numberDiff 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

4748
otel-push-exporter-http = [

0 commit comments

Comments
 (0)