This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-11
Channels
- # announcements (5)
- # babashka (43)
- # beginners (78)
- # calva (1)
- # cider (35)
- # clj-kondo (15)
- # clj-otel (3)
- # cljs-dev (2)
- # clojure (24)
- # clojure-denmark (1)
- # clojure-dev (9)
- # clojure-europe (43)
- # clojure-israel (1)
- # clojure-italy (1)
- # clojure-losangeles (3)
- # clojure-nl (1)
- # clojure-norway (54)
- # clojure-romania (1)
- # clojure-uk (2)
- # clojurescript (1)
- # core-async (25)
- # cursive (7)
- # datascript (6)
- # datomic (7)
- # docker (2)
- # emacs (2)
- # events (8)
- # exercism (2)
- # fulcro (2)
- # hyperfiddle (16)
- # lsp (46)
- # malli (10)
- # membrane (2)
- # music (6)
- # nbb (30)
- # off-topic (49)
- # polylith (4)
- # reagent (3)
- # releases (4)
- # shadow-cljs (5)
- # slack-help (1)
- # sql (2)
- # testing (2)
- # timbre (6)
- # tools-deps (29)
- # xtdb (36)
For custom metrics with signalfx talk about micro meter support here https://docs.splunk.com/observability/en/gdi/get-data-in/application/java/instrumentation/java-manual-instrumentation.html does this basically means i should use micrometer-clj or is it just an artifact of their documentation ? I thought/hoping any and all OTEL javaagent conformed to unified metric publishing interface. I did try clj-otel metrics and so far i can only get it working with prometheus , not signal fx.
You may find https://community.splunk.com/t5/Community-Blog/Sending-Metrics-to-Splunk-Enterprise-With-the-OpenTelemetry/ba-p/613991 helpful. In the example described by the article, the Collector is https://github.com/signalfx/splunk-otel-collector/blob/b4441a2e0ed33a4c013efe18a21e2362b72d2755/examples/splunk-hec-prometheus/otel-collector-config.yml#L2 exposed by the application. The divisor-app
https://github.com/steffan-westcott/clj-otel/tree/master/examples/divisor-app in clj-otel
demonstrates https://github.com/steffan-westcott/clj-otel/blob/37b0a40a20d4cba2d9fab92c034229854c72eeee/examples/divisor-app/deps.edn#L23 to expose a Prometheus endpoint for scraping.