Skip to content

Commit

Permalink
feat(OTEL): Added initial logging support details.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Sep 21, 2021
1 parent 315ca2b commit 4777370
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,29 @@ Here are the OpenTelemetry data types we support and their associated mappings.

New Relic offers support for the OTLP ingest of log signals. Note that the maturity of the upstream specification is [experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/87a5ed7f0d4c403e2b336f275ce3e7fd66a8041b/specification/versioning-and-stability.md#experimental). We intend to follow potentially breaking upstream changes.

[INSERT DETAILS HERE]
OpenTelemetry logs are compatible with New Relic logs. OpenTelemetry logs optionally include attributes (name-value pairs) and resource attributes which map directly to dimensions that can be used to facet or filter log data at query time. OpenTelemetry log metadata (for example, `name`, `severity_text`, and `trace_id`) also map directly to dimensions on New Relic logs. NewRelic currently supports all OpenTelemetry log message types except for arrays.

<table>
<thead>
<tr>
<th style={{ width: "200px" }}>Feature</th>
<th>Supported</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Array messages</td>
<td>❌</td>
<td></td>
</tr>
<tr>
<td>Array attributes</td>
<td>❌</td>
<td></td>
</tr>
</tbody>
</table>

## Next steps

Expand Down

0 comments on commit 4777370

Please sign in to comment.