-
Notifications
You must be signed in to change notification settings - Fork 31
Telemetry configuration example #202
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
Conversation
barchetta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably want to remove .dockerignore, .gitignore, app.yaml, Dockerfile*
7087ba4 to
2cd159e
Compare
| <groupId>io.helidon.examples.telemetry</groupId> | ||
| <artifactId>helidon-examples-telemetry-se-config</artifactId> | ||
| <version>1.0-SNAPSHOT</version> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add <name>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
| // initialize config from default configuration | ||
| Config config = Services.get(Config.class); | ||
|
|
||
| // Fetch the OpenTelemetry instance from the service registry to make sure it is initialized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Removed.
|
There are very few directories named "*-se". |
|
Resolves helidon-io/helidon#10608
This PR adds an example illustrating how to use telemetry configuration via SE config.
Note that the PR depends on Helidon PR helidon-io/helidon#10684 a new,
not-yet-mergedmerged as of 22 September 2025 component in core Helidon (helidon-telemetry-testing-tracing).