File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,11 +48,10 @@ For `otel.instrumentation.*` properties not in SPECIAL_MAPPINGS:
4848
49491 . Strip ` otel.instrumentation. ` prefix
50502 . Replace ` - ` with ` _ ` (kebab-case → snake_case)
51- 3 . Handle ` experimental ` per path segment:
52-
53- - a segment that is exactly ` experimental ` is removed, and ` /development ` is appended to the following segment
54- - a segment that already contains ` experimental ` keeps that text in the segment name, and ` /development ` is appended to that same segment
55-
51+ 3 . Handle ` experimental ` per path segment: a segment that is exactly ` experimental ` is removed,
52+ and ` /development ` is appended to the following segment; a segment that already contains
53+ ` experimental ` keeps that text in the segment name, and ` /development ` is appended to that
54+ same segment.
56554 . Prepend ` java. `
5756
5857Examples:
You can’t perform that action at this time.
0 commit comments