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/dataobj/index/sort_schema.go

5 lines
215 B

package index
// defaultSortSchemaKeys defines the label keys used for stats and postings
// sections. Currently hardcoded; will become configurable per tenant.
var defaultSortSchemaKeys = []string{"service_name"}