github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/grafana-integration/grafana-provisioning/dashboards/server-pyroscope.json (about) 1 { 2 "annotations": { 3 "list": [ 4 { 5 "builtIn": 1, 6 "datasource": "-- Grafana --", 7 "enable": true, 8 "hide": true, 9 "iconColor": "rgba(0, 211, 255, 1)", 10 "name": "Annotations & Alerts", 11 "target": { 12 "limit": 100, 13 "matchAny": false, 14 "tags": [], 15 "type": "dashboard" 16 }, 17 "type": "dashboard" 18 } 19 ] 20 }, 21 "editable": true, 22 "gnetId": null, 23 "graphTooltip": 0, 24 "id": 3, 25 "links": [], 26 "panels": [ 27 { 28 "datasource": "Pyroscope", 29 "gridPos": { 30 "h": 6, 31 "w": 24, 32 "x": 0, 33 "y": 0 34 }, 35 "id": 2, 36 "targets": [ 37 { 38 "format": "json", 39 "from": "now-1h", 40 "name": "pyroscope.server.cpu", 41 "queryType": "randomWalk", 42 "refId": "A", 43 "until": "now" 44 } 45 ], 46 "title": "pyroscope.server.cpu", 47 "type": "pyroscope-panel" 48 }, 49 { 50 "datasource": "Pyroscope", 51 "gridPos": { 52 "h": 7, 53 "w": 24, 54 "x": 0, 55 "y": 6 56 }, 57 "id": 5, 58 "targets": [ 59 { 60 "format": "json", 61 "from": "now-1h", 62 "name": "pyroscope.server.alloc_objects", 63 "queryType": "randomWalk", 64 "refId": "A", 65 "until": "now" 66 } 67 ], 68 "title": "pyroscope.server.alloc_objects", 69 "type": "pyroscope-panel" 70 }, 71 { 72 "datasource": "Pyroscope", 73 "gridPos": { 74 "h": 7, 75 "w": 24, 76 "x": 0, 77 "y": 13 78 }, 79 "id": 6, 80 "targets": [ 81 { 82 "format": "json", 83 "from": "now-1h", 84 "name": "pyroscope.server.alloc_space", 85 "queryType": "randomWalk", 86 "refId": "A", 87 "until": "now" 88 } 89 ], 90 "title": "pyroscope.server.alloc_space", 91 "type": "pyroscope-panel" 92 }, 93 { 94 "datasource": "Pyroscope", 95 "gridPos": { 96 "h": 7, 97 "w": 24, 98 "x": 0, 99 "y": 20 100 }, 101 "id": 3, 102 "targets": [ 103 { 104 "format": "json", 105 "from": "now-1h", 106 "name": "pyroscope.server.inuse_objects", 107 "queryType": "randomWalk", 108 "refId": "A", 109 "until": "now" 110 } 111 ], 112 "title": "pyroscope.server.inuse_objects", 113 "type": "pyroscope-panel" 114 }, 115 { 116 "datasource": "Pyroscope", 117 "gridPos": { 118 "h": 8, 119 "w": 24, 120 "x": 0, 121 "y": 27 122 }, 123 "id": 4, 124 "targets": [ 125 { 126 "format": "json", 127 "from": "now-1h", 128 "name": "pyroscope.server.inuse_space", 129 "queryType": "randomWalk", 130 "refId": "A", 131 "until": "now" 132 } 133 ], 134 "title": "pyroscope.server.inuse_space", 135 "type": "pyroscope-panel" 136 } 137 ], 138 "schemaVersion": 30, 139 "style": "dark", 140 "tags": [], 141 "templating": { 142 "list": [] 143 }, 144 "time": { 145 "from": "now-6h", 146 "to": "now" 147 }, 148 "timepicker": {}, 149 "timezone": "", 150 "title": "Pyroscope Server (Pyroscope)", 151 "uid": "J5dv1uG7z", 152 "version": 2 153 }