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
Requirement - what kind of business use case are you trying to solve?
Endpoint metrics are missing. Right now collector can receives spans from TChannel, gRPC and HTTP. We should have a metric that indicates where spans come from in collector.
Problem - what in Jaeger blocks you from solving the requirement?
None
Proposal - what do you suggest to solve the problem or improve the existing situation?
Add the metrics to cmd/collector/app/metrics.go and update interfaces to emit metrics from different endpoints.
Any open questions to address
None
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
Endpoint metrics are missing. Right now collector can receives spans from TChannel, gRPC and HTTP. We should have a metric that indicates where spans come from in collector.
Problem - what in Jaeger blocks you from solving the requirement?
None
Proposal - what do you suggest to solve the problem or improve the existing situation?
Add the metrics to
cmd/collector/app/metrics.go
and update interfaces to emit metrics from different endpoints.Any open questions to address
None
The text was updated successfully, but these errors were encountered: