David Ashpole
David Ashpole
I posted the questions in https://github.com/golang/go/issues/67120. Lets see what we can learn.
Ok, so I think a good plan is to add two opt-in metrics: * released memory * gc pause duration We need to choose names, and update https://github.com/open-telemetry/semantic-conventions/blob/main/model/go/metrics.yaml with the...
We don't have a great way to support opt-in metrics today, other than as configuration options on the instrumentation library itself. I would eventually like to see a solution similar...
/triage accepted
Note that this doesn't fix https://github.com/kubernetes/kubernetes/issues/113606. There are three functions that need to have context passed to them in kubelet.go (search for 113606). I dont have a lot of advice...