Skip to content

Instantly share code, notes, and snippets.

@x95castle1
Created February 12, 2026 20:33
Show Gist options
  • Select an option

  • Save x95castle1/b94521e55a59413017c63da2e57e79a5 to your computer and use it in GitHub Desktop.

Select an option

Save x95castle1/b94521e55a59413017c63da2e57e79a5 to your computer and use it in GitHub Desktop.
Example Dashboard for Grafana GemFire Performance Metrics in a Table.
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"id": 5,
"links": [],
"panels": [
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 30,
"panels": [],
"title": "Gets & Puts & Queries",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "blue",
"value": 1
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 1
},
"id": 33,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(gemfire_gets{category=\"CachePerfStats\", job=\"gemfire_cluster\", instance!=\"RegionStats-partitionMetaData\"}[$__rate_interval]))",
"hide": false,
"instant": false,
"legendFormat": "Reads/s",
"range": true,
"refId": "ReadsOnRegions"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(gemfire_puts{category=\"CachePerfStats\", job=\"gemfire_cluster\", instance!=\"RegionStats-partitionMetaData\"}[$__rate_interval]))\n+ on()\nsum(rate(gemfire_creates{category=\"CachePerfStats\", job=\"gemfire_cluster\", instance!=\"RegionStats-partitionMetaData\"}[$__rate_interval]))",
"hide": false,
"instant": false,
"legendFormat": "Writes/s",
"range": true,
"refId": "WritesOnRegion"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(gemfire_queryExecutions{category=\"CachePerfStats\", job=\"gemfire_cluster\", instance!=\"RegionStats-partitionMetaData\"}[$__rate_interval]))",
"hide": false,
"instant": false,
"legendFormat": "Queries/s",
"range": true,
"refId": "Queries"
}
],
"title": "Rates for all regions!",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "blue",
"value": 1
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 1
},
"id": 32,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(gemfire_gets{exported_instance=~\"RegionStats-$region\"}[$__rate_interval]))",
"hide": false,
"instant": false,
"legendFormat": "Reads/s",
"range": true,
"refId": "ReadsOnRegions"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "sum(rate(gemfire_puts{exported_instance=~\"RegionStats-$region\"}[$__rate_interval]))\n+ on()\nsum(rate(gemfire_creates{exported_instance=~\"RegionStats-$region\"}[$__rate_interval]))",
"hide": false,
"instant": false,
"legendFormat": "Writes/s",
"range": true,
"refId": "WritesOnRegion"
}
],
"title": "Rates for $region region",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"decimals": 2,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ops"
},
"overrides": []
},
"gridPos": {
"h": 13,
"w": 12,
"x": 0,
"y": 9
},
"id": 18,
"options": {
"cellHeight": "sm",
"showHeader": true
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"exemplar": false,
"expr": "label_replace(\n sum by (instance, job, category) (\n avg_over_time(rate(gemfire_puts{instance=~\"RegionStats-.*\"}[$__range])[1h:5m])\n ),\n \"instance\", \"$1\", \"instance\", \"RegionStats-(.*)\"\n)",
"instant": true,
"interval": "",
"legendFormat": "{{instance}}",
"range": false,
"refId": "A"
}
],
"title": "Region Put Averages",
"transformations": [
{
"id": "labelsToFields",
"options": {
"keepLabels": [
"instance"
]
}
},
{
"id": "merge",
"options": {}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 1,
"instance": 0
},
"renameByName": {
"Value": "Put Operations",
"instance": "GemFire Region"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"decimals": 2,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ops"
},
"overrides": []
},
"gridPos": {
"h": 13,
"w": 12,
"x": 12,
"y": 9
},
"id": 34,
"options": {
"cellHeight": "sm",
"showHeader": true
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"exemplar": false,
"expr": "label_replace(\n sum by (instance, job, category) (\n avg_over_time(rate(gemfire_gets{instance=~\"RegionStats-.*\"}[$__range])[1h:5m])\n ),\n \"instance\", \"$1\", \"instance\", \"RegionStats-(.*)\"\n)",
"instant": true,
"interval": "",
"legendFormat": "{{instance}}",
"range": false,
"refId": "A"
}
],
"title": "Region Get Averages",
"transformations": [
{
"id": "labelsToFields",
"options": {
"keepLabels": [
"instance"
]
}
},
{
"id": "merge",
"options": {}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 1,
"instance": 0
},
"renameByName": {
"Value": "Get Operations",
"instance": "GemFire Region"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "none"
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 12,
"x": 0,
"y": 22
},
"id": 46,
"options": {
"cellHeight": "sm",
"showHeader": true
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"exemplar": false,
"expr": "sum(gemfire_puts{instance=~\"RegionStats-.*\"})",
"instant": true,
"interval": "",
"legendFormat": "Puts",
"range": false,
"refId": "A"
}
],
"title": "All Region Put Totals",
"transformations": [
{
"disabled": true,
"id": "labelsToFields",
"options": {
"keepLabels": [
"instance"
],
"mode": "columns"
}
},
{
"disabled": true,
"id": "merge",
"options": {}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Region Stats": false,
"Time": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 1,
"instance": 0
},
"renameByName": {
"Value": "Get Operations",
"instance": "GemFire Region"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "none"
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 12,
"x": 12,
"y": 22
},
"id": 45,
"options": {
"cellHeight": "sm",
"showHeader": true
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"exemplar": false,
"expr": "sum(gemfire_gets{instance=~\"RegionStats-.*\"})",
"instant": true,
"interval": "",
"legendFormat": "Gets",
"range": false,
"refId": "A"
}
],
"title": "All Region Get Totals",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true
},
"includeByName": {},
"indexByName": {},
"renameByName": {}
}
}
],
"type": "table"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 25
},
"id": 9,
"panels": [],
"title": "Key GemFire Metrics",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 11,
"w": 12,
"x": 0,
"y": 26
},
"id": 6,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "GemFire Metric"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category) (\n avg_over_time(\n label_replace(\n {__name__=~\"${originalnumber_metric_list}\", group=\"servers\", job=\"gemfire_cluster\", metric_name=\"\", category!~\"${DoNotIncludeCategoryList}\", export_instance!=\"distributionStats\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "GemFire Client Metrics",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category 2": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 3,
"category": 0,
"metric": 1
},
"renameByName": {
"Value": "Operations",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category 1": "VSD Category",
"metric": "GemFire Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "dtdurationms"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 12,
"x": 12,
"y": 26
},
"id": 37,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": true,
"displayName": "VSD Category"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category) (\n avg_over_time(\n label_replace(\n {__name__=\"gemfire_delayDuration\", group=\"servers\", job=\"gemfire_cluster\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "GemFire Delay Duration",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category 2": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 3,
"category": 0,
"metric": 1
},
"renameByName": {
"Value": "Time",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category": "Category",
"category 1": "VSD Category",
"metric": "GemFire Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ns"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 12,
"x": 12,
"y": 30
},
"id": 41,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": true,
"displayName": "VSD Category"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category) (\n avg_over_time(\n label_replace(\n {__name__=\"gemfire_sampleTime\", group=\"servers\", job=\"gemfire_cluster\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "GemFire Sample Time",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category 2": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 3,
"category": 0,
"metric": 1
},
"renameByName": {
"Value": "Time",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category": "Category",
"category 1": "VSD Category",
"metric": "GemFire Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"decimals": 2,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
}
]
},
"unit": "ms"
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Metric Name"
},
"properties": [
{
"id": "custom.width",
"value": 245
}
]
}
]
},
"gridPos": {
"h": 4,
"w": 12,
"x": 12,
"y": 34
},
"id": 38,
"options": {
"cellHeight": "sm",
"frameIndex": 0,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Value"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "label_replace(\n (\n sum by (server, category) (increase(gemfire_queryExecutionTime[$__range]))\n / 1000000\n )\n /\n (\n sum by (server, category) (increase(gemfire_queryExecutions[$__range]))\n ),\n \"metric_name\", \"gemfire_queryExecutionTime\", \"\", \"\"\n)",
"hide": false,
"instant": true,
"legendFormat": "Latency",
"range": false,
"refId": "Average Execution Time in ms"
}
],
"title": "GemFire Average Query Time",
"transformations": [
{
"id": "labelsToFields",
"options": {}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true
},
"includeByName": {},
"indexByName": {
"Time": 3,
"Value": 2,
"category": 0,
"metric_name": 1
},
"renameByName": {
"Latency": "Avg Execution Time",
"Value": "",
"category": "Category",
"metric_name": "Metric Name"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 37
},
"id": 40,
"options": {
"cellHeight": "sm",
"frameIndex": 2,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Load Ratio"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category) (\n avg_over_time(\n label_replace(\n {__name__=~\"${load_average_metric_list}\", group=\"servers\", job=\"gemfire_cluster\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n) ",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "__auto",
"range": false,
"refId": "1m Load"
}
],
"title": "GemFire Load Average",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true
},
"includeByName": {},
"indexByName": {},
"renameByName": {
"Value": "Value",
"category": "Category",
"metric": "GemFire Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
}
]
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Metric Name"
},
"properties": [
{
"id": "custom.width",
"value": 245
}
]
}
]
},
"gridPos": {
"h": 4,
"w": 12,
"x": 12,
"y": 38
},
"id": 39,
"options": {
"cellHeight": "sm",
"frameIndex": 0,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Value"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "label_replace(\n sum by (server, category) (increase(gemfire_queryExecutions[$__range])),\n \"metric_name\", \"gemfire_queryExecutions\", \"\", \"\"\n)",
"hide": false,
"instant": true,
"legendFormat": "Latency",
"range": false,
"refId": "Average Execution Time in ms"
}
],
"title": "GemFire Query Executions",
"transformations": [
{
"id": "labelsToFields",
"options": {}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true
},
"includeByName": {},
"indexByName": {
"Time": 3,
"Value": 2,
"category": 0,
"metric_name": 1
},
"renameByName": {
"Latency": "Executions",
"Value": "",
"category": "Category",
"metric_name": "Metric Name"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "decmbytes"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 12,
"x": 12,
"y": 42
},
"id": 36,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Today"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category) (\n avg_over_time(\n label_replace(\n {__name__=~\"${mb_metric_list}\", group=\"servers\", job=\"gemfire_cluster\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "Linux Proccess Stats",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category 2": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 3,
"category": 0,
"metric": 1
},
"renameByName": {
"Value": "Size",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category": "Category",
"category 1": "VSD Category",
"metric": "GemFire Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ns"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 12,
"x": 0,
"y": 43
},
"id": 42,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": true,
"displayName": "VSD Category"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category) (\n avg_over_time(\n label_replace(\n {__name__=\"gemfire_processCpuTime\", group=\"servers\", job=\"gemfire_cluster\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "GemFire CPU Process Time",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category 2": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 3,
"category": 0,
"metric": 1
},
"renameByName": {
"Value": "Time",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category": "Category",
"category 1": "VSD Category",
"metric": "GemFire Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "This Month (mean)"
},
"properties": [
{
"id": "custom.width",
"value": 252
}
]
},
{
"matcher": {
"id": "byName",
"options": "VSD Category"
},
"properties": [
{
"id": "custom.width",
"value": 161
}
]
},
{
"matcher": {
"id": "byName",
"options": "GemFire Metric"
},
"properties": [
{
"id": "custom.width",
"value": 247
}
]
},
{
"matcher": {
"id": "byName",
"options": "Last Week"
},
"properties": [
{
"id": "custom.width",
"value": 125
}
]
},
{
"matcher": {
"id": "byName",
"options": "This Week"
},
"properties": [
{
"id": "custom.width",
"value": 133
}
]
}
]
},
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 47
},
"id": 35,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": true,
"displayName": "VSD Category"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category) (\n avg_over_time(\n label_replace(\n {__name__=~\"${percentage_metric_list}\", group=\"servers\", job=\"gemfire_cluster\", metric_name=\"\", category!~\"${DoNotIncludeCategoryList}\", export_instance!=\"distributionStats\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "Linux System Stats",
"transformations": [
{
"id": "joinByField",
"options": {
"byField": "metric",
"mode": "inner"
}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category 2": true
},
"includeByName": {},
"indexByName": {
"Time": 2,
"Value": 3,
"category": 0,
"metric": 1
},
"renameByName": {
"Value": "Percentage",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category": "Category",
"category 1": "VSD Category",
"metric": "GemFire Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ms"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 12,
"x": 12,
"y": 47
},
"id": 10,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Difference"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, instance, category, join_key) (\n label_join(\n avg by (metric, instance, category) (\n avg_over_time(\n label_replace(\n {__name__=~\"gemfire_collectionTime\", group=\"servers\", job=\"gemfire_cluster\", instance!~\"ZGC Cycles|ZGC Pauses\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n ),\n \"join_key\", \"_\", \"metric\", \"instance\"\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "GemFire GC Collection Time",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category": false,
"category 2": true,
"instance 1": false,
"instance 2": true,
"join_key": true,
"join_key 1": true,
"metric 1": false,
"metric 2": true
},
"includeByName": {},
"indexByName": {
"Time": 1,
"Value": 5,
"category": 0,
"instance": 2,
"join_key": 3,
"metric": 4
},
"renameByName": {
"Value": "Time",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category": "Category",
"category 1": "VSD Category",
"instance": "Type",
"instance 1": "Type",
"metric": "GemFire Metric",
"metric 1": "Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 12,
"x": 12,
"y": 52
},
"id": 44,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "Difference"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, instance, category, join_key) (\n label_join(\n avg by (metric, instance, category) (\n avg_over_time(\n label_replace(\n {__name__=~\"gemfire_collections\", group=\"servers\", job=\"gemfire_cluster\", instance!~\"ZGC Cycles|ZGC Pauses\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n ),\n \"join_key\", \"_\", \"metric\", \"instance\"\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "GemFire GC Collections",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"category": false,
"category 2": true,
"instance 1": false,
"instance 2": true,
"join_key": true,
"join_key 1": true,
"metric 1": false,
"metric 2": true
},
"includeByName": {},
"indexByName": {
"Time": 1,
"Value": 5,
"category": 0,
"instance": 2,
"join_key": 3,
"metric": 4
},
"renameByName": {
"Value": "Count",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category": "Category",
"category 1": "VSD Category",
"instance": "Type",
"instance 1": "Type",
"metric": "GemFire Metric",
"metric 1": "Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "decbytes"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 12,
"x": 0,
"y": 53
},
"id": 11,
"options": {
"cellHeight": "sm",
"frameIndex": 1,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "GemFire Metric"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, instance, category, join_key) (\n label_join(\n avg by (metric, instance, category) (\n avg_over_time(\n label_replace(\n {__name__=~\"gemfire_receivedBytes|gemfire_sentBytes\", group=\"servers\", job=\"gemfire_cluster\", category=\"CacheServerStats\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n ),\n \"join_key\", \"_\", \"metric\", \"instance\"\n )\n)",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "",
"range": false,
"refId": "Today"
}
],
"title": "Combined Gemfire Performance - Received/Sent Bytes",
"transformations": [
{
"id": "joinByField",
"options": {
"byField": "join_key",
"mode": "inner"
}
},
{
"id": "extractFields",
"options": {
"delimiter": ",",
"format": "regexp",
"keepTime": false,
"regExp": "/(?<NewField>.*)-/",
"replace": false,
"source": "instance"
}
},
{
"id": "organize",
"options": {
"excludeByName": {
"NewField": false,
"Time": true,
"Time 1": true,
"Time 2": true,
"category 2": true,
"instance": true,
"instance 1": false,
"instance 2": true,
"join_key": true,
"join_key 1": true,
"member 1": false,
"member 2": true,
"metric": false,
"metric 1": false,
"metric 2": true
},
"includeByName": {},
"indexByName": {
"NewField": 4,
"Time": 0,
"Value": 6,
"category": 1,
"instance": 2,
"join_key": 5,
"metric": 3
},
"renameByName": {
"NewField": "Host",
"Value": "Size",
"Value #LastWeek": "Yesterday",
"Value #Today": "Today",
"category 1": "VSD Category",
"instance": "",
"instance 1": "Member",
"metric": "GemFire Metric",
"metric 1": "Metric"
}
}
}
],
"type": "table"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"footer": {
"reducers": []
},
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "decbytes"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 12,
"x": 12,
"y": 57
},
"id": 43,
"options": {
"cellHeight": "sm",
"frameIndex": 2,
"showHeader": true,
"sortBy": [
{
"desc": false,
"displayName": "{join_key=\"G1 Survivor Space\", metric=\"gemfire_jvm_memory_used_bytes\"}"
}
]
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg by (metric, category, join_key) (\n label_join(\n avg by (metric, id, category) (\n avg_over_time(\n label_replace(\n {__name__=\"gemfire_jvm_memory_used_bytes\", group=\"servers\", job=\"gemfire_cluster\", id=~\"G1 Eden Space|G1 Old Gen|G1 Survivor Space\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n ),\n \"join_key\", \"_\", \"id\"\n )\n)\n",
"format": "table",
"hide": false,
"instant": true,
"legendFormat": "__auto",
"range": false,
"refId": "Old Gen"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "\navg by (metric, category, join_key) (\n label_join(\n avg by (metric, id, category) (\n avg_over_time(\n label_replace(\n {__name__=\"gemfire_jvm_memory_used_bytes\", group=\"servers\", job=\"gemfire_cluster\", id=\"G1 Survivor Space\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n ),\n \"join_key\", \"_\", \"id\"\n )\n)\n",
"hide": true,
"instant": true,
"legendFormat": "__auto",
"range": false,
"refId": "Survivor"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "# avg by (metric, category) (\n# avg_over_time(\n# label_replace(\n# {__name__=\"gemfire_jvm_memory_used_bytes\", group=\"servers\", job=\"gemfire_cluster\", id=\"G1 Eden Space\"},\n# \"metric\", \"$1\", \"__name__\", \"(.*)\"\n# )[$__range:]\n# )\n# )\n\navg by (metric, category, join_key) (\n label_join(\n avg by (metric, id, category) (\n avg_over_time(\n label_replace(\n {__name__=\"gemfire_jvm_memory_used_bytes\", group=\"servers\", job=\"gemfire_cluster\", id=\"G1 Eden Space\"},\n \"metric\", \"$1\", \"__name__\", \"(.*)\"\n )[$__range:]\n )\n ),\n \"join_key\", \"_\", \"id\"\n )\n)\n\n",
"hide": true,
"instant": true,
"legendFormat": "__auto",
"range": false,
"refId": "Eden"
}
],
"title": "JVM Memory Stats",
"transformations": [
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"metric": true
},
"includeByName": {},
"indexByName": {},
"renameByName": {
"join_key": "Memory Space"
}
}
}
],
"type": "table"
},
{
"collapsed": true,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 62
},
"id": 27,
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "CPU utilization across all nodes from gemfire_cpuActive",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "bars",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"showValues": false,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "line+area"
}
},
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "transparent",
"value": 0
},
{
"color": "#EAB839",
"value": 75
},
{
"color": "red",
"value": 90
}
]
},
"unit": "percent"
},
"overrides": [
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": [
"server-1.mothra.tnzrex.broadcom.net "
],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": true,
"viz": true
}
}
]
}
]
},
"gridPos": {
"h": 11,
"w": 12,
"x": 0,
"y": 63
},
"id": 28,
"options": {
"alertThreshold": true,
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "12.2.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
"expr": "avg_over_time(gemfire_cpuActive{job=\"gemfire_cluster\"}[30s])",
"hide": true,
"instant": false,
"legendFormat": "A {{instance}}",
"range": true,
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "gemfire_cpuActive{job=\"gemfire_cluster\"}",
"hide": false,
"instant": false,
"legendFormat": "{{instance}} ",
"range": true,
"refId": "B"
}
],
"title": "CPU Utilization (Active %) by Member",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"showValues": false,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "dashed+area"
}
},
"mappings": [],
"max": 100,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "yellow",
"value": 75
},
{
"color": "red",
"value": 90
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 11,
"w": 12,
"x": 12,
"y": 63
},
"id": 29,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"expr": "rate(gemfire_processCpuTime{job=\"gemfire_cluster\"}[30s]) * 100 / 1000000000",
"legendFormat": "{{member}}",
"range": true,
"refId": "A"
}
],
"title": "Process CPU Time (%)",
"type": "timeseries"
}
],
"title": "CPU Utilization",
"type": "row"
},
{
"collapsed": true,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 63
},
"id": 23,
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"showValues": false,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "bytes"
},
"overrides": []
},
"gridPos": {
"h": 12,
"w": 24,
"x": 0,
"y": 59
},
"id": 25,
"options": {
"legend": {
"calcs": [
"lastNotNull",
"max"
],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"expr": "gemfire_jvm_memory_used_bytes{job=\"gemfire_cluster\", id=~\"G1 Old Gen\"}",
"legendFormat": "Used bytes for {{member}}",
"range": true,
"refId": "Used Bytes"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "gemfire_jvm_memory_committed_bytes{job=\"gemfire_cluster\", id=~\"G1 Old Gen\"}",
"hide": false,
"instant": false,
"legendFormat": "Committed bytes for {{member}}",
"range": true,
"refId": "Committed Bytes"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "gemfire_jvm_memory_max_bytes{job=\"gemfire_cluster\", id=~\"G1 Old Gen\"}",
"hide": false,
"instant": false,
"legendFormat": "Max bytes for {{member}}",
"range": true,
"refId": "Max Bytes"
}
],
"title": "G1 Old Gen Space Usage",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"showValues": false,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "bytes"
},
"overrides": []
},
"gridPos": {
"h": 11,
"w": 24,
"x": 0,
"y": 82
},
"id": 24,
"options": {
"legend": {
"calcs": [
"lastNotNull",
"max"
],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"expr": "gemfire_jvm_memory_used_bytes{job=\"gemfire_cluster\", id=~\"G1 Survivor Space\"}",
"legendFormat": "Used bytes for {{member}}",
"range": true,
"refId": "Used Bytes"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "gemfire_jvm_memory_committed_bytes{job=\"gemfire_cluster\", id=~\"G1 Survivor Space\"}",
"hide": false,
"instant": false,
"legendFormat": "Committed bytes for {{member}}",
"range": true,
"refId": "Committed Bytes"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "gemfire_jvm_memory_max_bytes{job=\"gemfire_cluster\", id=~\"G1 Survivor Space\"}",
"hide": false,
"instant": false,
"legendFormat": "Max bytes for {{member}}",
"range": true,
"refId": "Max Bytes"
}
],
"title": "G1 Survivor Space Usage",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"showValues": false,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "bytes"
},
"overrides": []
},
"gridPos": {
"h": 14,
"w": 24,
"x": 0,
"y": 93
},
"id": 26,
"options": {
"legend": {
"calcs": [
"lastNotNull",
"max"
],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "12.2.1",
"targets": [
{
"editorMode": "code",
"expr": "gemfire_jvm_memory_used_bytes{job=\"gemfire_cluster\", id=~\"G1 Eden Space\"}",
"legendFormat": "Used bytes for {{member}}",
"range": true,
"refId": "Used Bytes"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "gemfire_jvm_memory_committed_bytes{job=\"gemfire_cluster\", id=~\"G1 Eden Space\"}",
"hide": false,
"instant": false,
"legendFormat": "Committed bytes for {{member}}",
"range": true,
"refId": "Committed Bytes"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"editorMode": "code",
"expr": "gemfire_jvm_memory_max_bytes{job=\"gemfire_cluster\", id=~\"G1 Eden Space\"}",
"hide": false,
"instant": false,
"legendFormat": "Max bytes for {{member}}",
"range": true,
"refId": "Max Bytes"
}
],
"title": "G1 Eden Space Usage",
"type": "timeseries"
}
],
"title": "JVM Memory Usage",
"type": "row"
}
],
"preload": false,
"schemaVersion": 42,
"tags": [],
"templating": {
"list": [
{
"current": {
"text": "CacheClientProxyStatistics|PartitionedRegionStats",
"value": "CacheClientProxyStatistics|PartitionedRegionStats"
},
"hide": 2,
"name": "DoNotIncludeCategoryList",
"options": [
{
"selected": true,
"text": "CacheClientProxyStatistics|PartitionedRegionStats",
"value": "CacheClientProxyStatistics|PartitionedRegionStats"
}
],
"query": "CacheClientProxyStatistics|PartitionedRegionStats",
"type": "custom"
},
{
"current": {
"text": "CMContent",
"value": "CMContent"
},
"definition": "label_values(gemfire_puts,exported_instance)",
"name": "region",
"options": [],
"query": {
"qryType": 1,
"query": "label_values(gemfire_puts,exported_instance)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,
"regex": "/RegionStats-(.*)/",
"type": "query"
},
{
"current": {
"text": "gemfire_cpuActive|gemfire_cpuNonUser|gemfire_cpuSystem",
"value": "gemfire_cpuActive|gemfire_cpuNonUser|gemfire_cpuSystem"
},
"hide": 2,
"name": "percentage_metric_list",
"options": [
{
"selected": true,
"text": "gemfire_cpuActive|gemfire_cpuNonUser|gemfire_cpuSystem",
"value": "gemfire_cpuActive|gemfire_cpuNonUser|gemfire_cpuSystem"
}
],
"query": "gemfire_cpuActive|gemfire_cpuNonUser|gemfire_cpuSystem",
"type": "custom"
},
{
"allowCustomValue": false,
"current": {
"text": "gemfire_rssSize|gemfire_imageSize",
"value": "gemfire_rssSize|gemfire_imageSize"
},
"description": "",
"hide": 2,
"name": "mb_metric_list",
"options": [
{
"selected": true,
"text": "gemfire_rssSize|gemfire_imageSize",
"value": "gemfire_rssSize|gemfire_imageSize"
}
],
"query": "gemfire_rssSize|gemfire_imageSize",
"type": "custom"
},
{
"current": {
"text": "gemfire_threads|gemfire_currentClients|gemfire_closeConnectionRequests|gemfire_currentClientConnections|gemfire_sendersSO|gemfire_sendersSU|gemfire_sendersTO|gemfire_waitingThreads",
"value": "gemfire_threads|gemfire_currentClients|gemfire_closeConnectionRequests|gemfire_currentClientConnections|gemfire_sendersSO|gemfire_sendersSU|gemfire_sendersTO|gemfire_waitingThreads"
},
"hide": 2,
"name": "originalnumber_metric_list",
"options": [
{
"selected": true,
"text": "gemfire_threads|gemfire_currentClients|gemfire_closeConnectionRequests|gemfire_currentClientConnections|gemfire_sendersSO|gemfire_sendersSU|gemfire_sendersTO|gemfire_waitingThreads",
"value": "gemfire_threads|gemfire_currentClients|gemfire_closeConnectionRequests|gemfire_currentClientConnections|gemfire_sendersSO|gemfire_sendersSU|gemfire_sendersTO|gemfire_waitingThreads"
}
],
"query": "gemfire_threads|gemfire_currentClients|gemfire_closeConnectionRequests|gemfire_currentClientConnections|gemfire_sendersSO|gemfire_sendersSU|gemfire_sendersTO|gemfire_waitingThreads",
"type": "custom"
},
{
"current": {
"text": "gemfire_loadAverage1|gemfire_loadAverage5|gemfire_loadAverage15",
"value": "gemfire_loadAverage1|gemfire_loadAverage5|gemfire_loadAverage15"
},
"description": "",
"hide": 2,
"name": "load_average_metric_list",
"options": [
{
"selected": true,
"text": "gemfire_loadAverage1|gemfire_loadAverage5|gemfire_loadAverage15",
"value": "gemfire_loadAverage1|gemfire_loadAverage5|gemfire_loadAverage15"
}
],
"query": "gemfire_loadAverage1|gemfire_loadAverage5|gemfire_loadAverage15",
"type": "custom"
}
]
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {},
"timezone": "browser",
"title": "Example Performance Comparison Dashboard",
"uid": "addvjvn",
"version": 113
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment