Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/pkg/util/constants/internal_streams.go

10 lines
407 B

package constants
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"
)