Skip to content

Commit

Permalink
Include service graph in Grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Oct 16, 2024
1 parent b59caaf commit f3b1bc4
Showing 1 changed file with 42 additions and 7 deletions.
49 changes: 42 additions & 7 deletions hack/kube/components/dev/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ data:
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 3,
"id": 1,
"links": [],
"liveNow": false,
"panels": [
Expand Down Expand Up @@ -221,7 +221,7 @@ data:
},
"gridPos": {
"h": 5,
"w": 4,
"w": 24,
"x": 0,
"y": 5
},
Expand Down Expand Up @@ -298,7 +298,7 @@ data:
},
"gridPos": {
"h": 11,
"w": 24,
"w": 12,
"x": 0,
"y": 10
},
Expand Down Expand Up @@ -406,10 +406,10 @@ data:
]
},
"gridPos": {
"h": 13,
"w": 24,
"x": 0,
"y": 21
"h": 11,
"w": 12,
"x": 12,
"y": 10
},
"id": 3,
"options": {
Expand Down Expand Up @@ -441,6 +441,41 @@ data:
],
"title": "API requests",
"type": "table"
},
{
"datasource": {
"default": true,
"type": "tempo",
"uid": "tempo"
},
"gridPos": {
"h": 17,
"w": 24,
"x": 0,
"y": 21
},
"id": 6,
"options": {
"edges": {},
"nodes": {}
},
"pluginVersion": "11.2.2",
"targets": [
{
"datasource": {
"type": "tempo",
"uid": "tempo"
},
"hide": false,
"limit": 20,
"query": "{}",
"queryType": "serviceMap",
"refId": "A",
"tableType": "traces"
}
],
"title": "Service graph",
"type": "nodeGraph"
}
],
"refresh": "",
Expand Down

0 comments on commit f3b1bc4

Please sign in to comment.