Documentation
¶
Index ¶
Constants ¶
View Source
const ContextKeyRequestID = ContextKey("requestUID") // can be unexported
ContextKeyRequestID is the ContextKey for RequestID
View Source
const MetaConnectionMaxLifetimeSeconds string = "connectionMaxLifetimeSeconds"
MetaKey for connectionMaxLifetimeSeconds
View Source
const MetaMaxIdleConnections string = "maxIdleConnections"
MetaKey for maxIdleConnections
View Source
const MetaMaxOpenConnections string = "maxOpenConnections"
MetaKey for maxOpenConnections
View Source
const MetaTelemetryName string = "telemetryName"
MetaKey for telemetryName
View Source
const MetaTelemetryType string = "telemetryType"
MetaKey for telemetryType
View Source
const PrometheusTelemetry string = "prometheus"
TelemetryProvider for Prometheus
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey string
Click to show internal directories.
Click to hide internal directories.