Documentation ¶
Index ¶
- func NewZapToBadgerAdapter(logger *zap.Logger) *zapToBadgerAdapter
- func NewZapToGoKitAdapter(logger *zap.Logger) *zapToGoKitAdapter
- func RequestObjectName(agentID, requstID string) string
- func ResponseObjectName(agentID, requstID string) string
- func ServeMetrics(logger *zap.Logger)
- type CommonConfig
- type CommonConfigV2
- type Networking
- type Profiling
- type Split
- type StorageRelay
- type Telemetry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewZapToBadgerAdapter ¶
func NewZapToGoKitAdapter ¶
func RequestObjectName ¶ added in v0.0.26
func ResponseObjectName ¶ added in v0.0.26
func ServeMetrics ¶ added in v0.0.9
Types ¶
type CommonConfig ¶
type CommonConfigV2 ¶
type CommonConfigV2 struct { Profiling Profiling `mapstructure:"profiling"` Networking Networking `mapstructure:"networking"` StorageRelay StorageRelay `mapstructure:"storage_relay"` Split Split `mapstructure:"split"` Telemetry Telemetry `mapstructure:"telemetry"` }
func CreateConfig ¶
func CreateConfig(configPath string) (CommonConfigV2, error)
type Networking ¶
type StorageRelay ¶
Click to show internal directories.
Click to hide internal directories.