I need to add labels to my autogenerated sql span details in my .NET Web Application.
My agent is started in global.asax and i have the following code:
Dim AgentComponents = ElasticApmModule.CreateAgentComponents()
Agent.Setup(AgentComponents)
Agent.Subscribe(New SqlClientDiagnosticSubscriber())
How Can i add new labels to SQL span details?