Skip to content

Commit e55426c

Browse files
Address review comments for OpenTelemetry API support page
Addresses feedback from @hannahramadan, @tippmar-nr, and @jasonjkeller: - Simplify 'Not supported' statements by removing redundant 'is not currently available' text - Clarify Java bytecode auto-instrumentation wording: it's not detected, not that it conflicts - Update limitations table to reflect 'not detected' instead of 'conflicts' Changes made: - Metrics/Logs/Span Links/Events: Simplified to '❌ Not supported: [Feature]' - Java bytecode: Changed from 'not compatible...conflicts' to 'will not be detected' - Consistent messaging across documentation and limitations sections
1 parent 9bc4a1e commit e55426c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/content/docs/apm/agents/manage-apm-agents/opentelemetry-api-support.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ OpenTelemetry API support is disabled by default. Enable it through your agent's
200200
Custom instrumentation using the OpenTelemetry trace, metrics, or logs APIs will be automatically captured by the agent.
201201

202202
#### Library and native instrumentation
203-
OpenTelemetry standalone library instrumentations and native instrumentation built directly into libraries will work with the New Relic agent. However, OpenTelemetry bytecode-based auto-instrumentation is not compatible with the New Relic agent and will not be detected.
203+
OpenTelemetry standalone library instrumentations and native instrumentation built directly into libraries will work with the New Relic agent. However, OpenTelemetry bytecode-based auto-instrumentation will not be detected by the New Relic agent.
204204
</Collapser>
205205

206206
<Collapser
@@ -415,16 +415,16 @@ OpenTelemetry API support is disabled by default. Enable it through your agent's
415415
**Supported**: Create custom spans and add attributes using the OpenTelemetry Tracing API
416416

417417
#### Metrics API
418-
**Not supported**: OpenTelemetry Metrics API is not currently available
418+
**Not supported**: OpenTelemetry Metrics API
419419

420420
#### Logs API
421-
**Not supported**: OpenTelemetry Logs API is not currently available
421+
**Not supported**: OpenTelemetry Logs API
422422

423423
#### Span Links
424-
**Not supported**: Span Links are not currently available
424+
**Not supported**: Span Links
425425

426426
#### Events on Spans
427-
**Not supported**: Events on Spans are not currently available
427+
**Not supported**: Events on Spans
428428

429429
### How it works
430430

@@ -488,9 +488,9 @@ After enabling OpenTelemetry API support, verify that it's working:
488488
</td>
489489
</tr>
490490
<tr>
491-
<td>Java bytecode instrumentation conflicts</td>
491+
<td>Java bytecode instrumentation not detected</td>
492492
<td>
493-
Java OpenTelemetry auto-instrumentation that uses bytecode manipulation is not supported due to technical conflicts with the New Relic agent's bytecode instrumentation.
493+
Java OpenTelemetry auto-instrumentation that uses bytecode manipulation will not be detected by the New Relic Java agent.
494494
</td>
495495
</tr>
496496
</tbody>

0 commit comments

Comments
 (0)