Skip to content
Snippets Groups Projects
Commit 874c9b7f authored by Andrei Stoicescu's avatar Andrei Stoicescu
Browse files

Update .gitlab/dashboards/multiple_time_series.yml

parent 30121b59
No related branches found
No related tags found
No related merge requests found
Pipeline #12726612 passed
Loading
Loading
@@ -14,3 +14,12 @@ panel_groups:
query_range: 'avg(sum(container_memory_usage_bytes{container_name!="POD",pod_name=~"^%{ci_environment_slug}-([^c].*|c([^a]|a([^n]|n([^a]|a([^r]|r[^y])))).*|)-(.*)",namespace="%{kube_namespace}"}) by (job)) without (job) / count(avg(container_memory_usage_bytes{container_name!="POD",pod_name=~"^%{ci_environment_slug}-([^c].*|c([^a]|a([^n]|n([^a]|a([^r]|r[^y])))).*|)-(.*)",namespace="%{kube_namespace}"}) without (job)) /1000/1000'
label: "memory_1000"
unit: "count"
- title: "Prometheus HTTP Requests"
type: area-chart
y_label: Req
metrics:
- id: prometheus_http_requests_total
query_range: prometheus_http_requests_total
label: "Handler: {{handler}}"
unit: req
metric_id: 15
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment