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/promtail/server/ui/doc.go

10 lines
294 B

// Package ui provides the assets via a virtual filesystem.
package ui
import (
// The blank import is to make Go modules happy.
_ "github.com/prometheus/prometheus/pkg/modtimevfs"
_ "github.com/shurcooL/vfsgen"
)
//go:generate go run -tags=dev assets_generate.go -build_flags=-mod=vendor