This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-14
Channels
- # announcements (7)
- # babashka (13)
- # beginners (98)
- # biff (20)
- # calva (3)
- # clj-kondo (5)
- # clj-otel (6)
- # cljs-dev (96)
- # clojure (22)
- # clojure-austin (30)
- # clojure-conj (4)
- # clojure-europe (53)
- # clojure-nl (2)
- # clojure-norway (63)
- # clojure-uk (3)
- # clojurescript (18)
- # cursive (10)
- # data-science (11)
- # datalevin (2)
- # datomic (7)
- # deps-new (1)
- # fulcro (3)
- # graphql (1)
- # gratitude (4)
- # hyperfiddle (43)
- # kaocha (4)
- # malli (15)
- # pathom (6)
- # polylith (2)
- # reagent (3)
- # reitit (2)
- # releases (6)
- # remote-jobs (1)
- # rewrite-clj (45)
- # ring (4)
- # shadow-cljs (47)
- # sql (5)
- # xtdb (8)
hello! there doesnโt seem to be a jar for the metrics, are they still supported in the library?
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.
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.