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
Right now we depend on the built-in configuration support of the Prometheus 1.x client through PrometheusProperties. This lets users use the default properties mechanism of the Prometheus Client but it can also be weird to users who used to the config system of Micrometer or frameworks like Spring Boot since right now neither can work, users need to go through the config system of the Prometheus Client if they want to configure certain things.
The text was updated successfully, but these errors were encountered:
Passes properties from `PrometheusConfig`'s new method `prometheusProperties` to the Prometheus client's `PrometheusPropertiesLoader` so they are used along with other methods of configuring the Prometheus client.
Resolvesgh-4875
Right now we depend on the built-in configuration support of the Prometheus 1.x client through
PrometheusProperties
. This lets users use the default properties mechanism of the Prometheus Client but it can also be weird to users who used to the config system of Micrometer or frameworks like Spring Boot since right now neither can work, users need to go through the config system of the Prometheus Client if they want to configure certain things.The text was updated successfully, but these errors were encountered: