diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-03-18 11:24:48 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2017-03-18 11:24:48 -0400 |
commit | 307d706ca627316472a362ad99da9c743fba48ce (patch) | |
tree | 5b79391deec2bf6a6d9e25c575f60963b7d8e039 /app/models | |
parent | 992e06805c14b9afebbc240c87b4e9487e6f374e (diff) | |
download | gitlab-ce-307d706ca627316472a362ad99da9c743fba48ce.tar.gz |
Add additional details on metric source being k8s nodes
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/project_services/prometheus_service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_services/prometheus_service.rb b/app/models/project_services/prometheus_service.rb index cd397a8a62c..8c2220c4ad1 100644 --- a/app/models/project_services/prometheus_service.rb +++ b/app/models/project_services/prometheus_service.rb @@ -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. 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>.' + 'Retrieves the Kubernetes node metrics `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 |