Skip to content

Conversation

@adutra
Copy link
Contributor

@adutra adutra commented Jan 22, 2025

No description provided.

@adutra adutra added the documentation Improvements or additions to documentation, especially web site content label Jan 22, 2025
Copy link
Contributor

@dimas-b dimas-b left a 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 :)

Copy link
Contributor

@flyrain flyrain left a 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.

Comment on lines 57 to 59
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Comment on lines 63 to 64
Alternatively, it's possible to forcibly disable OpenTelemetry at runtime by setting the following
property: `quarkus.otel.sdk.disabled=true`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`.

@flyrain flyrain merged commit f8eca27 into apache:main Jan 23, 2025
5 checks passed
@flyrain
Copy link
Contributor

flyrain commented Jan 23, 2025

Thanks @adutra for working on this. Thanks @dimas-b for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation, especially web site content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants