Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Debug sets the bind address for pprof & zpages server.
Debug string `mapstructure:"debug_addr" default:"localhost:8090"`
// OpenTelemetry trace & metrics configurations.
EnableRuntimeMetrics bool `mapstructure:"enable_runtime_metrics"`
// OpenTelemetry exporter configurations.
ServiceName string `mapstructure:"service_name"`
// NewRelic configs.
NewRelicAPIKey string `mapstructure:"newrelic_api_key"`
// OpenTelemetry Agent exporter.
EnableOtelAgent bool `mapstructure:"enable_otel_agent"`
OpenTelAgentAddr string `mapstructure:"otel_agent_addr"`
}
Click to show internal directories.
Click to hide internal directories.