Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func ClientOptions ¶
func ClientOptions(options ...grpc.DialOption) Option
func OpenTelemetry ¶
func OpenTelemetry(serviceName string, sampleRate float64, exporters ...trace.SpanExporter) Option
func ServerOptions ¶
func ServerOptions(options ...grpc.ServerOption) Option
Click to show internal directories.
Click to hide internal directories.