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
Currently, there is no option to include some default attributes for http transport metrics, custom attributes can only be added via the labeler in the request context.
If you want to create an http client and always include some attributes (for example the client name), you need to create a wrapper and add these attributes on a request basis.
I've made a draft pr to show how this could be done: #5876
The text was updated successfully, but these errors were encountered:
Currently, there is no option to include some default attributes for http transport metrics, custom attributes can only be added via the labeler in the request context.
If you want to create an http client and always include some attributes (for example the client name), you need to create a wrapper and add these attributes on a request basis.
I've made a draft pr to show how this could be done: #5876
The text was updated successfully, but these errors were encountered: