Instrument Kubernetes API and Allocator with Tracing #1012
Labels
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
awaiting-maintainer
Block issues from being stale/obsolete/closed
help wanted
We would love help on these issues. Please come help us!
kind/feature
New features for Agones
Is your feature request related to a problem? Please describe.
It would be great to be able to trace requests and their downstream pair together to troubleshoot issues.
Describe the solution you'd like
Currently we are using an old version of OpenCensus, but if we move to OpenTelemetry we should be able to add tracing to the Kubernetes API rest client and the allocator.
Open Telemetry doesn't seems to be available yet but the recommendations seems to be to use OpenCensus and OpenTracing together for now
For now we should update GRPC version and OpenCensus version to match then instrument the http allocator service and the Kubernetes REST client using OpenTracing (https://opentracing.io/).
Describe alternatives you've considered
Wait for OpenTelemetry ?
Additional context
The text was updated successfully, but these errors were encountered: