Skip to content

Added page on traces and grouped it with metrics in observability sec… - #193

Open
ebariaux wants to merge 2 commits into
mainfrom
feature/observability
Open

ebariaux wants to merge 2 commits into
mainfrom
feature/observability

Conversation

@ebariaux

@ebariaux ebariaux commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

…tion

@MartinaeyNL MartinaeyNL left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks OK to me.
Let's align with the changes necessary in the openremote/openremote pull request.

Blocked by openremote/openremote#3218

@wborn wborn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is an additional AI-assisted review.

The observability grouping and tracing documentation look good overall. One OpenTelemetry configuration detail should be aligned with openremote/openremote#3218.

OTEL_TRACES_EXPORTER=otlp
OTEL_EXPORTER_OTLP_ENDPOINT=http://alloy-otel:4318
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_INSTRUMENTATION_COMMON_DB_STATEMENT_SANITIZER_ENABLED=true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

openremote/openremote#3218 pins the Java agent at 2.30.0. In that release, otel.instrumentation.common.db-statement-sanitizer.enabled is already deprecated and scheduled for removal in 3.0; the replacement is otel.instrumentation.common.db.query-sanitization.enabled (OTEL_INSTRUMENTATION_COMMON_DB_QUERY_SANITIZATION_ENABLED).

Could both PRs use the replacement instead of introducing the deprecated option?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants