Skip to content

Commit

Permalink
refactor(metrics): remove Prometheus exporter and registry references
Browse files Browse the repository at this point in the history
Eliminate the Prometheus exporter-related code to streamline the metric reader with OTLP configuration only.

refactor(metrics): generalize metric reader type in HttpMetricsLayerBuilder
  • Loading branch information
ttys3 committed Dec 5, 2024
1 parent 0508e73 commit f01c11f
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ opentelemetry-http = "0.27.0"
tokio = { version = "1.42", features = ["macros"] }

[patch.crates-io]
opentelemetry-prometheus = { git="https://github.com/ttys3/opentelemetry-rust.git", branch="opentelemetry-prometheus-sdk-0.26" }
opentelemetry-prometheus = { git="https://github.com/ttys3/opentelemetry-rust.git", branch="opentelemetry-prometheus-sdk-0.27" }
Loading

0 comments on commit f01c11f

Please sign in to comment.