Skip to content

Commit

Permalink
dashboard adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Nov 19, 2024
1 parent 48e92bc commit fd2da2f
Showing 1 changed file with 38 additions and 6 deletions.
44 changes: 38 additions & 6 deletions src/grafana/provisioning/dashboards/demo/demo-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"mode": "thresholds"
},
"custom": {
"align": "auto",
"align": "left",
"cellOptions": {
"type": "auto"
},
Expand All @@ -422,7 +422,20 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "count()"
},
"properties": [
{
"id": "custom.width",
"value": 90
}
]
}
]
},
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -509,7 +522,20 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "observedTimestamp"
},
"properties": [
{
"id": "custom.width",
"value": 222
}
]
}
]
},
"gridPos": {
"h": 8,
Expand All @@ -528,7 +554,13 @@
],
"show": false
},
"showHeader": true
"showHeader": true,
"sortBy": [
{
"desc": true,
"displayName": "observedTimestamp"
}
]
},
"pluginVersion": "11.3.0",
"targets": [
Expand Down Expand Up @@ -556,7 +588,7 @@
"type": "count"
}
],
"query": "search source=otel\n| where resource.service.name=\"${service}\" | sort - @timestamp | head 100",
"query": "search source=otel\n| where resource.service.name=\"${service}\"| sort - observedTimestamp | head 100",
"queryType": "PPL",
"refId": "A",
"timeField": "observedTimestamp"
Expand Down Expand Up @@ -1041,4 +1073,4 @@
"uid": "W2gX2zHVk",
"version": 1,
"weekStart": ""
}
}

0 comments on commit fd2da2f

Please sign in to comment.