Skip to content

Commit

Permalink
Merge pull request #33 from sunho-lee/add-name
Browse files Browse the repository at this point in the history
[config] add application name for grafana
  • Loading branch information
ethan-sh-lee authored Apr 22, 2024
2 parents e6de7c6 + 4a509a1 commit ea1d845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ spring.flyway.baseline-on-migrate=true

# Expose specific endpoints
management.endpoints.web.exposure.include = health, metrics, prometheus
management.metrics.tags.application = ${spring.application.name}

0 comments on commit ea1d845

Please sign in to comment.