Skip to content

Commit

Permalink
fix: instant for k8s-views-pods.json headers
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david.calvert@oqton.com>
  • Loading branch information
David Calvert committed Mar 21, 2023
1 parent 168db46 commit c1a4483
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@
"type": "prometheus",
"uid": "${datasource}"
},
"exemplar": true,
"exemplar": false,
"expr": "kube_pod_info{namespace=\"$namespace\", pod=\"$pod\"}",
"instant": true,
"interval": "",
"legendFormat": "{{ created_by_kind }}: {{ created_by_name }}",
"refId": "A"
Expand Down Expand Up @@ -211,7 +212,9 @@
"type": "prometheus",
"uid": "${datasource}"
},
"exemplar": false,
"expr": "kube_pod_info{namespace=\"$namespace\", pod=\"$pod\"}",
"instant": true,
"interval": "",
"legendFormat": "{{ node }}",
"refId": "A"
Expand Down Expand Up @@ -269,7 +272,9 @@
"type": "prometheus",
"uid": "${datasource}"
},
"exemplar": false,
"expr": "kube_pod_info{namespace=\"$namespace\", pod=\"$pod\"}",
"instant": true,
"interval": "",
"legendFormat": "{{ pod_ip }}",
"refId": "A"
Expand Down Expand Up @@ -1896,6 +1901,6 @@
"timezone": "",
"title": "Kubernetes / Views / Pods",
"uid": "k8s_views_pods",
"version": 15,
"version": 16,
"weekStart": ""
}

0 comments on commit c1a4483

Please sign in to comment.