Documentation ¶ Index ¶ func DevInit() func Setup(ctx context.Context, o Config) (context.Context, func(context.Context), error) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DevInit ¶ func DevInit() DevInit needs to be called to construct the coordinator (it is best to avoid init()) If this is not called we will panic early. This is expected to only be called in development testing func Setup ¶ func Setup(ctx context.Context, o Config) (context.Context, func(context.Context), error) Types ¶ type Config ¶ type Config struct { Statsd string RollbarToken secret.String RollbarEnv string HoneycombEnabled bool HoneycombDataset string HoneycombKey secret.String SampleTraces bool Format string Version string Service string StatsNamespace string // Optional Mode string Debug bool } Source Files ¶ View all Source files dev_o11y.go o11y.go Click to show internal directories. Click to hide internal directories.