You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
@opentelemetry/exporter-prometheus can act as a target for prometheus scrapping. However, there are conditions that the application doesn't run for a long enough time for prometheus to reach to it.
Describe the solution you'd like
Add a prometheus push gateway exporter implementation to the repo.
The spec explicitly says that SDK should not support Prometheus push mode (open-telemetry/opentelemetry-specification#2124). I'm closing this issue for now unless there is anything that has changed.
…pi to `^1.3.0` (open-telemetry#1278)
* feat: update experimental deps to ^0.34.0
excludes `@opentelemetry/instrumentation-aws-lambda`,
which is not yet compatible with `@opentelemetry/instrumentation@^0.34.0`
* fix: pass `resourceDetectors`
* feat: update api peer deps to `^1.3.0`, core deps to `^1.8.0`
Co-authored-by: Gerhard Stöbich <[email protected]>
Is your feature request related to a problem? Please describe.
@opentelemetry/exporter-prometheus can act as a target for prometheus scrapping. However, there are conditions that the application doesn't run for a long enough time for prometheus to reach to it.
Describe the solution you'd like
Add a prometheus push gateway exporter implementation to the repo.
Additional context
The text was updated successfully, but these errors were encountered: