knative / serving

Kubernetes-based, scale-to-zero, request-driven compute
https://knative.dev/docs/serving/
Apache License 2.0
5.55k stars 1.16k forks source link

Migrate go metric clients to otel sdk #14486

Open skonto opened 1 year ago

skonto commented 1 year ago

Describe the feature

Last week otel Golang sdk became stable wrt the metrics api. We need to create a plan/project to migrate the old outdated opencensus client code we use everywhere to the new lib.

The tricky part will be probably to keep semantics the same as we migrate components and avoid breaking ux.

homily707 commented 10 months ago

is anyone work on this, i'd like to give it a try