You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there currently a way, or can there be a way, to allow users to attach "custom attributes" to individual automatically instrumented HTTP client request spans? It would be great to create dashboards for automatically instrumented HTTP client calls while also using custom attributes on those calls. For example, this could enable graphing calls per tenant to analyze response codes across tenants. Does this make sense or is it even possible to do this using the current .net newrelic agent?
The text was updated successfully, but these errors were encountered:
TraGicCode
changed the title
Ability to add "custom attributes" to httpclient calls
Ability to decorate automatically instrumented HTTPClient Spans with Attributes
Nov 18, 2024
Sorry for not responding to this for three weeks, @TraGicCode. It's been hectic with the Thanksgiving holiday. Somebody should take a look at this soon.
We do offer an API to add custom attributes to spans, but ensuring that you are setting them on the HttpClient span is going to be difficult. it would be easier and more reliable to set custom attributes on the transaction instead.
Is there currently a way, or can there be a way, to allow users to attach "custom attributes" to individual automatically instrumented HTTP client request spans? It would be great to create dashboards for automatically instrumented HTTP client calls while also using custom attributes on those calls. For example, this could enable graphing calls per tenant to analyze response codes across tenants. Does this make sense or is it even possible to do this using the current .net newrelic agent?
The text was updated successfully, but these errors were encountered: