Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Uploader constants UploaderBatchSize = 1000 UploaderMaxQueueSize = 10000 // Goroutine counts NumBackgroundGoroutines = 2 // Timing constants MetricsShutdownTimeout = 3 * time.Second // Tracer constants PeriodicTraceHopLimit = 3 // Signal constants ShutdownSignals = "SIGINT, SIGTERM" )
Constants
View Source
const ( LogLevelTrace = "trace" LogLevelDebug = "debug" LogLevelInfo = "info" LogLevelWarn = "warn" LogLevelError = "error" )
Log levels
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.