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.