Clarify help text
This commit is contained in:
parent
4bf4612cfb
commit
992e06805c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class PrometheusService < MonitoringService
|
|||
end
|
||||
|
||||
def help
|
||||
'Retrieves `container_cpu_usage_seconds_total` and `container_memory_usage_bytes` from the configured Prometheus server. An `environment` label is required on each metric to identify the Environment.'
|
||||
'Retrieves `container_cpu_usage_seconds_total` and `container_memory_usage_bytes` from the configured Prometheus server. If you are not using <a href="https://docs.gitlab.com/ee/ci/autodeploy/index.html">Auto-Deploy</a> or have set up your own Prometheus server, an `environment` label is required on each metric to <a href="https://docs.gitlab.com/ce/user/project/integrations/prometheus.html#metrics-and-labels">identify the Environment</a>.'
|
||||
end
|
||||
|
||||
def self.to_param
|
||||
|
|
Loading…
Reference in a new issue