Skip to content

Commit

Permalink
application field not sent to prometheus
Browse files Browse the repository at this point in the history
add the yml property management.metrics.tags.application with value ${spring.application.name}
Fix #27047
  • Loading branch information
vmartowicz committed Aug 25, 2024
1 parent 58c22bd commit 1b8f43e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ management:
repository:
autotime:
enabled: true
tags:
application: ${spring.application.name}

<%_ if (databaseTypeMongodb) { _%>
mongock:
Expand Down

0 comments on commit 1b8f43e

Please sign in to comment.