https://github.com/bootcamptoprod/spring-boot-3-custom-client-request-observation-convention
A simple spring boot 3.x app highlighting how we can override tags in rest template metrics using the client request observation convention interface available in Spring Boot 3. This will override the default tags that are provided by the framework.
https://github.com/bootcamptoprod/spring-boot-3-custom-client-request-observation-convention
actuator metrics metrics-customize rest-template spring spring-boot
Last synced: 3 months ago
JSON representation
A simple spring boot 3.x app highlighting how we can override tags in rest template metrics using the client request observation convention interface available in Spring Boot 3. This will override the default tags that are provided by the framework.
- Host: GitHub
- URL: https://github.com/bootcamptoprod/spring-boot-3-custom-client-request-observation-convention
- Owner: BootcampToProd
- Created: 2023-01-29T17:09:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T17:21:01.000Z (over 2 years ago)
- Last Synced: 2025-01-07T14:46:19.890Z (5 months ago)
- Topics: actuator, metrics, metrics-customize, rest-template, spring, spring-boot
- Language: Java
- Homepage: https://bootcamptoprod.com/spring-boot-3-override-tags-in-rest-template-metrics
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-3-custom-client-request-observation-convention
A simple spring boot 3.x app highlighting how we can override tags in rest template metrics using the client request observation convention interface available in Spring Boot 3. This will override the default tags that are provided by the framework.