-
Notifications
You must be signed in to change notification settings - Fork 357
Add docs for telemetry (metrics, traces and logging) #845
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
dimas-b
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.
It's great to have these capabilities in Poalris :)
flyrain
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.
LGTM overall with minor suggestions. Feel free to merge it once they are resolved.
| In order for the server to enable OpenTelemetry and publish its traces, the | ||
| `quarkus.otel.exporter.otlp.traces.endpoint` property _must_ be defined. Its value must be a valid | ||
| collector endpoint URL, with either `http://` or `https://` scheme. The collector must talk the |
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.
| In order for the server to enable OpenTelemetry and publish its traces, the | |
| `quarkus.otel.exporter.otlp.traces.endpoint` property _must_ be defined. Its value must be a valid | |
| collector endpoint URL, with either `http://` or `https://` scheme. The collector must talk the | |
| To enable OpenTelemetry and publish traces for Polaris, set a valid collector endpoint URL with `http://` or `https://` as the server property `quarkus.otel.exporter.otlp.traces.endpoint`. The collector must talk the |
| Alternatively, it's possible to forcibly disable OpenTelemetry at runtime by setting the following | ||
| property: `quarkus.otel.sdk.disabled=true`. |
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.
| Alternatively, it's possible to forcibly disable OpenTelemetry at runtime by setting the following | |
| property: `quarkus.otel.sdk.disabled=true`. | |
| You can disable OpenTelemetry at runtime by setting `quarkus.otel.sdk.disabled=true`. |
No description provided.