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/operator/tools/tools.go

10 lines
247 B

// +build tools
package tools
import (
_ "github.com/maxbrunsfeld/counterfeiter/v6"
)
// This file imports packages that are used when running go generate, or used
// during the development process but not otherwise depended on by built code.