Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about micrometer #4643

Closed
Closed
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
bb56c3c
add note about micrometer
zeitlinger Jun 10, 2024
96a670e
Results from /fix:format
opentelemetrybot Jun 10, 2024
0bacee0
add note about micrometer
zeitlinger Jun 11, 2024
b799aa6
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
4c0d1cf
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
960723e
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
6e2518d
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
288e244
add note about micrometer
zeitlinger Jun 11, 2024
ebf1152
Results from /fix:format
opentelemetrybot Jun 11, 2024
39e3ed4
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
16d71a3
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
56d1659
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
62ef7ee
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
e2937bc
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
8e501c2
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 11, 2024
ffda775
add note about micrometer
zeitlinger Jun 11, 2024
2a7bfd6
fix footnote
zeitlinger Jun 11, 2024
2e69e62
Results from /fix:format
opentelemetrybot Jun 11, 2024
1aeb2f5
Update content/en/docs/zero-code/java/spring-boot-starter/_index.md
zeitlinger Jun 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions content/en/docs/zero-code/java/spring-boot-starter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,30 @@ OpenTelemetry.
- **Spring Boot configuration files** (`application.properties`,
`application.yml`) to configure the OpenTelemetry Spring Boot starter which
doesn't work with the OpenTelemetry Java agent

## Comparison to Micrometer

At a high level:
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved

OpenTelemetry Spring Boot starter
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved

- Natively uses the OpenTelemetry API, OpenTelemetry SDK and the OpenTelemetry
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved
semantic conventions
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved
- Supported by the OpenTelemetry community (governed by the CNCF / Linux
Foundation)
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved

Micrometer [1], [2]
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved

- An independent standalone observability system
- Offers optional bridges into parts of the OpenTelemetry ecosystem
- Supported by the Micrometer community (governed by Broadcom Inc)
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved

As the authors of the OpenTelemetry Spring Boot starter, we 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 problems or
suggestions, please open an
[issue](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues)
in our repository.
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved

[1]: https://docs.micrometer.io/micrometer/reference/implementations/otlp.html
[2]: https://docs.micrometer.io/tracing/reference/tracers.html
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved
Loading