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
Prometheus' server recognizes uses a SIGHUP signal sent to it, to reload configurations when they are changed.
Essentially Prometheus says per https://prometheus.io/docs/prometheus/latest/configuration/configuration/ Prometheus can reload configurations by sending SIGHUP or by visiting the /-/reload endpoint with —web.enable-lifecycle flag is enabled
This means that we don't have parity with Prometheus server.
There is an old open issue from August 2019 (2 years ago) to support reload of configurations per open-telemetry/opentelemetry-collector#273 for the entire collector. Perhaps we should also add the general ability for the OpenTelemetry collector to reload every configuration if given a SIGHUP signal.
Please note that this issue isn't a release blocker
The text was updated successfully, but these errors were encountered:
I don't think this is a bug. we are not copying prometheus in this project. We do have other ways to reload config see the ConfigSource and other mechanisms.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Prometheus' server recognizes uses a SIGHUP signal sent to it, to reload configurations when they are changed.
Essentially Prometheus says per https://prometheus.io/docs/prometheus/latest/configuration/configuration/
Prometheus can reload configurations by sending SIGHUP or by visiting the /-/reload endpoint with —web.enable-lifecycle flag is enabled
This means that we don't have parity with Prometheus server.
We filed this issue open-telemetry/prometheus-interoperability-spec#3 to implement parity with Prometheus server.
There is an old open issue from August 2019 (2 years ago) to support reload of configurations per open-telemetry/opentelemetry-collector#273 for the entire collector. Perhaps we should also add the general ability for the OpenTelemetry collector to reload every configuration if given a SIGHUP signal.
Please note that this issue isn't a release blocker
The text was updated successfully, but these errors were encountered: