Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AggregatedMetricLabel is the label added to streams containing aggregated metrics AggregatedMetricLabel = "__aggregated_metric__" // PatternLabel is the label added to streams containing detected patterns PatternLabel = "__pattern__" // LogsDrilldownAppName is the app name used to identify requests from Logs Drilldown LogsDrilldownAppName = "grafana-lokiexplore-app" )
View Source
const ( LevelLabel = "detected_level" LogLevelUnknown = "unknown" LogLevelDebug = "debug" LogLevelInfo = "info" LogLevelWarn = "warn" LogLevelError = "error" LogLevelFatal = "fatal" LogLevelCritical = "critical" LogLevelTrace = "trace" )
View Source
const ( Loki = "loki" Cortex = "cortex" OTLP = "otlp" )
View Source
const VariantLabel = "__variant__"
VariantLabel is the name of the label used to identify which variant a series belongs to in multi-variant queries.
Variables ¶
View Source
var LogLevels = []string{ LogLevelUnknown, LogLevelDebug, LogLevelInfo, LogLevelWarn, LogLevelError, LogLevelFatal, LogLevelCritical, LogLevelTrace, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.