microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 198 forks source link

correlation ID #2444

Open stishkin opened 1 year ago

stishkin commented 1 year ago

Have correlation ID travel through out the system.

AB#36057

Porges commented 1 year ago

Potentially we should be looking at OpenTelemetry for (distributed) tracing as well:

Porges commented 1 year ago

And I think AppInsights might give us some of this for free, since it knows about each request. However we need to revisit this after we get rid of the -net suffix as there is a problem currently where it thinks that there are two .NET applications.

Porges commented 1 year ago

And I think AppInsights might give us some of this for free, since it knows about each request. However we need to revisit this after we get rid of the -net suffix as there is a problem currently where it thinks that there are two .NET applications.

The problem mentioned here was fixed by #2597

tevoinea commented 1 year ago

We should also output CorrelationId from CLI on error responses or when using verbose flag