Fork me on GitHub
#clj-otel
<
2023-02-14
>
Dimitar Uzunov09:02:31

hello! there doesnโ€™t seem to be a jar for the metrics, are they still supported in the library?

steffan21:02:34

Hello! ๐Ÿ‘‹:skin-tone-3: 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.

Dimitar Uzunov07:02:28

ah I see, thanks ๐Ÿ™‚

Dimitar Uzunov07:02:40

I tried copying the stuff from the docs

steffan10:02:15

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.

๐Ÿ‘ 2
๐Ÿš€ 2
steffan21:02:52

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.

gratitude 10
clojure-spin 8
๐Ÿ™‡ 4