clj-otel

2023-10-11T04:43:05.665089Z

For custom metrics with signalfx talk about micro meter support here https://docs.splunk.com/observability/en/gdi/get-data-in/application/java/instrumentation/java-manual-instrumentation.html does this basically means i should use micrometer-clj or is it just an artifact of their documentation ? I thought/hoping any and all OTEL javaagent conformed to unified metric publishing interface. I did try clj-otel metrics and so far i can only get it working with prometheus , not signal fx.

steffan 2023-10-11T11:03:46.396719Z

Micrometer is an alternative metrics API, you are not required to use it.