-
Notifications
You must be signed in to change notification settings - Fork 894
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
Prometheus SDK exporter specification cleanups #3872
Prometheus SDK exporter specification cleanups #3872
Conversation
d41838b
to
716c3af
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
f8f11b1
to
1331d33
Compare
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
This is still relevant. |
1331d33
to
45c2ae0
Compare
Sorry for the delay @dashpole - I think we are mostly ready to merge this one. Can we include the |
… language from compatibility specification
50b7221
to
b438bcd
Compare
@carlosalberto added |
Fixes open-telemetry#3702 Fixes open-telemetry#2468 Addresses open-telemetry#3737 (comment) ## Changes * Add option to disable `target` info metric. * Move SDK-specific language from the compatibility spec to the prometheus exporter spec. * Disallow using OpenMetrics proto format, or Prometheus remote write formats in SDK exporters * Recommend using Prometheus client libraries * Clarify that only features supported by the text format are required to be implemented by Prometheus exporters * Require prometheus SDK exporters to follow the compatibility specification. @open-telemetry/wg-prometheus
Fixes #3702
Fixes #2468
Addresses #3737 (comment)
Changes
target
info metric.@open-telemetry/wg-prometheus