16 comments (16 comments)27 reactions (27 reactions)0 assignees (0 assignees)Java1,135 forks (1,135 forks)batch import
enhancementhelp wantedspring-boot change
Repository metrics
- Stars
- 4,881 stars (4,881 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
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