Skip to content

[fix][test][branch-4.2] Fix OpenTelemetry sanity test metric#26209

Open
void-ptr974 wants to merge 1 commit into
apache:branch-4.2from
void-ptr974:fix/otel-sanity-4.2
Open

[fix][test][branch-4.2] Fix OpenTelemetry sanity test metric#26209
void-ptr974 wants to merge 1 commit into
apache:branch-4.2from
void-ptr974:fix/otel-sanity-4.2

Conversation

@void-ptr974

Copy link
Copy Markdown
Contributor

Motivation

The OpenTelemetry sanity test on branch-4.2 still checks queueSize_ratio for OTLP export after the OpenTelemetry upgrade. That metric is no longer a stable sanity signal with the upgraded OpenTelemetry runtime telemetry path, and the metrics CI can time out while waiting for it.

Master already switched this sanity check to jvm_cpu_count, which is configured by OpenTelemetryService.

Modifications

Use jvm_cpu_count for the OTLP export sanity check, matching the existing master-side test adjustment.

Verifying this change

  • git diff --check

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.

2 participants