java-operator-sdk icon indicating copy to clipboard operation
java-operator-sdk copied to clipboard

feat: native open telemetry metrics

Open csviri opened this issue 5 months ago • 2 comments

csviri avatar Aug 01 '25 13:08 csviri

Started to prototype this, the thing is that there is a OTel adapter for micrometer: https://docs.micrometer.io/micrometer/reference/implementations/otlp.html

So it should be already possible to integrate with OTel. A native support still would be nice.

However instantly hit this, there is a workaround for sure where we will manage our counts, but it is not nice that counter cannot be closed in sync api. https://stackoverflow.com/questions/76652117/how-to-close-or-destroy-a-specific-counter-in-opentelemetry

cc @metacosm @xstefank

We might want to discuss it on weekly dev call

csviri avatar Aug 01 '25 14:08 csviri

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

openshift-merge-robot avatar Oct 16 '25 22:10 openshift-merge-robot