Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created December 8, 2019 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaihendry/f18d59416e19830a8263f75f84da85a5 to your computer and use it in GitHub Desktop.
Save kaihendry/f18d59416e19830a8263f75f84da85a5 to your computer and use it in GitHub Desktop.
Annotations
{
"datasource": "-- Grafana --",
"type": "table",
"title": "Panel Title",
"gridPos": {
"x": 0,
"y": 0,
"w": 12,
"h": 8
},
"id": 5,
"timeFrom": null,
"timeShift": null,
"options": {},
"styles": [
{
"type": "date",
"pattern": "Time",
"alias": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss"
},
{
"unit": "short",
"type": "number",
"alias": "",
"decimals": 2,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"colorMode": null,
"pattern": "/.*/",
"thresholds": []
}
],
"transform": "annotations",
"pageSize": null,
"showHeader": true,
"columns": [],
"fontSize": "100%",
"sort": {
"col": 0,
"desc": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment