Skip to content

Commit

Permalink
Updates grafana/loki/production/loki-mixins jsonnet package
Browse files Browse the repository at this point in the history
With this update we get:
- Reworked retention dashboards done in
  grafana#11263 as a follow-up to grafana#9884
- New write dashboards for structured metadata done in grafana#11087
  • Loading branch information
JoaoBraveCoding committed Nov 28, 2023
1 parent bd505f8 commit 98ec454
Show file tree
Hide file tree
Showing 7 changed files with 594 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"steppedLine": false,
"targets": [
{
"expr": "cortex_ingester_flush_queue_length{namespace=\"$namespace\", job=~\".+-ingester-http\"}",
"expr": "loki_ingester_flush_queue_length{namespace=\"$namespace\", job=~\".+-ingester-http\"} or cortex_ingester_flush_queue_length{namespace=\"$namespace\", job=~\".+-ingester-http\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,17 @@
"dashes": false,
"datasource": "$datasource",
"fieldConfig": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
"defaults": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
}
}
}
},
"unit": "s"
},
"fill": 1,
"id": 3,
Expand Down Expand Up @@ -482,14 +485,17 @@
"dashes": false,
"datasource": "$datasource",
"fieldConfig": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
"defaults": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
}
}
}
},
"unit": "s"
},
"fill": 1,
"id": 6,
Expand Down Expand Up @@ -755,14 +761,17 @@
"dashes": false,
"datasource": "$datasource",
"fieldConfig": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
"defaults": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
}
}
}
},
"unit": "s"
},
"fill": 1,
"id": 9,
Expand Down Expand Up @@ -1028,14 +1037,17 @@
"dashes": false,
"datasource": "$datasource",
"fieldConfig": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
"defaults": {
"custom": {
"fillOpacity": 50,
"showPoints": "never",
"stacking": {
"group": "A",
"mode": "normal"
}
}
}
},
"unit": "s"
},
"fill": 1,
"id": 15,
Expand Down
Loading

0 comments on commit 98ec454

Please sign in to comment.