OptionalclientConfiguration for gRPC clients.
OptionalenabledWhether to enable the plugin.
OptionalmeasuredWhether to measure the span. Can also be set to a key-value pair with span names as keys and booleans as values for more granular control.
OptionalmetadataAn array of metadata entries to record. Can also be a callback that returns
the key/value pairs to record. For example, using
variables => variables would record all variables.
OptionalserverConfiguration for gRPC servers.
OptionalserviceThe service name to be used for this plugin.
This plugin automatically instruments the grpc module.