Skip to content

Commit 5ca4e61

Browse files
committed
Update README to clarify customization conditions based on instrumentation name
1 parent 26e1675 commit 5ca4e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/distro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The `InstrumenterCustomizerProvider` extension point allows you to customize ins
4444
- Add custom attributes and metrics to existing instrumentations
4545
- Customize context
4646
- Transform span names to match your naming conventions
47-
- Apply customizations conditionally based on instrumentation type and span kind
47+
- Apply customizations conditionally based on instrumentation name
4848

4949
### I don't want this span at all
5050

examples/extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The `InstrumenterCustomizerProvider` extension point allows you to customize ins
7474
- Add custom attributes and metrics to existing instrumentations
7575
- Customize context
7676
- Transform span names to match your naming conventions
77-
- Apply customizations conditionally based on instrumentation type and span kind
77+
- Apply customizations conditionally based on instrumentation name
7878

7979
### "I don't want this span at all"
8080

0 commit comments

Comments
 (0)