You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/java-standalone-telemetry-processors.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ An attribute processor is applied only to telemetry that matches its `include` c
271
271
_and_ don't match its `exclude` criteria (if it's available).
272
272
273
273
To configure this option, under `include` or `exclude` (or both), specify at least one `matchType` and either `spanNames` or `attributes`.
274
-
The include-exclude configuration allows more than one specified condition.
274
+
The `include` or `exclude` configuration allows more than one specified condition.
275
275
All specified conditions must evaluate to true to result in a match.
276
276
277
277
***Required fields**:
@@ -334,7 +334,7 @@ The span processor modifies either the span name or attributes of a span based o
334
334
335
335
The `name` section requires the `fromAttributes` setting. The values from these attributes are used to create a new name, concatenated in the order that the configuration specifies. The processor changes the span name only if all of these attributes are present on the span.
336
336
337
-
The `separator` setting is optional. This setting is a string. You specify the setting to split values.
337
+
The `separator` setting is optional. This setting is a string, and you can use split values.
338
338
> [!NOTE]
339
339
> If renaming relies on the attributes processor to modify attributes, ensure the span processor is specified after the attributes processor in the pipeline specification.
340
340
@@ -423,7 +423,7 @@ A span processor is applied only to telemetry that matches its `include` criteri
423
423
_and_ don't match its `exclude` criteria (if it's available).
424
424
425
425
To configure this option, under `include` or `exclude` (or both), specify at least one `matchType` and either `spanNames` or span `attributes`.
426
-
The include-exclude configuration allows more than one specified condition.
426
+
The `include` or `exclude` configuration allows more than one specified condition.
427
427
All specified conditions must evaluate to true to result in a match.
428
428
429
429
***Required fields**:
@@ -546,7 +546,7 @@ A log processor is applied only to telemetry that matches its `include` criteria
546
546
_and_ don't match its `exclude` criteria (if it's available).
547
547
548
548
To configure this option, under `include` or `exclude` (or both), specify the `matchType` and `attributes`.
549
-
The include-exclude configuration allows more than one specified condition.
549
+
The `include` or `exclude` configuration allows more than one specified condition.
550
550
All specified conditions must evaluate to true to result in a match.
0 commit comments