Skip to content

Commit 7549e90

Browse files
committed
Replace non-string with nonstring to raise score
1 parent cf610c4 commit 7549e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ Second configuration example with regular expression group name:
407407
}
408408
}
409409
```
410-
### Non-string typed attributes samples
410+
### Nonstring typed attributes samples
411411

412-
Starting 3.4.19 GA, telemetry processors support non-string typed attributes:
412+
Starting 3.4.19 GA, telemetry processors support nonstring typed attributes:
413413
`boolean`, `double`, `long`, `boolean-array`, `double-array`, `long-array`, and `string-array`.
414414

415415
When `attributes.type` is not provided in the json, it's default to `string`.
@@ -461,7 +461,7 @@ The following sample inserts the new attribute `{"newAttributeKeyStrict": "newAt
461461

462462
```
463463

464-
Additionally, non-string typed attributes support `regexp`.
464+
Additionally, nonstring typed attributes support `regexp`.
465465

466466
The following sample inserts the new attribute `{"newAttributeKeyRegexp": "newAttributeValueRegexp"}` into spans and logs where the attribute `longRegexpAttributeKey` matches the value from `400` to `499`.
467467

0 commit comments

Comments
 (0)