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/logcli/volume/volume.go

14 lines
269 B

package volume
import "time"
type Query struct {
QueryString string
Start time.Time
End time.Time
Step time.Duration
Quiet bool
Limit int
TargetLabels []string
AggregateByLabels bool
}