Interface ResourceNameExtractor<RequestT> (2.83.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterfaceResourceNameExtractor<RequestT>
A resource name extractor takes a request message and extracts the resource name from it. This
value is used primarily for tracing. It is added to spans as an attribute, labeled as
gcp.resource.destination.id (See ObservabilityAttributes#DESTINATION_RESOURCE_ID_ATTRIBUTE).
Implementations of this interface are expected to be autogenerated.