https://github.com/deepflowio/deepflow-dashboards
An automated observability platform for cloud-native developers.
https://github.com/deepflowio/deepflow-dashboards
Last synced: about 1 year ago
JSON representation
An automated observability platform for cloud-native developers.
- Host: GitHub
- URL: https://github.com/deepflowio/deepflow-dashboards
- Owner: deepflowio
- License: apache-2.0
- Created: 2022-08-04T05:16:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T02:50:45.000Z (about 1 year ago)
- Last Synced: 2025-04-18T15:31:14.740Z (about 1 year ago)
- Language: Shell
- Size: 1.44 MB
- Stars: 9
- Watchers: 4
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deepflow-dashboards
An automated observability platform for cloud-native developers.
## Dashboard specification
Add the datasource variable to the dashboard and manually change it to `"selected": true,"value": "1"`:
```json
{
"current": {
"selected": true,
"value": "1"
},
"hide": 0,
"includeAll": false,
"label": "Data Source",
"multi": false,
"name": "datasource",
"options": [],
"query": "deepflowio-deepflow-datasource",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
}
```
All panel datasources use $datasource:
```json
{
"_comment": "Please DON'T modify this variable selection field.",
"datasource": "$datasource"
}
```
The dashboard title and uid should be fixed:
```json
"title": "Network - K8s Pod",
"uid": "Network_K8s_Pod",
```