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.