Skip to content

Commit

Permalink
make charts
Browse files Browse the repository at this point in the history
  • Loading branch information
skanakal committed Sep 26, 2024
1 parent a5131a3 commit fc2dcea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
"label": null,
"multi": false,
"name": "namespace",
"query": "label_values(kube_pod_info{cluster=\"$cluster\"}, namespace)",
"query": "label_values(kube_pod_info{}, namespace)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand All @@ -600,7 +600,7 @@
"label": null,
"multi": false,
"name": "pod",
"query": "label_values(kube_pod_info{cluster=\"$cluster\", namespace=\"$namespace\"}, pod)",
"query": "label_values(kube_pod_info{namespace=\"$namespace\"}, pod)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
"label": null,
"multi": false,
"name": "namespace",
"query": "label_values({__name__=~\"container_.*|windows_container_.*\", namespace!=\"\"}, namespace)",
"query": "label_values(kube_pod_info{}, namespace)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand All @@ -600,7 +600,7 @@
"label": null,
"multi": false,
"name": "pod",
"query": "label_values({__name__=~\"container_.*|windows_container_.*\", namespace=\"$namespace\", pod!=\"\"}, pod)",
"query": "label_values(kube_pod_info{namespace=\"$namespace\"}, pod)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17318,7 +17318,7 @@ entries:
catalog.cattle.io/upstream-version: 45.31.1
apiVersion: v2
appVersion: v0.65.1
created: "2024-09-16T12:24:21.588956-07:00"
created: "2024-09-26T11:28:15.755133267+05:30"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -17390,7 +17390,7 @@ entries:
and Prometheus rules combined with documentation and scripts to provide easy
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
Prometheus Operator.
digest: c259f1ed2e221c58a3b20427ab3f1e46874b5c67d726d720ff52fecd048fdfd8
digest: d40ca8673f60b391352d8f70af9e6459220ea41ba3ef5a5c7ac5743c842789da
home: https://github.com/prometheus-operator/kube-prometheus
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
keywords:
Expand Down

0 comments on commit fc2dcea

Please sign in to comment.