Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add status header for azuremonitor exporter #10308

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion exporter/azuremonitorexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Azure Monitor Exporter

This exporter sends logs and trace data to [Azure Monitor](https://docs.microsoft.com/en-us/azure/azure-monitor/).
Frapschen marked this conversation as resolved.
Show resolved Hide resolved
| Status | |
| ------------------------ |-------------|
| Stability | [beta] |
| Supported pipeline types | trace, logs |
Frapschen marked this conversation as resolved.
Show resolved Hide resolved
| Distributions | [contrib] |

## Configuration

Expand Down Expand Up @@ -58,3 +62,6 @@ All attributes are also mapped to custom properties if they are booleans or stri
### Logs
This exporter saves log records to Application Insights `traces` table.
[OpenTelemetry Log Data Model TraceId](https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md#field-traceid) is mapped to `operation_id` column. [TraceId](https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md#field-traceid) and [SpanId](https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md#field-spanid) are also mapped to `TraceId` and `SpanId` tags in `customDimensions` column.

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib