Replies: 1 comment 3 replies
-
Metrics generator does not produce any trace level metrics. Some trace metrics would be very difficult to calculate as you would need to accumulate the trace in one place before creating the metric and make a guess about whether or not the trace was finished. e.g. span count per trace, service count per trace, trace depth, total duration calculated as max end - min start ... Other metrics would be simpler if you assume that an empty parent id indicates trace root. e.g. root span name, root service name, total duration calculated as duration of root span ... What kinds of metrics are you interested in? This is not an initiative we are interested in driving, but depending on the complexity of the proposal we may accept PRs here. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We have set the span metrics-generator unfortunately it only exports metrics for span.
Is there a solution to get Traces metrics exported to Prometheus ? We are mostly interested in trace duration metrics.
Beta Was this translation helpful? Give feedback.
All reactions