mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 00:47:21 +00:00
9 lines
199 B
Go
9 lines
199 B
Go
|
package common
|
||
|
|
||
|
const (
|
||
|
// MetricsNamespace is the namespace for all metrics.
|
||
|
MetricsNamespace = "trufflehog"
|
||
|
// MetricsSubsystem is the subsystem for all metrics.
|
||
|
MetricsSubsystem = "scanner"
|
||
|
)
|