Skip to content

Commit

Permalink
Merge branch 'ConsoleExporter_ExceptionAttributes' of https://github.…
Browse files Browse the repository at this point in the history
…com/gregkalapos/opentelemetry-dotnet into ConsoleExporter_ExceptionAttributes
  • Loading branch information
gregkalapos committed Feb 14, 2024
2 parents d9d450a + 11a16c5 commit 7affb58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion examples/Console/otlp-collector-example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ receivers:

exporters:
logging:
loglevel: debug
verbosity: detailed

service:
pipelines:
Expand Down
7 changes: 0 additions & 7 deletions src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,6 @@ values of the log record limits

### Otlp Log Exporter

* `OTEL_DOTNET_EXPERIMENTAL_OTLP_EMIT_EXCEPTION_LOG_ATTRIBUTES`

When set to `true`, it enables export of attributes corresponding to
`LogRecord.Exception`. The attributes `exception.type`, `exception.message` and
`exception.stacktrace` are defined in
[specification](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/exceptions/exceptions-logs.md#attributes).

* `OTEL_DOTNET_EXPERIMENTAL_OTLP_EMIT_EVENT_LOG_ATTRIBUTES`

When set to `true`, it enables export of `LogRecord.EventId.Id` as
Expand Down

0 comments on commit 7affb58

Please sign in to comment.