Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DB string // connection string for the database URL string // URL of WAMP server Realm string // realm to use Password string // password for backend WaitForServices string // duration to wait for other services to be ready LogLevel string // sets the log level (zap log level values) SQLLogLevel string // sets the log level for sql subsystem LogFormat string // text vs json MigrationSourceUrl string // location of migration files EnableTelemetry bool // enable telemetry TelemetryEndpoint string // endpoint for telemetry ProfilingPort int // port for profiling PrintMessage bool // if true, the message payload will be print on debug level )
this holds the resolved configuration values from CLI
Functions ¶
func SetupStdOutMetrics ¶ added in v0.10.0
func SetupStdOutTracing ¶ added in v0.10.0
func SetupStdOutTracing() (trace.SpanExporter, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.