-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
management.metrics.tags doesn't work in Spring Boot 3.2.1 version #38973
Comments
If If you would like us to spend some more time investigating, please spend some time providing a complete yet minimal sample that reproduces the problem. You can share it with us by pushing it to a separate repository on GitHub or by zipping it up and attaching it to this issue. |
I'll try to reproduce it outside my production service and publish it here. Thank you for the fast response. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
I'm closing this issue due a lack of time to provide this information. I'll investigate it again and will open a new issue if needed with a relevant data. I apologize for waste of your time. Regards. |
Hello!
Following this closed issue I would like to report the bug with the
management.metrics.tags
used together with observation propertymanagement.observations.key-values
: #38583.Downgrading to the previous Spring Boot 3.1.6 version clearly shows the added metric tag when I check
/actuator/prometheus
endpoint. Upgrading to 3.2.1 eliminates any metrics tag (also default metrics likeprocess_uptime_seconds
and etc.) added viamanagement.metrics.tags
property.I use both options: observations for controllers (with
ObservedAspect
) and custom tags for other metrics withmanagement.metrics.tags
property.The text was updated successfully, but these errors were encountered: