Replies: 2 comments 1 reply
-
We do support OTel via Micormeter Tracing API: https://micrometer.io/docs/tracing#_micrometer_tracing_opentelemetry_setup. This has nothing to do with Spring Integration by itself: we simply rely on the classpath resolution and whenever a Micrometer Observation API delegates to. |
Beta Was this translation helpful? Give feedback.
-
Thanks @artembilan. The micrometer tracing API looks wrap the OTel trace client side API and provide the full integration already (leverage on all OTel tracing client side offering). As a library provider, if we want to support open telemetry (in general, including all necessary client side features, not just the telemetry data reporting protocol: otlp), may we get your guidance for the right direction? For exmaple:
The last question is more about the over architect. Is mircrometer is the sole monitoring system/api, which spring to tightly integrated? In another sentence, is Spring open to support other monitoring frameworks (such as OTel) as the first residence, for exmaple, solely relies on OTel to support logging/metrics/tracing without micrometer in the middle as an API broker? |
Beta Was this translation helpful? Give feedback.
-
OpenTelemetry is being more and more popular. It seems Spring is mostly on micrometer. Is there a plan to support OpenTelemetry? Including: log/metrics/tracing
Beta Was this translation helpful? Give feedback.
All reactions