debian-forge-composer/internal/prometheus/constants.go
Gianluca Zuccarelli 8e82b223af prometheus: move constants to a single file
Move the constants to a single file and export them.
These can then later be used externally for future use
with the ocm metrics.
2022-11-30 11:14:29 +01:00

7 lines
129 B
Go

package prometheus
const (
Namespace = "image_builder"
ComposerSubsystem = "composer"
WorkerSubsystem = "worker"
)