Enumeration Members

AI

Send only the legacy Application Insights correlation headers

Headers Sent:

  • Request-Id (Legacy Application Insights header for older Server side SDKs)

Config Decimal Value: 0 (Zero)

AI_AND_W3C

(Default) Send both W3C Trace parent header and back-compatibility Application Insights headers

Config Decimal Value: 1 (One)

AI_AND_W3C_TRACE

Send all of the W3C Trace Context headers and the W3C Trace State headers and back-compatibility Application Insights headers.

Currently sent headers:

NOTE!: Additional headers may be added as part of a future update should the W3C Trace Context specification be updated to include additional headers.

Config Decimal Value: 17 (Seventeen in decimal)

3.4.0

W3C

Send Only the W3C Trace parent header

Headers Sent:

Config Decimal Value: 2 (Two)

W3C_TRACE

Send all of the W3C Trace Context headers and the W3C Trace State headers.

Currently sent headers:

NOTE!: Additional headers may be added as part of a future update should the W3C Trace Context specification be updated to include additional headers.

Config Decimal Value: 18 (Eighteen in decimal)

3.4.0