invictus-integration / docs-ifa

Invictus for Azure documentation
https://invictus-integration.github.io/docs-ifa/
MIT License
6 stars 12 forks source link

Correlation tracking for Invictus dashboard & components #199

Open GoutsmitSam opened 8 months ago

GoutsmitSam commented 8 months ago

Add correlation tracking to the dashboard and all the Invictus Components.

[Components] This includes two parts: handling incoming correlated requests and adding the correct correlation headers to the callback. W3C correlation means that we should be able to handle the trace-parent request header either from HTTP or RabbitMQ.

[Dashboard] W3C correlation means that we should be able to handle the trace-parent Service Bus property, and link it to the storage account we're using to store the received records.