mirror of
https://github.com/prometheus/prometheus
synced 2025-04-09 19:12:34 +00:00
Update constant names in comments.
This commit is contained in:
parent
f65ef1ed10
commit
47a96bff1a
@ -10,10 +10,10 @@ const (
|
|||||||
// appLabelPrefix is the prefix for the application labels.
|
// appLabelPrefix is the prefix for the application labels.
|
||||||
appLabelPrefix = metaLabelPrefix + "app_label_"
|
appLabelPrefix = metaLabelPrefix + "app_label_"
|
||||||
|
|
||||||
// AppLabel is used for the name of the app in Marathon.
|
// appLabel is used for the name of the app in Marathon.
|
||||||
appLabel clientmodel.LabelName = metaLabelPrefix + "app"
|
appLabel clientmodel.LabelName = metaLabelPrefix + "app"
|
||||||
// ImageLabel is the label that is used for the docker image running the service.
|
// imageLabel is the label that is used for the docker image running the service.
|
||||||
imageLabel clientmodel.LabelName = metaLabelPrefix + "image"
|
imageLabel clientmodel.LabelName = metaLabelPrefix + "image"
|
||||||
// TaskLabel contains the mesos task name of the app instance.
|
// taskLabel contains the mesos task name of the app instance.
|
||||||
taskLabel clientmodel.LabelName = metaLabelPrefix + "task"
|
taskLabel clientmodel.LabelName = metaLabelPrefix + "task"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user