Skip to content

Commit

Permalink
APMJvmOptions global labels error
Browse files Browse the repository at this point in the history
  • Loading branch information
stu-elastic committed Jan 18, 2024
1 parent 8cbd40e commit d7d6266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static Map<String, String> extractApmSettings(Settings settings) throws UserExce
StringJoiner tracingGlobalLabels = extractGlobalLabels(deprecatedTelemetryAgentPrefix, propertiesMap, settings);
if (tracingGlobalLabels.length() != 0) {
throw new IllegalArgumentException(
"Cannot have global labels using tracing.agent prefix ["
"Cannot have global labels with tracing.agent prefix ["
+ globalLabels
+ "] and telemetry.apm.agent prefix ["
+ tracingGlobalLabels
Expand Down

0 comments on commit d7d6266

Please sign in to comment.