Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove prom pull based exporter #133

Open
ttys3 opened this issue Sep 18, 2024 · 0 comments
Open

remove prom pull based exporter #133

ttys3 opened this issue Sep 18, 2024 · 0 comments

Comments

@ttys3
Copy link
Owner

ttys3 commented Sep 18, 2024

opentelemetry-rust

ref open-telemetry/opentelemetry-rust#1719

these features maybe removed:

  1. Metrics SDK's View feature. Would need to gather feedback about the common use cases where Views are needed. My own experience is that, it is used most frequently to provide custom Histogram bounds. Before removing View feature, the ability to provide custom bounds will be provided at the API level. The main reason why it is removed from initial release is to keep scope manageable. Views bring a whole lot of new complexities and additional test requirements.
  1. Prometheus/Pull Exporter.

and

open-telemetry/opentelemetry-rust#1957 (review)

most likely the upcoming changes will not support pull based exporting at all


Prometheus OTLP Ingestion GA

https://prometheus.io/blog/2024/03/14/commitment-to-opentelemetry/#otlp-ingestion-ga

In Prometheus v2.47.0, released on 6th September 2023, we added experimental support for OTLP ingestion in Prometheus. We’re constantly improving this and we plan to add support for staleness and make it a stable feature. We will also mark our support for out-of-order ingestion as stable. This involves also GA-ing our support for native / exponential histograms.

https://prometheus.io/docs/prometheus/latest/feature_flags/#otlp-receiver

@ttys3 ttys3 changed the title remove prom exporter remove prom pull based exporter Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant