{ "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "enable": true, "expr": "process_start_time_seconds{job=~\"$job\", instance=~\"$instance\"} * 1000", "hide": false, "iconColor": "#B877D9", "name": "Node.js Start", "showIn": 0, "textFormat": "{{instance}}", "titleFormat": "Node.js Start", "useValueForTime": true } ] }, "description": "Monitor an application built using Node.js", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 11, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 1, "targets": [ { "datasource": { "type": "datasource", "uid": "grafana" }, "refId": "A" } ], "title": "Overview", "type": "row" }, { "datasource": { "uid": "$datasource" }, "description": "The version of Node.js.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 1 }, "id": 2, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": ["first"], "fields": "/^version$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.4-2911eec", "targets": [ { "datasource": { "uid": "$datasource" }, "expr": "nodejs_version_info", "format": "table", "instant": true, "legendFormat": "", "refId": "A" } ], "title": "Node.js Version", "type": "stat" }, { "datasource": { "uid": "$datasource" }, "description": "The number of times Node.js restarted.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 3, "y": 1 }, "id": 3, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.4-2911eec", "targets": [ { "datasource": { "uid": "$datasource" }, "expr": "sum(changes(process_start_time_seconds{job=~\"$job\", instance=~\"$instance\", hostname=~\"$hostname\"}[$__range]))", "instant": false, "legendFormat": "Node.js", "refId": "A" } ], "title": "Node.js Restarts", "type": "stat" }, { "collapsed": false, "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 3 }, "id": 4, "panels": [], "targets": [ { "datasource": { "type": "datasource", "uid": "grafana" }, "refId": "A" } ], "title": "Process", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "CPU usage.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 4 }, "hiddenSeries": false, "id": 5, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.4-2911eec", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "irate(process_cpu_user_seconds_total{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}[$__rate_interval]) * 100", "interval": "", "legendFormat": "User CPU - {{pod}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "irate(process_cpu_system_seconds_total{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}[$__rate_interval]) * 100", "interval": "", "legendFormat": "System CPU - {{pod}}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "irate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}[$__rate_interval]) * 100", "interval": "", "legendFormat": "Total CPU - {{pod}}", "range": true, "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "CPU Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "percent", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "CPU time spent.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 8, "y": 4 }, "hiddenSeries": false, "id": 6, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.4-2911eec", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "rate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}[$__rate_interval])", "interval": "", "legendFormat": "{{pod}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "CPU Time Spent", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Memory usage.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 16, "y": 4 }, "hiddenSeries": false, "id": 7, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.4-2911eec", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "process_resident_memory_bytes{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "{{pod}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Memory Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Number of active handle and active requests.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 13 }, "hiddenSeries": false, "id": 8, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.4-2911eec", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_active_handles_total{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "Active Handler - {{pod}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_active_requests_total{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "Active Request - {{pod}}", "range": true, "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Active Handlers and Requests", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Latency of the event loop.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 16, "x": 8, "y": 13 }, "hiddenSeries": false, "id": 9, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.4-2911eec", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_eventloop_lag_seconds{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "hide": false, "instant": false, "interval": "", "legendFormat": "Last - {{pod}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_eventloop_lag_p99_seconds{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "P99 - {{pod}}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_eventloop_lag_p50_seconds{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "P50 - {{pod}}", "range": true, "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Event Loop Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "collapsed": false, "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 10, "panels": [], "targets": [ { "datasource": { "type": "datasource", "uid": "grafana" }, "refId": "A" } ], "title": "Garbage Collector", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Rate of garbage collection duration.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 23 }, "hiddenSeries": false, "id": 11, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.5", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "rate(nodejs_gc_duration_seconds_sum{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}[$__rate_interval])", "interval": "", "legendFormat": "{{kind}} - {{pod}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "GC Duration Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": "", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Duration of garbage collection.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 23 }, "hiddenSeries": false, "id": 12, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.5", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_gc_duration_seconds_sum{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "{{kind}} - {{pod}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "GC Duration", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": "", "logBase": 2, "show": true }, { "format": "s", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Usage of heap memory.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 23 }, "hiddenSeries": false, "id": 13, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.5", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_heap_size_total_bytes{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "Total - {{pod}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_heap_size_used_bytes{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "Used - {{pod}}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "process_resident_memory_bytes{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "Resident - {{pod}}", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_external_memory_bytes{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "External - {{pod}}", "range": true, "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "Heap Memory Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Rate of garbage collection.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 31 }, "hiddenSeries": false, "id": 14, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.0", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "rate(nodejs_gc_duration_seconds_count{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}[$__rate_interval])", "interval": "", "legendFormat": "{{pod}} - {{kind}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "GC Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Count of garbage collection.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 31 }, "hiddenSeries": false, "id": 15, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.0", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_gc_duration_seconds_count{job=~\"$job\", instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "{{kind}} - {{pod}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "GC Count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "", "logBase": 2, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$datasource" }, "description": "Usage of heap space.", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 31 }, "hiddenSeries": false, "id": 16, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.0", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "editorMode": "code", "exemplar": true, "expr": "nodejs_heap_space_size_used_bytes{instance=~\"$instance\", pod=~\"$pod\"}", "interval": "", "legendFormat": "{{space}} - {{pod}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Heap Space Used", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": "30s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": ["kubernetes", "nodejs"], "templating": { "list": [ { "current": { "selected": false, "text": "grafanacloud-hiveprod-prom", "value": "grafanacloud-hiveprod-prom" }, "hide": 0, "includeAll": false, "label": "Data Source", "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "(?!grafanacloud-usage|grafanacloud-ml-metrics).+", "skipUrlSync": false, "type": "datasource" }, { "current": { "selected": false, "text": "All", "value": "$__all" }, "datasource": { "uid": "$datasource" }, "definition": "label_values(nodejs_eventloop_lag_seconds, job)", "hide": 0, "includeAll": true, "label": "Job", "multi": true, "name": "job", "options": [], "query": { "query": "label_values(nodejs_eventloop_lag_seconds, job)", "refId": "grafanacloud-hivestaging-prom-job-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "All", "value": "$__all" }, "datasource": { "uid": "$datasource" }, "definition": "label_values(nodejs_eventloop_lag_seconds, instance)", "hide": 0, "includeAll": true, "label": "Instance", "multi": true, "name": "instance", "options": [], "query": { "query": "label_values(nodejs_eventloop_lag_seconds, instance)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": true, "text": ["All"], "value": ["$__all"] }, "datasource": { "type": "prometheus", "uid": "${datasource}" }, "definition": "label_values(nodejs_eventloop_lag_seconds, pod)", "hide": 0, "includeAll": true, "label": "Pod", "multi": true, "name": "pod", "options": [], "query": { "query": "label_values(nodejs_eventloop_lag_seconds, pod)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Node.js Overview", "uid": "WaRMNy-7k", "version": 16, "weekStart": "" }