https://github.com/bootcamptoprod/spring-boot-3-custom-server-request-observation-convention
A simple spring boot 3.x app highlighting how we can add our own tags in controller metrics. This will override the default tags provided by Spring Framework.
https://github.com/bootcamptoprod/spring-boot-3-custom-server-request-observation-convention
actuator controller metrics metrics-customize spring spring-boot
Last synced: 3 months ago
JSON representation
A simple spring boot 3.x app highlighting how we can add our own tags in controller metrics. This will override the default tags provided by Spring Framework.
- Host: GitHub
- URL: https://github.com/bootcamptoprod/spring-boot-3-custom-server-request-observation-convention
- Owner: BootcampToProd
- Created: 2023-01-27T16:20:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T16:58:07.000Z (over 2 years ago)
- Last Synced: 2025-01-07T14:46:20.213Z (5 months ago)
- Topics: actuator, controller, metrics, metrics-customize, spring, spring-boot
- Language: Java
- Homepage: https://bootcamptoprod.com/spring-boot-3-override-tags-in-server-requests-metrics
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-3-custom-server-request-observation-convention
A simple spring boot 3.x app highlighting how we can add our own tags in controller metrics. This will override the default tags provided by Spring Framework.