We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We have moved the properties controlling the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator.metrics[actuator metrics export]. The old schema was management.metrics.export.<product>, the new one is management.<product>.metrics.export (Example: the prometheus properties moved from management.metrics.export.prometheus to management.prometheus.metrics.export). If you are using the spring-boot-properties-migrator, you will get notified at startup. See https://github.com/spring-projects/spring-boot/issues/30381[#30381] for details.
management.metrics.export.<product>
management.<product>.metrics.export
management.metrics.export.prometheus
management.prometheus.metrics.export
spring-boot-properties-migrator
The text was updated successfully, but these errors were encountered:
ashakirin
No branches or pull requests
We have moved the properties controlling the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator.metrics[actuator metrics export]. The old schema was
management.metrics.export.<product>
, the new one ismanagement.<product>.metrics.export
(Example: the prometheus properties moved frommanagement.metrics.export.prometheus
tomanagement.prometheus.metrics.export
). If you are using thespring-boot-properties-migrator
, you will get notified at startup. See https://github.com/spring-projects/spring-boot/issues/30381[#30381] for details.The text was updated successfully, but these errors were encountered: