hello! there doesnβt seem to be a jar for the metrics, are they still supported in the library?
Hello! ππΌ I am currently working on adding Metrics API support for the next clj-otel release. There is no JAR or module specific to metrics, the metrics support will be part of the clj-otel-api module.
ah I see, thanks π
I tried copying the stuff from the docs
Documentation for the most recent release 0.1.5 is on cljdoc https://cljdoc.org/d/com.github.steffan-westcott/clj-otel-api/0.1.5. The content in the git repository is a work in progress for the next release, which will be the first to include Metrics API support. You can check the https://github.com/steffan-westcott/clj-otel/blob/master/CHANGELOG.adoc for a status summary.
For those who have expressed an interest in Metrics API support, please note I am actively working on this for the next release of clj-otel. I have support for all OpenTelemetry metrics instruments in place. My current focus is on supporting https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/http-metrics/ where the application is run without the OpenTelemetry instrumentation agent. After that, I need to consider updating the examples and expanding the documentation to cover metrics.