Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v1.4.0
type Client struct {
MaxActiveServers int
GRPCOptions []grpc.DialOption
}
type OpenTelemetry ¶ added in v1.4.0
type OpenTelemetry struct {
ServiceName string
SampleRate float64
Exporters []trace.SpanExporter
}
type Platform ¶ added in v1.4.0
type Platform struct {
ClientOptions []func(*Client)
ServerOptions []func(*Server)
OpenTelemetry *OpenTelemetry
}
func NewPlatform ¶ added in v1.4.0
func NewPlatform() *Platform
type Server ¶ added in v1.4.0
type Server struct {
PublicAddr string
Attributes *attributes.Attributes
GRPCOptions []grpc.ServerOption
}
Click to show internal directories.
Click to hide internal directories.