use common mesos_ prefix for metrics

This commit is contained in:
James DeFelice 2015-06-11 12:40:12 +00:00
parent 932c58a497
commit f445ead2da
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import (
) )
const ( const (
runtimeSubsystem = "runtime" runtimeSubsystem = "mesos_runtime"
) )
var ( var (

View File

@ -24,7 +24,7 @@ import (
) )
const ( const (
schedulerSubsystem = "k8sm_scheduler" schedulerSubsystem = "mesos_scheduler"
) )
var ( var (