-
Hello everyone 👋 I read the specification 🙂 I realize that Metrics component is currently being considered as I would like to start by sharing a diagram of my understanding of how OpenTelemetry metrics should be set-up in a project. Please disregard the directions of the arrows or exact name of the fields - I didn't try to make it 💯 accurate. Besides that I've put sometimes names of implementations as opposed to interfaces just to give an idea of what I am currently looking to use. I welcome you to spot and refute any confusion from my part. With that here are my questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
For questions 5 & 6, which are pretty clearly java-specific: |
Beta Was this translation helpful? Give feedback.
For questions 5 & 6, which are pretty clearly java-specific:
5) We have all of our OTLP exporters bundled together as a separate artifact, to separate export concerns from SDK concerns. We also have a prometheus exporter available, so OTLP is not the only exporter aside from no-op. See the
opentelemetry-exporter-otlp
artifact for the OTLP exporters, and theopentelemetry-exporter-prometheus
artifact for the alpha prometheus exporter support.6) See point 5. :)