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
Is your feature request related to a problem? Please describe.
Currently, the classic histogram is used for generating request duration metrics (traces_service_graph_request_server_seconds and traces_service_graph_request_client_seconds). It requires providing explicit buckets with latency_histogram_buckets configuration parameter or using default buckets [2ms, 4ms, 6ms, 8ms, 10ms, 50ms, 100ms, 200ms, 400ms, 800ms, 1s, 1400ms, 2s, 5s, 10s, 15s]
Allow servicegraph connector to support exponential histograms. Configuration should allow configuring which type of histograms to use
The configuration of servicegraph connector should be changed to make it possible to configure different types of histograms. It could be similar to spanmetrics connector:
Component(s)
connector/servicegraph
Is your feature request related to a problem? Please describe.
Currently, the classic histogram is used for generating request duration metrics (
traces_service_graph_request_server_seconds
andtraces_service_graph_request_client_seconds
). It requires providing explicit buckets withlatency_histogram_buckets
configuration parameter or using default buckets[2ms, 4ms, 6ms, 8ms, 10ms, 50ms, 100ms, 200ms, 400ms, 800ms, 1s, 1400ms, 2s, 5s, 10s, 15s]
Configuration could be improved with adoption on exponential histogram
Describe the solution you'd like
Allow servicegraph connector to support exponential histograms. Configuration should allow configuring which type of histograms to use
The configuration of servicegraph connector should be changed to make it possible to configure different types of histograms. It could be similar to spanmetrics connector:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: