clj-otel

Dimitar Uzunov 2023-02-14T09:51:31.430219Z

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

steffan 2023-02-14T21:41:34.337629Z

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.

Dimitar Uzunov 2023-02-15T07:15:28.911389Z

ah I see, thanks πŸ™‚

Dimitar Uzunov 2023-02-15T07:15:40.918129Z

I tried copying the stuff from the docs

steffan 2023-02-15T10:22:15.625849Z

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.

πŸ‘ 1
πŸš€ 1
steffan 2023-02-14T21:51:52.925769Z

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.

πŸ™‡ 2
4
5