You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The properties TraceId, SpanId, and ParentId for the ADX Logs and Traces tables, do not map to the properties emitted by the OTel collector for this exporter.
Steps to Reproduce
Configure the OTel collector to export to ADX using the table schemas provided by the documentation.
Expected Result
The TraceId, SpanId, and ParentId column names in the ADX Logs and Traces tables are populated with the correct values.
Actual Result
The TraceId, SpanId, and ParentId column names in the ADX Logs and Traces tables are empty.
The workaround in order to fix this, is to use custom ingestion mappings that will map the TraceID to TraceId, SpanID to SpanId, and ParentID to ParentId.
The text was updated successfully, but these errors were encountered:
Component(s)
exporter/azuredataexplorer
What happened?
Description
The properties TraceId, SpanId, and ParentId for the ADX Logs and Traces tables, do not map to the properties emitted by the OTel collector for this exporter.
Steps to Reproduce
Configure the OTel collector to export to ADX using the table schemas provided by the documentation.
Expected Result
The TraceId, SpanId, and ParentId column names in the ADX Logs and Traces tables are populated with the correct values.
Actual Result
The TraceId, SpanId, and ParentId column names in the ADX Logs and Traces tables are empty.
Collector version
0.83.0
Environment information
Environment
Docker image deployed in AKS.
OS: linux amd64
OpenTelemetry Collector configuration
Log output
No response
Additional context
The workaround in order to fix this, is to use custom ingestion mappings that will map the TraceID to TraceId, SpanID to SpanId, and ParentID to ParentId.
The text was updated successfully, but these errors were encountered: