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 attributes mapping in the ADX exporter documentation listed out table columns like TraceId / SpanId / ParentId, but the sample code of creating tables in ADX in the same document uses TraceID / SpanID / ParentID. The source code of the exporter also uses ID instead of Id.
Please keep in mind that, ADX is a case-sensitive database and the data of TraceID cannot be mapped into TraceId correctly.
I'm glad to open a PR to fixup the doc
The text was updated successfully, but these errors were encountered:
Component(s)
exporter/azuredataexplorer
Describe the issue you're reporting
Hi,
The attributes mapping in the ADX exporter documentation listed out table columns like
TraceId
/SpanId
/ParentId
, but the sample code of creating tables in ADX in the same document usesTraceID
/SpanID
/ParentID
. The source code of the exporter also usesID
instead ofId
.Please keep in mind that, ADX is a case-sensitive database and the data of
TraceID
cannot be mapped intoTraceId
correctly.I'm glad to open a PR to fixup the doc
The text was updated successfully, but these errors were encountered: