trufflehog/pkg/common/metrics.go

9 lines
199 B
Go
Raw Normal View History

package common
const (
// MetricsNamespace is the namespace for all metrics.
MetricsNamespace = "trufflehog"
// MetricsSubsystem is the subsystem for all metrics.
MetricsSubsystem = "scanner"
)