Skip to content

Commit c197cdd

Browse files
authored
Update java-standalone-telemetry-processors.md
1 parent 59169c5 commit c197cdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/java-standalone-telemetry-processors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ An attribute processor is applied only to telemetry that matches its `include` c
271271
_and_ don't match its `exclude` criteria (if it's available).
272272

273273
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.
275275
All specified conditions must evaluate to true to result in a match.
276276

277277
* **Required fields**:
@@ -334,7 +334,7 @@ The span processor modifies either the span name or attributes of a span based o
334334

335335
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.
336336

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.
338338
> [!NOTE]
339339
> If renaming relies on the attributes processor to modify attributes, ensure the span processor is specified after the attributes processor in the pipeline specification.
340340
@@ -423,7 +423,7 @@ A span processor is applied only to telemetry that matches its `include` criteri
423423
_and_ don't match its `exclude` criteria (if it's available).
424424

425425
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.
427427
All specified conditions must evaluate to true to result in a match.
428428

429429
* **Required fields**:
@@ -546,7 +546,7 @@ A log processor is applied only to telemetry that matches its `include` criteria
546546
_and_ don't match its `exclude` criteria (if it's available).
547547

548548
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.
550550
All specified conditions must evaluate to true to result in a match.
551551

552552
* **Required field**:

0 commit comments

Comments
 (0)