0

I am using Google.Cloud.Diagnostics.AspNetCore v4.3.0.

I use AddOutgoingGoogleTraceHandler to trace every outgoing HTTP request of a given HTTP client and I want to add a custom label to every trace created by this method.

From what I understood, it is more precisely the underlying span of a trace that carries a label.

I read the most up-to-date documentation but still didn't figure out how to do this.

Gregordy
  • 597
  • 7
  • 18

1 Answers1

0

I just learnt from the official Google team that this feature is simply not available and that they are in the process of making it real.

To have updates on this, follow this GitHub thread.

Gregordy
  • 597
  • 7
  • 18