Documentation
¶
Overview ¶
Package grpc provides utilities for gRPC tracing integration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataCarrier ¶
MetadataCarrier implements the TextMapCarrier interface for gRPC metadata.
func (MetadataCarrier) Get ¶
func (m MetadataCarrier) Get(key string) string
Get returns the first value associated with the given key.
func (MetadataCarrier) Keys ¶
func (m MetadataCarrier) Keys() []string
Keys returns all keys in the metadata.
func (MetadataCarrier) Set ¶
func (m MetadataCarrier) Set(key string, value string)
Set associates a key-value pair in the metadata.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package client_tracing provides gRPC client middleware for distributed tracing.
|
Package client_tracing provides gRPC client middleware for distributed tracing. |
|
Package server_tracing provides gRPC server middleware for distributed tracing.
|
Package server_tracing provides gRPC server middleware for distributed tracing. |
Click to show internal directories.
Click to hide internal directories.