[
https://issues.apache.org/jira/browse/YUNIKORN-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Condit updated YUNIKORN-2825:
-----------------------------------
Summary: Fix the job name of pprof dashboard in Grafana dashboar (was: Fix
the job name of pprof dashboard in Grafana dashboard example)
> Fix the job name of pprof dashboard in Grafana dashboar
> -------------------------------------------------------
>
> Key: YUNIKORN-2825
> URL: https://issues.apache.org/jira/browse/YUNIKORN-2825
> Project: Apache YuniKorn
> Issue Type: Bug
> Components: documentation
> Reporter: Yu-Lin Chen
> Assignee: Tzu-Hua Lan
> Priority: Major
> Labels: newbie, pull-request-available
> Attachments: image-2024-08-21-16-49-46-234.png,
> image-2024-08-21-16-50-44-173.png
>
>
> After following the steps in "[Prometheus and
> Grafana|https://yunikorn.apache.org/docs/next/user_guide/observability/prometheus#deploy-prometheus-and-grafana-in-a-cluster]"
> to deploy Grafana, if you import the pprof dashboard through
> "[yunikorn-pprof.json|https://github.com/apache/yunikorn-k8shim/tree/master/deployments/grafana-dashboard]",
> there is no metrics are displayed.
> The reason is the job name in the yunikorn-pprof.json doesn't match what we
> have from Promethus operator.
> We should fix the job name in yunikorn-pprof.json.
> ex:
> {code:bash}
> "expr": "go_memstats_heap_inuse_bytes{job=~\"yunikorn\"}",
> {code}
> should change to
> {code:bash}
> "expr": "go_memstats_heap_inuse_bytes{job=\"yunikorn-service\"}",
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]