GetMetadata creates a MD with metadata exchange labels.
()
| 35 | type PluginOption interface { |
| 36 | // GetMetadata creates a MD with metadata exchange labels. |
| 37 | GetMetadata() metadata.MD |
| 38 | // GetLabels emits labels to be attached to metrics for the RPC that |
| 39 | // contains the provided incomingMetadata. |
| 40 | GetLabels(incomingMetadata metadata.MD) map[string]string |
no outgoing calls