github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/grafana-integration/grafana-provisioning/dashboards/simple-go-app.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 "links": [], 25 "panels": [ 26 { 27 "datasource": "Pyroscope", 28 "gridPos": { 29 "h": 6, 30 "w": 24, 31 "x": 0, 32 "y": 0 33 }, 34 "id": 2, 35 "targets": [ 36 { 37 "format": "json", 38 "from": "now-1h", 39 "name": "simple.golang.app.cpu", 40 "queryType": "randomWalk", 41 "refId": "A", 42 "until": "now" 43 } 44 ], 45 "title": "simple.golang.app.cpu", 46 "type": "pyroscope-panel" 47 }, 48 { 49 "datasource": "Pyroscope", 50 "gridPos": { 51 "h": 7, 52 "w": 24, 53 "x": 0, 54 "y": 6 55 }, 56 "id": 5, 57 "targets": [ 58 { 59 "format": "json", 60 "from": "now-1h", 61 "name": "simple.golang.app.alloc_objects", 62 "queryType": "randomWalk", 63 "refId": "A", 64 "until": "now" 65 } 66 ], 67 "title": "simple.golang.app.alloc_objects", 68 "type": "pyroscope-panel" 69 }, 70 { 71 "datasource": "Pyroscope", 72 "gridPos": { 73 "h": 7, 74 "w": 24, 75 "x": 0, 76 "y": 13 77 }, 78 "id": 6, 79 "targets": [ 80 { 81 "format": "json", 82 "from": "now-1h", 83 "name": "simple.golang.app.alloc_space", 84 "queryType": "randomWalk", 85 "refId": "A", 86 "until": "now" 87 } 88 ], 89 "title": "simple.golang.app.alloc_space", 90 "type": "pyroscope-panel" 91 }, 92 { 93 "datasource": "Pyroscope", 94 "gridPos": { 95 "h": 7, 96 "w": 24, 97 "x": 0, 98 "y": 20 99 }, 100 "id": 3, 101 "targets": [ 102 { 103 "format": "json", 104 "from": "now-1h", 105 "name": "simple.golang.app.inuse_objects", 106 "queryType": "randomWalk", 107 "refId": "A", 108 "until": "now" 109 } 110 ], 111 "title": "simple.golang.app.inuse_objects", 112 "type": "pyroscope-panel" 113 }, 114 { 115 "datasource": "Pyroscope", 116 "gridPos": { 117 "h": 8, 118 "w": 24, 119 "x": 0, 120 "y": 27 121 }, 122 "id": 4, 123 "targets": [ 124 { 125 "format": "json", 126 "from": "now-1h", 127 "name": "simple.golang.app.inuse_space", 128 "queryType": "randomWalk", 129 "refId": "A", 130 "until": "now" 131 } 132 ], 133 "title": "simple.golang.app.inuse_space", 134 "type": "pyroscope-panel" 135 } 136 ], 137 "schemaVersion": 30, 138 "style": "dark", 139 "tags": [], 140 "templating": { 141 "list": [] 142 }, 143 "time": { 144 "from": "now-6h", 145 "to": "now" 146 }, 147 "timepicker": {}, 148 "timezone": "", 149 "title": "Simple Go App (Pyroscope)", 150 "uid": "aLlBhXM7z", 151 "version": 1 152 }