Skip to content

Instantly share code, notes, and snippets.

@goyox86
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyox86/ed798af0f2d82cb96a20 to your computer and use it in GitHub Desktop.
Save goyox86/ed798af0f2d82cb96a20 to your computer and use it in GitHub Desktop.
Sample Grafana RBX Dashboard
{
"id": null,
"title": "RBX",
"originalTitle": "RBX",
"tags": [],
"style": "dark",
"timezone": "browser",
"editable": true,
"hideControls": false,
"sharedCrosshair": false,
"rows": [
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 8,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"bytes",
"none"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": -1,
"threshold2": null,
"threshold1Color": "rgba(27, 69, 216, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)",
"thresholdLine": true
},
"resolution": 100,
"lines": false,
"fill": 5,
"linewidth": 1,
"points": false,
"pointradius": 10,
"bars": true,
"stack": true,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true,
"rightSide": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "individual",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/host.local.Baile.app.rbx.memory.*.bytes.total/",
"query": "select value from /[\\w]*.app.rbx.memory.young.bytes.current/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
},
{
"target": "",
"function": "mean",
"column": "value",
"series": "select value from /[\\w]*.app.rbx.memory.*.bytes.current/ where $timeFilter group by time($interval) order asc",
"query": "select value from /[\\w]*.app.rbx.memory.immix.bytes.current/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
},
{
"target": "",
"function": "mean",
"column": "value",
"rawQuery": true,
"query": "select value from /[\\w]*.app.rbx.memory.large.bytes.current/ where $timeFilter group by time($interval) order asc",
"interval": "10s"
},
{
"target": "",
"function": "mean",
"column": "value",
"series": "host.local.Baile.app.rbx.memory.jit.bytes.gauge",
"query": "select value from /[\\w]*.app.rbx.memory.jit.bytes.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
}
],
"aliasColors": {
"host.on.group.baile.app.rbx.memory.immix.bytes.current.gauge.value": "#E24D42",
"host.on.group.baile.app.rbx.memory.young.bytes.current.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.bytes.current.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.large.bytes.current.gauge.value": "#629E51"
},
"aliasYAxis": {},
"title": "Memory",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": [],
"leftYAxisLabel": ""
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 6,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"bytes",
"bytes"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 5,
"linewidth": 1,
"points": false,
"pointradius": 5,
"bars": false,
"stack": true,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/[\\w]*.app.rbx.io.*/",
"query": "select value from /[\\w]*.app.rbx.io.*/ where $timeFilter group by time($interval) order asc",
"rawQuery": true
}
],
"aliasColors": {
"host.local.Baile.app.rbx.io.write.bytes.gauge.mean": "#890F02"
},
"aliasYAxis": {},
"title": "IO",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": []
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 7,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"short",
"short"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 1,
"linewidth": 2,
"points": false,
"pointradius": 5,
"bars": false,
"stack": true,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": false,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": false
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "host.local.Baile.app.rbx.jit.methods.compiled.gauge",
"query": "select value from /[\\w]*.app.rbx.jit.methods.compiled.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
},
{
"target": "",
"function": "mean",
"column": "value",
"series": "host.local.Baile.app.rbx.jit.methods.compiled.gauge",
"query": "select value from /[\\w]*.app.rbx.jit.methods.queued.gauge/ where $timeFilter group by time($interval) order asc",
"interval": "10s",
"rawQuery": true
}
],
"aliasColors": {},
"aliasYAxis": {},
"title": "JIT",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": []
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 5,
"span": 4,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"short",
"short"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 5,
"linewidth": 2,
"points": false,
"pointradius": 5,
"bars": false,
"stack": true,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": false,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/host.local.Baile.app.rbx.memory.*.objects.current.gauge/",
"query": "select value from /host.local.Baile.app.rbx.memory.young.objects.current.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
}
],
"aliasColors": {
"host.local.Baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.on.group.baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.young.count.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.current.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.total.gauge.value": "#1F78C1"
},
"aliasYAxis": {},
"title": "Young Objects",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": []
},
{
"title": "Immix Objects",
"error": false,
"span": 4,
"editable": true,
"type": "graph",
"id": 13,
"datasource": null,
"renderer": "flot",
"x-axis": true,
"y-axis": true,
"y_formats": [
"short",
"short"
],
"grid": {
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"lines": true,
"fill": 5,
"linewidth": 1,
"points": false,
"pointradius": 5,
"bars": false,
"stack": false,
"percentage": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true
},
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"shared": false
},
"targets": [
{
"function": "mean",
"column": "value",
"series": "/[\\w]*.rbx.memory.*/",
"query": "select value from /[\\w]*.rbx.memory.immix.objects.current/ where $timeFilter group by time($interval) order asc",
"rawQuery": true
}
],
"aliasColors": {
"host.local.Baile.app.rbx.gc.immix.count.gauge.mean": "#EAB839",
"host.on.group.baile.app.rbx.gc.immix.count.gauge.mean": "#E24D42",
"host.local.Baile.app.rbx.memory.immix.objects.total.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.memory.immix.objects.current.gauge.value": "#EAB839"
},
"seriesOverrides": [],
"links": []
},
{
"title": "Large Objects",
"error": false,
"span": 4,
"editable": true,
"type": "graph",
"id": 12,
"datasource": null,
"renderer": "flot",
"x-axis": true,
"y-axis": true,
"y_formats": [
"short",
"short"
],
"grid": {
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"lines": true,
"fill": 5,
"linewidth": 1,
"points": false,
"pointradius": 5,
"bars": false,
"stack": false,
"percentage": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true
},
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"shared": false
},
"targets": [
{
"function": "mean",
"column": "value",
"series": "/[\\d]*.app.rbx.gc.large.count.gauge/",
"query": "select value from /host.local.Baile.app.rbx.memory.large.objects.total.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
}
],
"aliasColors": {
"host.on.group.baile.app.rbx.gc.large.count.gauge.mean": "#EAB839"
},
"seriesOverrides": [],
"links": []
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 9,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"short",
"short"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 1,
"linewidth": 2,
"points": false,
"pointradius": 5,
"bars": false,
"stack": true,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": false,
"total": false,
"avg": false,
"alignAsTable": true,
"rightSide": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/[\\w]*.app.rbx.os.signals.*/",
"query": "select mean(value) from /[\\w]*.app.rbx.os.signals.*/ where $timeFilter group by time($interval) order asc",
"alias": ""
}
],
"aliasColors": {},
"aliasYAxis": {},
"title": "OS Signals",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": []
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 10,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"short",
"short"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)",
"thresholdLine": false
},
"resolution": 100,
"lines": true,
"fill": 5,
"linewidth": 1,
"points": false,
"pointradius": 5,
"bars": false,
"stack": false,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": false,
"max": false,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true,
"rightSide": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "null as zero",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/host.local.Baile.app.rbx.vm.inline_cache.resets.gauge/",
"query": "select value from /[\\w]*app.rbx.vm.inline_cache.resets.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true
}
],
"aliasColors": {
"host.local.Baile.app.rbx.vm.inline_cache.resets.gauge.value": "#E0752D"
},
"aliasYAxis": {},
"title": "VM Inline Caches",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": []
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 11,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"short",
"short"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": false,
"fill": 10,
"linewidth": 5,
"points": false,
"pointradius": 5,
"bars": true,
"stack": true,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": false,
"total": false,
"avg": false,
"alignAsTable": true,
"rightSide": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "null as zero",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "host.local.Baile.app.rbx.vm.threads.current.gauge",
"query": "select value from /[\\w]*.app.rbx.vm.threads.current.gauge/ where $timeFilter group by time($interval) order asc",
"interval": "10s",
"rawQuery": true
}
],
"aliasColors": {
"host.local.Baile.app.rbx.vm.threads.current.gauge.value": "#508642"
},
"aliasYAxis": {},
"title": "VM Threads",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [
{
"alias": "host.local.Baile.app.rbx.vm.threads.current.gauge.mean"
}
],
"links": []
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 14,
"span": 4,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"short",
"short"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 5,
"linewidth": 2,
"points": false,
"pointradius": 5,
"bars": false,
"stack": true,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": false,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true,
"sort": "max"
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/host.local.Baile.app.rbx.memory.*.objects.current.gauge/",
"query": "select value from /host.local.Baile.app.rbx.gc.young.count.*/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
}
],
"aliasColors": {
"host.local.Baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.on.group.baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.young.count.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.current.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.total.gauge.value": "#1F78C1"
},
"aliasYAxis": {},
"title": "Young GC Run Count",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": []
},
{
"title": "GC Immix Run Count",
"error": false,
"span": 4,
"editable": true,
"type": "graph",
"id": 15,
"datasource": null,
"renderer": "flot",
"x-axis": true,
"y-axis": true,
"y_formats": [
"short",
"short"
],
"grid": {
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"lines": true,
"fill": 5,
"linewidth": 1,
"points": false,
"pointradius": 5,
"bars": false,
"stack": false,
"percentage": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true
},
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"shared": false
},
"targets": [
{
"function": "mean",
"column": "value",
"series": "/[\\w]*.rbx.memory.*/",
"query": "select value from /[\\w]*.rbx.gc.immix.count/ where $timeFilter group by time($interval) order asc",
"rawQuery": true
}
],
"aliasColors": {
"host.local.Baile.app.rbx.gc.immix.count.gauge.mean": "#EAB839",
"host.on.group.baile.app.rbx.gc.immix.count.gauge.mean": "#E24D42",
"host.local.Baile.app.rbx.memory.immix.objects.total.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.memory.immix.objects.current.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.gc.immix.count.gauge.value": "#EAB839"
},
"seriesOverrides": [],
"links": []
},
{
"title": "GC Large Run Count",
"error": false,
"span": 4,
"editable": true,
"type": "graph",
"id": 16,
"datasource": null,
"renderer": "flot",
"x-axis": true,
"y-axis": true,
"y_formats": [
"short",
"short"
],
"grid": {
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"lines": true,
"fill": 5,
"linewidth": 1,
"points": false,
"pointradius": 5,
"bars": false,
"stack": false,
"percentage": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true
},
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"shared": false
},
"targets": [
{
"function": "mean",
"column": "value",
"series": "/[\\d]*.app.rbx.gc.large.count.gauge/",
"query": "select value from /host.local.Baile.app.rbx.gc.large.count.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
}
],
"aliasColors": {
"host.on.group.baile.app.rbx.gc.large.count.gauge.mean": "#EAB839"
},
"seriesOverrides": [],
"links": []
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 17,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"ms",
"none"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 5,
"linewidth": 1,
"points": true,
"pointradius": 2,
"bars": false,
"stack": false,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": true,
"max": true,
"current": false,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true,
"sort": "max",
"rightSide": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/host.local.Baile.app.rbx.gc.*.last.ms.gauge/",
"query": "select value from /host.local.Baile.app.rbx.gc.*.last.ms.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
}
],
"aliasColors": {
"host.local.Baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.on.group.baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.young.count.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.current.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.total.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.gc.immix.concurrent.last.ms.gauge.mean": "#EAB839",
"host.local.Baile.app.rbx.gc.immix.stop.last.ms.gauge.mean": "#EF843C",
"host.local.Baile.app.rbx.gc.young.last.ms.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.large.sweep.last.ms.gauge.mean": "#7EB26D",
"host.local.Baile.app.rbx.gc.large.sweep.last.ms.gauge.value": "#7EB26D",
"host.local.Baile.app.rbx.gc.immix.concurrent.last.ms.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.gc.immix.stop.last.ms.gauge.value": "#E24D42",
"host.local.Baile.app.rbx.gc.young.last.ms.gauge.value": "#1F78C1"
},
"aliasYAxis": {},
"title": "GC Last Times",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": [],
"height": "400px"
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 18,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"ms",
"none"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 5,
"linewidth": 1,
"points": true,
"pointradius": 2,
"bars": false,
"stack": false,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": false,
"max": false,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true,
"sort": "max",
"rightSide": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "/host.local.Baile.app.rbx.gc.*.last.ms.gauge/",
"query": "select value from /host.local.Baile.app.rbx.gc.*.total.ms.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "10s"
}
],
"aliasColors": {
"host.local.Baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.on.group.baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.young.count.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.current.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.total.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.gc.immix.concurrent.last.ms.gauge.mean": "#EAB839",
"host.local.Baile.app.rbx.gc.immix.stop.last.ms.gauge.mean": "#EF843C",
"host.local.Baile.app.rbx.gc.young.last.ms.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.large.sweep.last.ms.gauge.mean": "#7EB26D",
"host.local.Baile.app.rbx.gc.large.sweep.last.ms.gauge.value": "#7EB26D",
"host.local.Baile.app.rbx.gc.immix.concurrent.last.ms.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.gc.immix.stop.last.ms.gauge.value": "#E24D42",
"host.local.Baile.app.rbx.gc.young.last.ms.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.gc.immix.concurrent.total.ms.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.gc.young.total.ms.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.gc.immix.stop.total.ms.gauge.value": "#E24D42",
"host.local.Baile.app.rbx.gc.large.sweep.total.ms.gauge.value": "#508642"
},
"aliasYAxis": {},
"title": "GC Total Times",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": [],
"height": "400px"
}
]
},
{
"title": "test",
"height": "500px",
"editable": true,
"collapse": false,
"panels": [
{
"id": 19,
"span": 12,
"type": "graph",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"µs",
"none"
],
"grid": {
"max": null,
"min": null,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"resolution": 100,
"lines": true,
"fill": 5,
"linewidth": 1,
"points": true,
"pointradius": 2,
"bars": false,
"stack": false,
"spyable": true,
"options": false,
"legend": {
"show": true,
"values": true,
"min": false,
"max": false,
"current": true,
"total": false,
"avg": false,
"alignAsTable": true,
"sortDesc": true,
"sort": "max",
"rightSide": true
},
"interactive": true,
"legend_counts": true,
"timezone": "browser",
"percentage": false,
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true,
"shared": false
},
"targets": [
{
"target": "randomWalk('random walk')",
"function": "mean",
"column": "value",
"series": "host.local.Baile.app.rbx.jit.time.total.us.gauge",
"query": "select value from /host.local.Baile.app.rbx.jit.time.*.us.gauge/ where $timeFilter group by time($interval) order asc",
"rawQuery": true,
"interval": "0.1s"
}
],
"aliasColors": {
"host.local.Baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.on.group.baile.app.rbx.gc.young.count.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.young.count.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.current.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.memory.young.objects.total.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.gc.immix.concurrent.last.ms.gauge.mean": "#EAB839",
"host.local.Baile.app.rbx.gc.immix.stop.last.ms.gauge.mean": "#EF843C",
"host.local.Baile.app.rbx.gc.young.last.ms.gauge.mean": "#1F78C1",
"host.local.Baile.app.rbx.gc.large.sweep.last.ms.gauge.mean": "#7EB26D",
"host.local.Baile.app.rbx.gc.large.sweep.last.ms.gauge.value": "#7EB26D",
"host.local.Baile.app.rbx.gc.immix.concurrent.last.ms.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.gc.immix.stop.last.ms.gauge.value": "#E24D42",
"host.local.Baile.app.rbx.gc.young.last.ms.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.gc.immix.concurrent.total.ms.gauge.value": "#EAB839",
"host.local.Baile.app.rbx.gc.young.total.ms.gauge.value": "#1F78C1",
"host.local.Baile.app.rbx.gc.immix.stop.total.ms.gauge.value": "#E24D42",
"host.local.Baile.app.rbx.gc.large.sweep.total.ms.gauge.value": "#508642",
"host.local.Baile.app.rbx.jit.time.total.us.gauge.value": "#E24D42",
"host.local.Baile.app.rbx.jit.time.last.us.gauge.value": "#EF843C"
},
"aliasYAxis": {},
"title": "JIT Times",
"datasource": "graphite",
"renderer": "flot",
"annotate": {
"enable": false
},
"seriesOverrides": [],
"links": [],
"height": "400px"
}
]
}
],
"nav": [
{
"type": "timepicker",
"collapse": false,
"enable": true,
"status": "Stable",
"time_options": [
"1m",
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
],
"refresh_intervals": [
"1s",
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"now": false,
"notice": false
}
],
"time": {
"from": "2014-12-16T17:37:50.284Z",
"to": "2014-12-16T17:40:44.944Z"
},
"templating": {
"list": [],
"enable": true
},
"annotations": {
"list": [],
"enable": true
},
"refresh": "5s",
"version": 6,
"hideAllLegends": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment