config

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

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
}

func NewClient added in v1.4.0

func NewClient() *Client

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
}

func NewServer added in v1.4.0

func NewServer() *Server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL