Skip to content

Difference between opentelemetry-spring-boot-starter and the OpenTelemetry support in micrometer #11403

Answered by trask
silver-mx asked this question in Q&A
Discussion options

You must be logged in to vote

hi @silver-mx!

At a very very high level:

OpenTelemetry Spring Boot starter

  • Natively uses the OpenTelemetry API, OpenTelemetry SDK and the OpenTelemetry semantic conventions
  • Supported by the OpenTelemetry community (governed by the CNCF / Linux Foundation)

Micrometer

  • An independent standalone observability system
  • Offers optional bridges into parts of the OpenTelemetry ecosystem
  • Supported by the Micrometer community (governed by Broadcom Inc)

As a member of the OpenTelemetry Java community, I (probably unsurprisingly) recommend using the OpenTelemetry Spring Boot starter. We have a great community behind it, and are continuously making improvements. If you try it out and have any probl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by silver-mx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants