Move the constants to a single file and export them. These can then later be used externally for future use with the ocm metrics.
7 lines
129 B
Go
7 lines
129 B
Go
package prometheus
|
|
|
|
const (
|
|
Namespace = "image_builder"
|
|
ComposerSubsystem = "composer"
|
|
WorkerSubsystem = "worker"
|
|
)
|