-
Notifications
You must be signed in to change notification settings - Fork 888
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
Add details to Prometheus Exporter requirement #2124
Add details to Prometheus Exporter requirement #2124
Conversation
The Prom pushgateway comes with a lot of caveats, for example: I would prefer to see us put our resources behind finishing push support for OTLP. Prometheus provides a way to join service-discovered attributes with application-provided attributes, and we would like a way to do this with OTLP. When we can do that with OTLP, then clients can send OTLP to a collector, have their service discovery labels applied, and then exported via Prometheus Remote Write. We have not discussed adding Prom pushgateway support in the collector, and I don't think we should. |
(Issue about service discovery for pushed metrics: #1078) |
761a3fc
to
a19943d
Compare
Committing these as Reiley has requested for help from native english speakers. Co-authored-by: Tyler Yahn <[email protected]>
* Add details to Prometheus Exporter requirement * fix link * allow push * improve wording * fix typo * fix typo * update based on review feedback * update based on review feedback * update changelog * Apply suggestions from code review Committing these as Reiley has requested for help from native english speakers. Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Joshua MacDonald <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
Changes
Please provide a brief description of the changes here. Update the
CHANGELOG.md
for non-trivial changes. IfCHANGELOG.md
is updated,also be sure to update
spec-compliance-matrix.md
if necessary.Related issues #2017, #2035