You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's consider issue ru-fix/jfix-armeria#24 - if we want to add client_name label to metrics, currently we will need to add knowledge about such field to implementation of http metrics writer. That is, we will increase http metrics writer complexity for only putting additional tag to metrics it produces.
Problem
Currently aggregating-profiler supports following decorators for enriching metrics:
Let's consider issue ru-fix/jfix-armeria#24 - if we want to add
client_name
label to metrics, currently we will need to add knowledge about such field to implementation of http metrics writer. That is, we will increase http metrics writer complexity for only putting additional tag to metrics it produces.Suggestion
Add
TagsEnrichingProfiler(additionalTags: Map<String, String>, profiler: Profiler)
decoratorThe text was updated successfully, but these errors were encountered: