Skip to content

Commit

Permalink
[issue-322] - Add one more attribute to the OpenTelemetry subsystem c…
Browse files Browse the repository at this point in the history
…onfiguration, to align with a similar test in the WildFly test suite
  • Loading branch information
fabiobrz authored and marekkopecky committed Jan 9, 2025
1 parent 84c443c commit 2da0d30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public static void addOpenTelemetryCollectorConfiguration(final String otlpColle
if (!openTelemetrySubsystemExists(operations)) {
throw new IllegalStateException("OpenTelemetry subsystem not found");
}
operations.writeAttribute(OPENTELEMETRY_SUBSYSTEM_ADDRESS, "batch-delay", "1");
operations.writeAttribute(OPENTELEMETRY_SUBSYSTEM_ADDRESS, "exporter-type", "otlp");
operations.writeAttribute(OPENTELEMETRY_SUBSYSTEM_ADDRESS, "sampler-type", "on");
operations.writeAttribute(OPENTELEMETRY_SUBSYSTEM_ADDRESS, "max-export-batch-size", "512");
Expand Down

0 comments on commit 2da0d30

Please sign in to comment.