16 comments (16 comments)27 reactions (27 reactions)0 assignees (0 assignees)Java1,131 forks (1,131 forks)batch import
enhancementhelp wantedspring-boot change
Repository metrics
- Stars
- 4,882 stars (4,882 stars)
- PR merge metrics
- Avg merge 1d 21h (Avg merge 1d 21h)100 merged PRs in 30d (100 merged PRs in 30d)
Description
Please add support to get http response size as a metric value
Contributor guide
- Research direction
- Investigate how Micrometer currently instruments HTTP clients/servers and propose a way to capture request/response size metrics. Look at existing MeterBinder implementations for HTTP (e.g., Apache HttpClient, Tomcat) and how they record other metrics like time and count. Consider using tags for size and ensuring compatibility with existing observation APIs.
- Tech stack
- java
- Domain
- backendobservability
- Issue type
- Feature
- Prerequisites
- JavaMicrometer