Created
June 28, 2023 09:46
-
-
Save libook/f4bdf00f7338d388d061699dbb0931da to your computer and use it in GitHub Desktop.
Minecraft Prometheus Grafana Dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "datasource", | |
| "uid": "grafana" | |
| }, | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", | |
| "type": "dashboard" | |
| } | |
| ] | |
| }, | |
| "editable": true, | |
| "fiscalYearStartMonth": 0, | |
| "graphTooltip": 1, | |
| "id": 17, | |
| "links": [], | |
| "liveNow": false, | |
| "panels": [ | |
| { | |
| "collapsed": false, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 0 | |
| }, | |
| "id": 18, | |
| "panels": [], | |
| "title": "Overview", | |
| "type": "row" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "thresholds" | |
| }, | |
| "mappings": [ | |
| { | |
| "options": { | |
| "match": "null", | |
| "result": { | |
| "text": "N/A" | |
| } | |
| }, | |
| "type": "special" | |
| } | |
| ], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "rgba(245, 54, 54, 0.9)", | |
| "value": null | |
| }, | |
| { | |
| "color": "rgba(237, 129, 40, 0.89)", | |
| "value": 0 | |
| }, | |
| { | |
| "color": "rgba(50, 172, 45, 0.97)", | |
| "value": 1 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 2, | |
| "x": 0, | |
| "y": 1 | |
| }, | |
| "id": 2, | |
| "links": [], | |
| "maxDataPoints": 100, | |
| "options": { | |
| "colorMode": "value", | |
| "graphMode": "none", | |
| "justifyMode": "auto", | |
| "orientation": "horizontal", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "textMode": "auto" | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_players_online_total{server_name=~\"$server_name\"})", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 2, | |
| "legendFormat": "", | |
| "metric": "mc_players_total", | |
| "refId": "A", | |
| "step": 40 | |
| } | |
| ], | |
| "title": "Players Online", | |
| "type": "stat" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "fixed" | |
| }, | |
| "mappings": [ | |
| { | |
| "options": { | |
| "match": "null", | |
| "result": { | |
| "text": "N/A" | |
| } | |
| }, | |
| "type": "special" | |
| } | |
| ], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "rgba(245, 54, 54, 0.9)", | |
| "value": null | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 2, | |
| "x": 2, | |
| "y": 1 | |
| }, | |
| "id": 13, | |
| "links": [], | |
| "maxDataPoints": 100, | |
| "options": { | |
| "colorMode": "value", | |
| "graphMode": "none", | |
| "justifyMode": "auto", | |
| "orientation": "horizontal", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "textMode": "auto" | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum(mc_players_total{server_name=~\"$server_name\"})", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 2, | |
| "legendFormat": "", | |
| "metric": "mc_players_total", | |
| "range": true, | |
| "refId": "A", | |
| "step": 40 | |
| } | |
| ], | |
| "title": "Players Total", | |
| "type": "stat" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "thresholds" | |
| }, | |
| "displayName": "", | |
| "links": [], | |
| "mappings": [], | |
| "max": 4000000000, | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 3000000000 | |
| } | |
| ] | |
| }, | |
| "unit": "bytes" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 4, | |
| "x": 4, | |
| "y": 1 | |
| }, | |
| "id": 9, | |
| "options": { | |
| "orientation": "auto", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "last" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "showThresholdLabels": false, | |
| "showThresholdMarkers": true | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_jvm_memory{type='allocated', server_name=~\"$server_name\"} - scalar(mc_jvm_memory{type='free', server_name=~\"$server_name\"})", | |
| "instant": false, | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "JVM Memory", | |
| "type": "gauge" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "thresholds" | |
| }, | |
| "displayName": "", | |
| "links": [], | |
| "mappings": [], | |
| "max": 20, | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "red", | |
| "value": null | |
| }, | |
| { | |
| "color": "light-orange", | |
| "value": 15 | |
| }, | |
| { | |
| "color": "green", | |
| "value": 18 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 4, | |
| "x": 8, | |
| "y": 1 | |
| }, | |
| "id": 10, | |
| "options": { | |
| "orientation": "auto", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "mean" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "showThresholdLabels": false, | |
| "showThresholdMarkers": true | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_tps{server_name=~\"$server_name\"}", | |
| "instant": true, | |
| "legendFormat": "", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "TPS", | |
| "type": "gauge" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "thresholds" | |
| }, | |
| "custom": { | |
| "fillOpacity": 70, | |
| "lineWidth": 0, | |
| "spanNulls": false | |
| }, | |
| "mappings": [ | |
| { | |
| "options": { | |
| "false": { | |
| "color": "text", | |
| "index": 1, | |
| "text": "Offline" | |
| }, | |
| "true": { | |
| "color": "dark-green", | |
| "index": 0, | |
| "text": "Online" | |
| } | |
| }, | |
| "type": "value" | |
| } | |
| ], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "transparent", | |
| "value": null | |
| } | |
| ] | |
| }, | |
| "unit": "string" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 14, | |
| "w": 12, | |
| "x": 12, | |
| "y": 1 | |
| }, | |
| "id": 17, | |
| "options": { | |
| "alignValue": "left", | |
| "legend": { | |
| "displayMode": "list", | |
| "placement": "bottom", | |
| "showLegend": true | |
| }, | |
| "mergeValues": true, | |
| "rowHeight": 0.9, | |
| "showValue": "never", | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "exemplar": false, | |
| "expr": "mc_player_online{server_name=~\"$server_name\"}", | |
| "instant": false, | |
| "interval": "", | |
| "legendFormat": "{{name}}", | |
| "range": true, | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Players Online", | |
| "transformations": [ | |
| { | |
| "id": "convertFieldType", | |
| "options": { | |
| "conversions": [ | |
| { | |
| "destinationType": "boolean", | |
| "targetField": "mc_player_online" | |
| } | |
| ], | |
| "fields": {} | |
| } | |
| } | |
| ], | |
| "type": "state-timeline" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "stepAfter", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "short" | |
| }, | |
| "overrides": [ | |
| { | |
| "matcher": { | |
| "id": "byName", | |
| "options": "Unique" | |
| }, | |
| "properties": [ | |
| { | |
| "id": "color", | |
| "value": { | |
| "fixedColor": "#C0D8FF", | |
| "mode": "fixed" | |
| } | |
| }, | |
| { | |
| "id": "custom.lineWidth", | |
| "value": 0 | |
| }, | |
| { | |
| "id": "custom.lineStyle", | |
| "value": { | |
| "dash": [ | |
| 10, | |
| 10 | |
| ], | |
| "fill": "dash" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "matcher": { | |
| "id": "byRegexp", | |
| "options": "/Online/" | |
| }, | |
| "properties": [ | |
| { | |
| "id": "custom.stacking", | |
| "value": { | |
| "group": "A", | |
| "mode": "normal" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 0, | |
| "y": 8 | |
| }, | |
| "id": 1, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_players_total{server_name=~\"$server_name\"}", | |
| "format": "time_series", | |
| "intervalFactor": 2, | |
| "legendFormat": "Unique", | |
| "metric": "mc_players_total", | |
| "refId": "A", | |
| "step": 4 | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_players_online_total{server_name=~\"$server_name\"}) by (world)", | |
| "legendFormat": "Online ({{world}})", | |
| "refId": "B" | |
| } | |
| ], | |
| "title": "Players", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "stepAfter", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "links": [], | |
| "mappings": [], | |
| "max": 20, | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 0, | |
| "y": 15 | |
| }, | |
| "id": 7, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull", | |
| "min" | |
| ], | |
| "displayMode": "list", | |
| "placement": "bottom", | |
| "showLegend": false | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_tps{server_name=~\"$server_name\"}", | |
| "format": "time_series", | |
| "intervalFactor": 2, | |
| "legendFormat": "TPS", | |
| "metric": "mc_tps", | |
| "refId": "A", | |
| "step": 4 | |
| } | |
| ], | |
| "title": "Tickrate", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "links": [], | |
| "mappings": [], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "bytes" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 12, | |
| "y": 15 | |
| }, | |
| "id": 14, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum (mc_world_size{server_name=~\"$server_name\"}) by (world)", | |
| "format": "time_series", | |
| "hide": false, | |
| "intervalFactor": 2, | |
| "legendFormat": "{{world}}", | |
| "metric": "mc_entities_total", | |
| "range": true, | |
| "refId": "A", | |
| "step": 4 | |
| } | |
| ], | |
| "title": "World Size", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 22 | |
| }, | |
| "id": 20, | |
| "title": "Load", | |
| "type": "row" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "links": [], | |
| "mappings": [], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "short" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 0, | |
| "y": 23 | |
| }, | |
| "id": 4, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum (mc_entities_total{server_name=~\"$server_name\"}) by (world)", | |
| "format": "time_series", | |
| "hide": false, | |
| "intervalFactor": 2, | |
| "legendFormat": "{{world}}_total", | |
| "metric": "mc_entities_total", | |
| "refId": "A", | |
| "step": 4 | |
| } | |
| ], | |
| "title": "Entities", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "stepAfter", | |
| "lineStyle": { | |
| "fill": "solid" | |
| }, | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": false, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 14, | |
| "w": 12, | |
| "x": 12, | |
| "y": 23 | |
| }, | |
| "id": 11, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum (mc_villagers_total{server_name=~\"$server_name\"}) by (world, level, profession)", | |
| "format": "time_series", | |
| "hide": false, | |
| "intervalFactor": 2, | |
| "legendFormat": "{{world}}: {{profession}} (lv{{level}})", | |
| "metric": "mc_entities_total", | |
| "range": true, | |
| "refId": "A", | |
| "step": 4 | |
| } | |
| ], | |
| "title": "Villagers", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "links": [], | |
| "mappings": [], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "short" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 0, | |
| "y": 30 | |
| }, | |
| "id": 3, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_loaded_chunks_total{server_name=~\"$server_name\"}", | |
| "format": "time_series", | |
| "intervalFactor": 2, | |
| "legendFormat": "{{world}}", | |
| "metric": "mc_loaded_chunks_total", | |
| "refId": "A", | |
| "step": 4 | |
| } | |
| ], | |
| "title": "Loaded Chunks", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "collapsed": false, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 37 | |
| }, | |
| "id": 19, | |
| "panels": [], | |
| "title": "JVM", | |
| "type": "row" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "stepAfter", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 0, | |
| "y": 38 | |
| }, | |
| "id": 16, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "bottom", | |
| "showLegend": false | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "exemplar": false, | |
| "expr": "mc_jvm_threads_current{server_name=~\"$server_name\"}", | |
| "format": "time_series", | |
| "hide": false, | |
| "instant": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "Count", | |
| "metric": "mc_jvm_memory", | |
| "range": true, | |
| "refId": "A", | |
| "step": 4 | |
| } | |
| ], | |
| "title": "JVM Threads", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "stepAfter", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 12, | |
| "y": 38 | |
| }, | |
| "id": 15, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "bottom", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "mc_jvm_threads_state{server_name=~\"$server_name\"}", | |
| "format": "time_series", | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{state}}", | |
| "metric": "mc_jvm_memory", | |
| "range": true, | |
| "refId": "A", | |
| "step": 4 | |
| } | |
| ], | |
| "title": "JVM Threads by state", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "stepAfter", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "bytes" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 0, | |
| "y": 45 | |
| }, | |
| "id": 5, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "list", | |
| "placement": "bottom", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_jvm_memory{type='max', server_name=~\"$server_name\"}", | |
| "format": "time_series", | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "Allocated", | |
| "metric": "mc_jvm_memory", | |
| "refId": "A", | |
| "step": 4 | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_jvm_memory{type='allocated', server_name=~\"$server_name\"} - scalar(mc_jvm_memory{type='free', server_name=~\"$server_name\"})", | |
| "format": "time_series", | |
| "instant": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "Used", | |
| "refId": "B", | |
| "step": 4 | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "mc_jvm_memory{type='allocated', server_name=~\"$server_name\"}", | |
| "hide": true, | |
| "refId": "C" | |
| } | |
| ], | |
| "title": "JVM Memory", | |
| "type": "timeseries" | |
| } | |
| ], | |
| "refresh": "", | |
| "schemaVersion": 38, | |
| "style": "dark", | |
| "tags": [], | |
| "templating": { | |
| "list": [ | |
| { | |
| "allValue": ".+", | |
| "current": { | |
| "selected": false, | |
| "text": "LiBook的服务器~", | |
| "value": "LiBook的服务器~" | |
| }, | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "definition": "", | |
| "hide": 0, | |
| "includeAll": false, | |
| "label": "Server Name", | |
| "multi": false, | |
| "name": "server_name", | |
| "options": [], | |
| "query": "label_values(mc_players_total, server_name)", | |
| "refresh": 1, | |
| "regex": "", | |
| "skipUrlSync": false, | |
| "sort": 1, | |
| "tagValuesQuery": "", | |
| "tagsQuery": "", | |
| "type": "query", | |
| "useTags": false | |
| } | |
| ] | |
| }, | |
| "time": { | |
| "from": "now-24h", | |
| "to": "now" | |
| }, | |
| "timepicker": { | |
| "refresh_intervals": [ | |
| "5s", | |
| "10s", | |
| "30s", | |
| "1m", | |
| "5m", | |
| "15m", | |
| "30m", | |
| "1h", | |
| "2h", | |
| "1d" | |
| ], | |
| "time_options": [ | |
| "5m", | |
| "15m", | |
| "1h", | |
| "6h", | |
| "12h", | |
| "24h", | |
| "2d", | |
| "7d", | |
| "30d" | |
| ] | |
| }, | |
| "timezone": "browser", | |
| "title": "Minecraft", | |
| "uid": "bbbe0a68-652a-40d8-ad3a-4302b02f2312", | |
| "version": 11, | |
| "weekStart": "" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "datasource", | |
| "uid": "grafana" | |
| }, | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", | |
| "type": "dashboard" | |
| } | |
| ] | |
| }, | |
| "editable": true, | |
| "fiscalYearStartMonth": 0, | |
| "graphTooltip": 0, | |
| "id": 22, | |
| "links": [], | |
| "liveNow": false, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "thresholds" | |
| }, | |
| "custom": { | |
| "fillOpacity": 70, | |
| "lineWidth": 0, | |
| "spanNulls": false | |
| }, | |
| "mappings": [ | |
| { | |
| "options": { | |
| "false": { | |
| "color": "text", | |
| "index": 1, | |
| "text": "Offline" | |
| }, | |
| "true": { | |
| "color": "dark-green", | |
| "index": 0, | |
| "text": "Online" | |
| } | |
| }, | |
| "type": "value" | |
| } | |
| ], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "transparent", | |
| "value": null | |
| } | |
| ] | |
| }, | |
| "unit": "string" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 24, | |
| "x": 0, | |
| "y": 0 | |
| }, | |
| "id": 17, | |
| "options": { | |
| "alignValue": "left", | |
| "legend": { | |
| "displayMode": "list", | |
| "placement": "bottom", | |
| "showLegend": true | |
| }, | |
| "mergeValues": true, | |
| "rowHeight": 0.9, | |
| "showValue": "never", | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "exemplar": false, | |
| "expr": "mc_player_online{server_name=~\"$server_name\",name=~\"$player\"}", | |
| "instant": false, | |
| "interval": "", | |
| "legendFormat": "{{name}}", | |
| "range": true, | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Players Online", | |
| "transformations": [ | |
| { | |
| "id": "convertFieldType", | |
| "options": { | |
| "conversions": [ | |
| { | |
| "destinationType": "boolean", | |
| "targetField": "mc_player_online" | |
| } | |
| ], | |
| "fields": {} | |
| } | |
| } | |
| ], | |
| "type": "state-timeline" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 9 | |
| }, | |
| "id": 110, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player bred two mobs. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 10 | |
| }, | |
| "id": 4, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"ANIMALS_BRED\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Animals Bred over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player bred two mobs. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 10 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 6, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"ANIMALS_BRED\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Animals Bred by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Animals Bred", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 10 | |
| }, | |
| "id": 138, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has opened a Barrel. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 11 | |
| }, | |
| "id": 72, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"OPEN_BARREL\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Barrels Opened over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has opened a Barrel. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 11 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 73, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"OPEN_BARREL\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Barrels Opened by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Barrels Opened", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 11 | |
| }, | |
| "id": 112, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has rung a Bell. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 12 | |
| }, | |
| "id": 20, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"BELL_RING\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Bells Rung over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has rung a Bell. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 12 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 21, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"BELL_RING\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Bells Rung by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Bells Rung", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 12 | |
| }, | |
| "id": 116, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has blocked with a shield in tenths of 1♥. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 13 | |
| }, | |
| "id": 28, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"DAMAGE_BLOCKED_BY_SHIELD\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Blocked By Shield over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has blocked with a shield in tenths of 1♥. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 13 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 29, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"DAMAGE_BLOCKED_BY_SHIELD\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Blocked By Shield by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Damage Blocked By Shield", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 13 | |
| }, | |
| "id": 117, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has dealt in tenths of 1♥. Includes only melee attacks. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 14 | |
| }, | |
| "id": 30, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"DAMAGE_DEALT\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Dealt over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has dealt in tenths of 1♥. Includes only melee attacks. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 14 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 31, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"DAMAGE_DEALT\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Dealt by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Damage Dealt", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 14 | |
| }, | |
| "id": 118, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has resisted in tenths of 1♥. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 15 | |
| }, | |
| "id": 32, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"DAMAGE_RESISTED\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Resisted over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has resisted in tenths of 1♥. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 15 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 33, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"DAMAGE_RESISTED\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Resisted by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Damage Resisted", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 15 | |
| }, | |
| "id": 119, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has taken in tenths of 1♥. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 16 | |
| }, | |
| "id": 34, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"DAMAGE_TAKEN\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Taken over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The amount of damage the player has taken in tenths of 1♥. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 16 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 35, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"DAMAGE_TAKEN\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Damage Taken by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Damage Taken", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 16 | |
| }, | |
| "id": 113, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by boats. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 17 | |
| }, | |
| "id": 22, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"BOAT_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Boat over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by boats. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 17 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 23, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"BOAT_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Boat by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance by Boat", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 17 | |
| }, | |
| "id": 111, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by elytra. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 18 | |
| }, | |
| "id": 18, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"AVIATE_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Elytra over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by elytra. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 18 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 19, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"AVIATE_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Elytra by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance by Elytra", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 18 | |
| }, | |
| "id": 125, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by horses. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 19 | |
| }, | |
| "id": 46, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"HORSE_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Horse over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by horses. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 19 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 47, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"HORSE_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Horse by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance by Horse", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 19 | |
| }, | |
| "id": 136, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by minecarts. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 20 | |
| }, | |
| "id": 68, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"MINECART_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Minecart over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by minecarts. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 20 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 69, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"MINECART_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Minecart by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance by Minecart", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 20 | |
| }, | |
| "id": 114, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled up ladders or vines.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 21 | |
| }, | |
| "id": 24, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"CLIMB_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Climbed over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled up ladders or vines.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 21 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 25, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"CLIMB_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Climbed by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Climbed", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 21 | |
| }, | |
| "id": 115, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance walked while sneaking. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 22 | |
| }, | |
| "id": 26, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"CROUCH_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Crouched over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance walked while sneaking. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 22 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 27, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"CROUCH_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Crouched by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Crouched", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 22 | |
| }, | |
| "id": 122, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance fallen, excluding jumping. If the player falls more than one block, the entire jump is counted. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 23 | |
| }, | |
| "id": 40, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"FALL_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Fallen over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance fallen, excluding jumping. If the player falls more than one block, the entire jump is counted. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 23 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 41, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"FALL_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Fallen by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Fallen", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 23 | |
| }, | |
| "id": 124, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "Distance traveled upward and forward at the same time, while more than one block above the ground. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 24 | |
| }, | |
| "id": 44, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"FLY_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Flown over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "Distance traveled upward and forward at the same time, while more than one block above the ground. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 24 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 45, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"FLY_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Flown by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Flown", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 24 | |
| }, | |
| "id": 123, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of fish caught. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 25 | |
| }, | |
| "id": 42, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"FISH_CAUGHT\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Fish Caught over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of fish caught. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 25 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 43, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"FISH_CAUGHT\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Fish Caught by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Fish Caught", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 25 | |
| }, | |
| "id": 135, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times \"Save and quit to title\" has been clicked. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 26 | |
| }, | |
| "id": 66, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"LEAVE_GAME\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Games Quit over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times \"Save and quit to title\" has been clicked. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 26 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 67, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"LEAVE_GAME\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Games Quit by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Games Quit", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 26 | |
| }, | |
| "id": 126, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with anvils. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 27 | |
| }, | |
| "id": 48, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_ANVIL\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Anvil over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with anvils. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 27 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 49, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_ANVIL\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Anvil by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Anvil", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 27 | |
| }, | |
| "id": 127, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Blast Furnaces. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 28 | |
| }, | |
| "id": 50, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_BLAST_FURNACE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Blast Furnace over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Blast Furnaces. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 28 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 51, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_BLAST_FURNACE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Blast Furnace by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Blast Furnace", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 28 | |
| }, | |
| "id": 128, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Cartography Tables. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 29 | |
| }, | |
| "id": 52, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_CARTOGRAPHY_TABLE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Cartography Table over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Cartography Tables. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 29 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 53, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_CARTOGRAPHY_TABLE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Cartography Table by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Cartography Table", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 29 | |
| }, | |
| "id": 129, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Grindstones. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 30 | |
| }, | |
| "id": 54, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_GRINDSTONE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Grindstone over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Grindstones. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 30 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 55, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_GRINDSTONE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Grindstone by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Grindstone", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 30 | |
| }, | |
| "id": 130, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Looms. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 31 | |
| }, | |
| "id": 56, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_LOOM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Loom over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Looms. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 31 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 57, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_LOOM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Loom by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Loom", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 31 | |
| }, | |
| "id": 131, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Smithing Tables. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 32 | |
| }, | |
| "id": 58, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_SMITHING_TABLE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Smithing Table over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Smithing Tables. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 32 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 59, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_SMITHING_TABLE\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Smithing Table by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Smithing Table", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 32 | |
| }, | |
| "id": 132, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Smokers. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 33 | |
| }, | |
| "id": 60, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_SMOKER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Smoker over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Smokers. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 33 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 61, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_SMOKER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Smoker by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Smoker", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 33 | |
| }, | |
| "id": 133, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Stonecutters. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 34 | |
| }, | |
| "id": 62, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"INTERACT_WITH_STONECUTTER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Stonecutter over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with Stonecutters. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 34 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 63, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"INTERACT_WITH_STONECUTTER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Interactions with Stonecutter by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Interactions with Stonecutter", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 34 | |
| }, | |
| "id": 121, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of items dropped. This does not include items dropped upon death. If a group of items are dropped together, eg a stack of 64, it only counts as 1. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 35 | |
| }, | |
| "id": 38, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"DROP\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Items Dropped over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of items dropped. This does not include items dropped upon death. If a group of items are dropped together, eg a stack of 64, it only counts as 1. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 35 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 39, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"DROP\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Items Dropped by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Items Dropped", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 35 | |
| }, | |
| "id": 134, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total number of jumps performed. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 36 | |
| }, | |
| "id": 64, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"JUMP\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Jumps over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total number of jumps performed. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 36 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 65, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"JUMP\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Jumps by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Jumps", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 36 | |
| }, | |
| "id": 137, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of mobs the player killed. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 37 | |
| }, | |
| "id": 70, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"MOB_KILLS\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Mob Kills over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of mobs the player killed. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 37 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 71, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"MOB_KILLS\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Mob Kills by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Mob Kills", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 37 | |
| }, | |
| "id": 120, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player died.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 38 | |
| }, | |
| "id": 36, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"DEATHS\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Number of Deaths over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player died.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 38 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 37, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"DEATHS\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Number of Deaths by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Number of Deaths", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 38 | |
| }, | |
| "id": 139, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of players the player killed (on PvP servers). Indirect kills do not count. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 39 | |
| }, | |
| "id": 74, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"PLAYER_KILLS\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Player Kills over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of players the player killed (on PvP servers). Indirect kills do not count. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 39 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 75, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"PLAYER_KILLS\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Player Kills by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Player Kills", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 39 | |
| }, | |
| "id": 140, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has triggered a Raid. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 40 | |
| }, | |
| "id": 76, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"RAID_TRIGGER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Raids Triggered over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has triggered a Raid. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 40 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 77, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"RAID_TRIGGER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Raids Triggered by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Raids Triggered", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 40 | |
| }, | |
| "id": 141, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has won a Raid.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 41 | |
| }, | |
| "id": 78, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"RAID_WIN\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Raids Won over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has won a Raid.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 41 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 79, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"RAID_WIN\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Raids Won by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Raids Won", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 41 | |
| }, | |
| "id": 142, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has slept in a bed. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 42 | |
| }, | |
| "id": 80, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"SLEEP_IN_BED\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Times Slept in a Bed over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has slept in a bed. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 42 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 81, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"SLEEP_IN_BED\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Times Slept in a Bed by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Times Slept in a Bed", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 42 | |
| }, | |
| "id": 143, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The time the player has held down the sneak button (tracked in ticks). ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 43 | |
| }, | |
| "id": 82, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"SNEAK_TIME\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Sneak Time over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The time the player has held down the sneak button (tracked in ticks). ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 43 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 83, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"SNEAK_TIME\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Sneak Time by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Sneak Time", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 43 | |
| }, | |
| "id": 144, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance sprinted. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 44 | |
| }, | |
| "id": 84, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"SPRINT_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Sprinted over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance sprinted. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 44 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 85, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"SPRINT_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Sprinted by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Sprinted", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 44 | |
| }, | |
| "id": 145, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by striders via saddles. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 45 | |
| }, | |
| "id": 86, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"STRIDER_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Strider over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance traveled by striders via saddles. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 45 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 87, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"STRIDER_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance by Strider by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance by Strider", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 45 | |
| }, | |
| "id": 146, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance covered with sprint-swimming. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 46 | |
| }, | |
| "id": 88, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"SWIM_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Swum over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance covered with sprint-swimming. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 46 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 89, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"SWIM_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Swum by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Swum", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 46 | |
| }, | |
| "id": 153, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance walked. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 47 | |
| }, | |
| "id": 102, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"WALK_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Walked over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance walked. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 47 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 103, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"WALK_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Walked by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Walked", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 47 | |
| }, | |
| "id": 154, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The distance covered while bobbing up and down over water. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 48 | |
| }, | |
| "id": 104, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"WALK_ON_WATER_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Walked on Water over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The distance covered while bobbing up and down over water. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 48 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 105, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"WALK_ON_WATER_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Walked on Water by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Walked on Water", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 48 | |
| }, | |
| "id": 155, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance you have walked underwater.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 49 | |
| }, | |
| "id": 106, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"WALK_UNDER_WATER_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Walked under Water over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total distance you have walked underwater.", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "lengthmm" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 49 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 107, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"WALK_UNDER_WATER_ONE_CM\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Distance Walked under Water by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Distance Walked under Water", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 49 | |
| }, | |
| "id": 147, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with villagers (opened the trading GUI). ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 50 | |
| }, | |
| "id": 90, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"TALKED_TO_VILLAGER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Talked to Villagers over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times interacted with villagers (opened the trading GUI). ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 50 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 91, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"TALKED_TO_VILLAGER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Talked to Villagers by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Talked to Villagers", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 50 | |
| }, | |
| "id": 148, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has shot a target block. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 51 | |
| }, | |
| "id": 92, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"TARGET_HIT\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Targets Hit over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times the player has shot a target block. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 51 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 93, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"TARGET_HIT\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Targets Hit by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Targets Hit", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 51 | |
| }, | |
| "id": 149, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The time since the player's last death (tracked in ticks). ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "s" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 52 | |
| }, | |
| "id": 94, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"TIME_SINCE_DEATH\", server_name=~\"$server_name\"}) without (player_uid)/$ticks_per_second", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "range": true, | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Time Since Last Death over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The time since the player's last death (tracked in ticks). ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "s" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 52 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 95, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"TIME_SINCE_DEATH\", server_name=~\"$server_name\"}) without (player_uid)/$ticks_per_second", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Time Since Last Death by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Time Since Last Death", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 52 | |
| }, | |
| "id": 150, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The time since the player's last rest (tracked in ticks). If this value is greater than 1.00 h, phantoms can spawn. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "s" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 53 | |
| }, | |
| "id": 96, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"TIME_SINCE_REST\", server_name=~\"$server_name\"}) without (player_uid)/$ticks_per_second", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "range": true, | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Time Since Last Rest over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The time since the player's last rest (tracked in ticks). If this value is greater than 1.00 h, phantoms can spawn. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "s" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 53 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 97, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"TIME_SINCE_REST\", server_name=~\"$server_name\"}) without (player_uid)/$ticks_per_second", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Time Since Last Rest by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Time Since Last Rest", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 53 | |
| }, | |
| "id": 151, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total amount of time the world was opened (tracked in ticks). Unlike Play Time, if the game is paused this number continues to increase, but it does not change visually while the statistics menu is open. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "s" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 54 | |
| }, | |
| "id": 98, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"TOTAL_WORLD_TIME\", server_name=~\"$server_name\"}) without (player_uid)/$ticks_per_second", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "range": true, | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Time with World Open over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The total amount of time the world was opened (tracked in ticks). Unlike Play Time, if the game is paused this number continues to increase, but it does not change visually while the statistics menu is open. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "s" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 54 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 99, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "editorMode": "code", | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"TOTAL_WORLD_TIME\", server_name=~\"$server_name\"}) without (player_uid)/$ticks_per_second", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Time with World Open by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Time with World Open", | |
| "type": "row" | |
| }, | |
| { | |
| "collapsed": true, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 54 | |
| }, | |
| "id": 152, | |
| "panels": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times traded with villagers. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "axisCenteredZero": false, | |
| "axisColorMode": "text", | |
| "axisLabel": "", | |
| "axisPlacement": "auto", | |
| "barAlignment": 0, | |
| "drawStyle": "line", | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| }, | |
| "lineInterpolation": "linear", | |
| "lineWidth": 1, | |
| "pointSize": 5, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "showPoints": "never", | |
| "spanNulls": true, | |
| "stacking": { | |
| "group": "A", | |
| "mode": "none" | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "decimals": 0, | |
| "links": [], | |
| "mappings": [], | |
| "min": 0, | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green" | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 55 | |
| }, | |
| "id": 100, | |
| "links": [], | |
| "options": { | |
| "legend": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true | |
| }, | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "asc" | |
| } | |
| }, | |
| "pluginVersion": "10.0.0", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=~\"TRADED_WITH_VILLAGER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Traded with Villagers over time", | |
| "type": "timeseries" | |
| }, | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "description": "The number of times traded with villagers. ", | |
| "fieldConfig": { | |
| "defaults": { | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "custom": { | |
| "hideFrom": { | |
| "legend": false, | |
| "tooltip": false, | |
| "viz": false | |
| } | |
| }, | |
| "decimals": 0, | |
| "mappings": [], | |
| "unit": "none" | |
| }, | |
| "overrides": [] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 12, | |
| "y": 55 | |
| }, | |
| "hideTimeOverride": false, | |
| "id": 101, | |
| "links": [], | |
| "maxDataPoints": 3, | |
| "options": { | |
| "legend": { | |
| "calcs": [], | |
| "displayMode": "table", | |
| "placement": "right", | |
| "showLegend": true, | |
| "values": [ | |
| "value" | |
| ] | |
| }, | |
| "pieType": "pie", | |
| "reduceOptions": { | |
| "calcs": [ | |
| "lastNotNull" | |
| ], | |
| "fields": "", | |
| "values": false | |
| }, | |
| "tooltip": { | |
| "mode": "single", | |
| "sort": "none" | |
| } | |
| }, | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "expr": "sum(mc_player_statistic{player_name=~\"$player\", statistic=\"TRADED_WITH_VILLAGER\", server_name=~\"$server_name\"}) without (player_uid)", | |
| "format": "time_series", | |
| "instant": true, | |
| "intervalFactor": 1, | |
| "legendFormat": "{{player_name}}", | |
| "refId": "A" | |
| } | |
| ], | |
| "title": "Traded with Villagers by player", | |
| "type": "piechart" | |
| } | |
| ], | |
| "title": "Traded with Villagers", | |
| "type": "row" | |
| } | |
| ], | |
| "refresh": "", | |
| "schemaVersion": 38, | |
| "style": "dark", | |
| "tags": [], | |
| "templating": { | |
| "list": [ | |
| { | |
| "allValue": ".+", | |
| "current": { | |
| "selected": false, | |
| "text": "All", | |
| "value": "$__all" | |
| }, | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "definition": "", | |
| "hide": 0, | |
| "includeAll": true, | |
| "label": "Server Name", | |
| "multi": false, | |
| "name": "server_name", | |
| "options": [], | |
| "query": "label_values(mc_player_online, server_name)", | |
| "refresh": 1, | |
| "regex": "", | |
| "skipUrlSync": false, | |
| "sort": 0, | |
| "tagValuesQuery": "", | |
| "tagsQuery": "", | |
| "type": "query", | |
| "useTags": false | |
| }, | |
| { | |
| "allValue": ".+", | |
| "current": { | |
| "selected": false, | |
| "text": "All", | |
| "value": "$__all" | |
| }, | |
| "datasource": { | |
| "type": "prometheus", | |
| "uid": "c890e0d1-c550-4dfb-8fbd-6fd3e6773a3d" | |
| }, | |
| "definition": "", | |
| "hide": 0, | |
| "includeAll": true, | |
| "label": "Player", | |
| "multi": true, | |
| "name": "player", | |
| "options": [], | |
| "query": "label_values(mc_player_online, name)", | |
| "refresh": 1, | |
| "regex": "", | |
| "skipUrlSync": false, | |
| "sort": 1, | |
| "tagValuesQuery": "", | |
| "tagsQuery": "", | |
| "type": "query", | |
| "useTags": false | |
| }, | |
| { | |
| "current": { | |
| "selected": true, | |
| "text": "20", | |
| "value": "20" | |
| }, | |
| "hide": 0, | |
| "includeAll": false, | |
| "label": "Ticks per second", | |
| "multi": false, | |
| "name": "ticks_per_second", | |
| "options": [ | |
| { | |
| "selected": true, | |
| "text": "20", | |
| "value": "20" | |
| } | |
| ], | |
| "query": "20", | |
| "queryValue": "", | |
| "skipUrlSync": false, | |
| "type": "custom" | |
| } | |
| ] | |
| }, | |
| "time": { | |
| "from": "now-6h", | |
| "to": "now" | |
| }, | |
| "timepicker": { | |
| "refresh_intervals": [ | |
| "5s", | |
| "10s", | |
| "30s", | |
| "1m", | |
| "5m", | |
| "15m", | |
| "30m", | |
| "1h", | |
| "2h", | |
| "1d" | |
| ], | |
| "time_options": [ | |
| "5m", | |
| "15m", | |
| "1h", | |
| "6h", | |
| "12h", | |
| "24h", | |
| "2d", | |
| "7d", | |
| "30d" | |
| ] | |
| }, | |
| "timezone": "", | |
| "title": "Minecraft Player Statistic", | |
| "uid": "of8FDYamk", | |
| "version": 14, | |
| "weekStart": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment