Skip to content

Commit

Permalink
lets try this again
Browse files Browse the repository at this point in the history
  • Loading branch information
CastawayEGR committed Feb 15, 2024
1 parent 6b77a25 commit 155a024
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 deletions grafana/AAP_Job_Logs.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,4 @@
{
"__inputs": [
{
"name": "DS_LOKI",
"label": "Loki",
"description": "",
"type": "datasource",
"pluginId": "loki",
"pluginName": "Loki"
}
],
"__elements": {},
"__requires": [
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "9.4.3"
},
{
"type": "panel",
"id": "logs",
"name": "Logs",
"version": ""
},
{
"type": "datasource",
"id": "loki",
"name": "Loki",
"version": "1.0.0"
}
],
"annotations": {
"list": [
{
Expand All @@ -55,14 +24,14 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": null,
"id": 1,
"links": [],
"liveNow": false,
"panels": [
{
"datasource": {
"type": "loki",
"uid": "${DS_LOKI}"
"uid": "${datasource}"
},
"gridPos": {
"h": 17,
Expand All @@ -85,7 +54,7 @@
{
"datasource": {
"type": "loki",
"uid": "${DS_LOKI}"
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "{job=\"pod-logs\"} |=\"job-$jobID\"",
Expand Down

0 comments on commit 155a024

Please sign in to comment.