Skip to content

Commit

Permalink
add missing feature flag for otlp push exporter (#172)
Browse files Browse the repository at this point in the history
* add missing feature flag for otlp push exporter

* update changelog
  • Loading branch information
mellowagain authored Feb 12, 2024
1 parent f04ae4d commit 02dfe8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Explicitly set default timeout and period for the OTEL push exporter (#168)
- Fix a regression that made all compilation errors in instrumented code appear as located in
the `#[autometrics]` annotation instead of the original location (#170)
- Add missing feature flag for otel-push-exporter (#172)

## [1.0.0](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.0) - 2023-12-01

Expand Down
3 changes: 2 additions & 1 deletion autometrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ otel-push-exporter = [
"dep:opentelemetry",
"opentelemetry-otlp",
"opentelemetry-otlp/metrics",
"opentelemetry-otlp/tls-roots"
"opentelemetry-otlp/tls-roots",
"opentelemetry-otlp/reqwest-rustls"
]

otel-push-exporter-http = [
Expand Down

0 comments on commit 02dfe8d

Please sign in to comment.