Clojure support #2330
-
Hi, is Clojure supported by the opentelemetry java agent? If not, will there be any plans to support it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We don't currently have any specific support for Clojure libraries. PRs are welcomed! :) In theory it does not differ from any other JVM-based language that we already support, like Kotlin or Scala. |
Beta Was this translation helpful? Give feedback.
-
I recently released a library |
Beta Was this translation helpful? Give feedback.
I recently released a library
clj-otel
that supports manual enrichment of telemetry produced by the OpenTelemetry Java agent using idiomatic Clojure. The tutorial is a good example of manually adding spans and attributes to automatic instrumentation.