Documentation ¶
Overview ¶
Package o11y is the primary entrypoint for wiring up a standard configuration of the o11y observability system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Statsd string RollbarToken secret.String RollbarEnv string RollbarServerRoot string HoneycombEnabled bool HoneycombDataset string HoneycombHost string HoneycombKey secret.String SampleTraces bool SampleKeyFunc func(map[string]interface{}) string SampleRates map[string]int Format string Version string Service string StatsNamespace string // Optional Mode string Debug bool RollbarDisabled bool StatsdTelemetryDisabled bool }
Click to show internal directories.
Click to hide internal directories.