Skip to content

Commit

Permalink
update tf-repo dashboard to sort log lines oldest first (#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubismod authored Feb 19, 2025
1 parent c421272 commit 977a8b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions grafana-dashboards/grafana-dashboard-terraform-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ data:
"showCommonLabels": false,
"showLabels": false,
"showTime": true,
"sortOrder": "Descending",
"sortOrder": "Ascending",
"wrapLogMessage": true
},
"targets": [
Expand Down Expand Up @@ -433,7 +433,7 @@ data:
"list": [
{
"current": {
"selected": true,
"selected": false,
"text": "appsrep09ue1-prometheus",
"value": "P7B77307D2CE073BC"
},
Expand All @@ -452,9 +452,9 @@ data:
{
"allValue": ".+",
"current": {
"selected": true,
"text": "tf-repo-push-deploy-pipelinerungn2k9",
"value": "tf-repo-push-deploy-pipelinerungn2k9"
"selected": false,
"text": "All",
"value": "$__all"
},
"datasource": {
"type": "prometheus",
Expand All @@ -471,7 +471,7 @@ data:
"query": "label_values(kube_pod_info{namespace=\"terraform-repo-production\", pod=~\"tf-repo.+\"},pod)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,
"refresh": 2,
"regex": "/(tf-repo-push-deploy-pipelinerun.+)-tf-executor/",
"skipUrlSync": false,
"sort": 1,
Expand Down

0 comments on commit 977a8b2

Please sign in to comment.