Skip to content

Instantly share code, notes, and snippets.

@StephenKing
Last active January 18, 2018 08:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephenKing/62d55ffb935030c3c16726c604d3b7f0 to your computer and use it in GitHub Desktop.
Save StephenKing/62d55ffb935030c3c16726c604d3b7f0 to your computer and use it in GitHub Desktop.
Grafana Dashboard for kamon-akka 1.0
  • make sure that the prometheus job is called kamon
  • correct the data source
  • update many diagrams and change/remove the akka_role="$role" label. We have this available through relabeling of AWS EC2 tags.
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"hideControls": false,
"id": 11,
"links": [],
"refresh": false,
"rows": [
{
"collapse": false,
"height": "250px",
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 1,
"id": 1,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": true,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "irate(akka_actor_errors_total[1m])",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}} {{instance}}: {{path}} ({{dispatcher}})",
"refId": "A",
"step": 30
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Actor Errors",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 1,
"id": 6,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": true,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"sideWidth": null,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "irate(akka_router_errors_total[1m])",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}} {{instance}}: {{path}} ({{dispatcher}})",
"refId": "A",
"step": 30
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Router Errors",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Errors",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Staging Prometheus",
"fill": 0,
"id": 10,
"legend": {
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"minSpan": 6,
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "role",
"scopedVars": {
"role": {
"isNone": true,
"selected": true,
"text": "None",
"value": ""
}
},
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_actor_processing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_actor_processing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.5",
"refId": "B"
},
{
"expr": "histogram_quantile(0.95, sum(irate(akka_group_processing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, group))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{group}} 0.95",
"refId": "C"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_group_processing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, group))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{group}} 0.5",
"refId": "D"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "$role",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Akka Actor Processing Time",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Staging Prometheus",
"fill": 0,
"id": 12,
"legend": {
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"minSpan": 6,
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "role",
"scopedVars": {
"role": {
"isNone": true,
"selected": true,
"text": "None",
"value": ""
}
},
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_actor_mailbox_size_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_actor_mailbox_size_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.5",
"refId": "B"
},
{
"expr": "histogram_quantile(0.95, sum(irate(akka_group_mailbox_size_bucket{akka_role=\"$role\"}[1m])) by (le, group))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{group}} 0.95",
"refId": "C"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_group_mailbox_size_bucket{akka_role=\"$role\"}[1m])) by (le, group))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{group}} 0.5",
"refId": "D"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "$role",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Akka Actor Mailbox Size",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Staging Prometheus",
"fill": 0,
"id": 15,
"legend": {
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"minSpan": 6,
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "role",
"scopedVars": {
"role": {
"isNone": true,
"selected": true,
"text": "None",
"value": ""
}
},
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_actor_time_in_mailbox_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_actor_time_in_mailbox_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.5",
"refId": "B"
},
{
"expr": "histogram_quantile(0.95, sum(irate(akka_group_time_in_mailbox_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, group))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{group}} 0.95",
"refId": "C"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_group_time_in_mailbox_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, group))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{group}} 0.5",
"refId": "D"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "$role",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Akka Actor Time in Mailbox",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Staging Prometheus",
"fill": 0,
"id": 16,
"legend": {
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"minSpan": 6,
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "role",
"scopedVars": {
"role": {
"isNone": true,
"selected": true,
"text": "None",
"value": ""
}
},
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_router_processing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_router_processing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.5",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "$role",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Akka Router Processing Time",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Staging Prometheus",
"fill": 0,
"id": 17,
"legend": {
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"minSpan": 6,
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "role",
"scopedVars": {
"role": {
"isNone": true,
"selected": true,
"text": "None",
"value": ""
}
},
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_router_routing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_router_routing_time_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.5",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "$role",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Akka Router Routing Time",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Staging Prometheus",
"fill": 0,
"id": 18,
"legend": {
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"minSpan": 6,
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "role",
"scopedVars": {
"role": {
"isNone": true,
"selected": true,
"text": "None",
"value": ""
}
},
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_router_time_in_mailbox_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_router_time_in_mailbox_seconds_bucket{akka_role=\"$role\"}[1m])) by (le, path))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{path}} 0.5",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "$role",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "Akka Router Time in Mailbox",
"titleSize": "h6"
},
{
"collapse": true,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 0,
"id": 9,
"legend": {
"alignAsTable": true,
"avg": true,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_router_time_in_mailbox_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"instant": false,
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_router_time_in_mailbox_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.5",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Router Time In Mailbox",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "OLD router time in mailbox",
"titleSize": "h6"
},
{
"collapse": true,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 0,
"id": 8,
"legend": {
"alignAsTable": true,
"avg": true,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"sortDesc": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_router_routing_time_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"instant": false,
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_router_routing_time_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.5",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Router Routing Time",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "OLD Routing Time",
"titleSize": "h6"
},
{
"collapse": true,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 0,
"id": 2,
"legend": {
"alignAsTable": true,
"avg": true,
"current": false,
"hideEmpty": true,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "/.*0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_actor_mailbox_size_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_actor_mailbox_size_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.5",
"refId": "B"
},
{
"expr": "histogram_quantile(0.95, sum(irate(akka_group_mailbox_size_bucket{}[1m])) by (le, group, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{group}} 0.95",
"refId": "C"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_group_mailbox_size_bucket{}[1m])) by (le, group, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{group}} 0.5",
"refId": "D"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Actor Mailbox Size",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 0,
"id": 3,
"legend": {
"alignAsTable": true,
"avg": true,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_actor_processing_time_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"hide": false,
"instant": false,
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_actor_processing_time_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"hide": false,
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.5",
"refId": "B"
},
{
"expr": "histogram_quantile(0.95, sum(irate(akka_group_processing_time_seconds_bucket{}[1m])) by (le, group, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{group}} 0.95",
"refId": "C"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_group_processing_time_seconds_bucket{}[1m])) by (le, group, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{group}} 0.5",
"refId": "D"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Actor Processing Time",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": true,
"title": "OLD Actors",
"titleSize": "h6"
},
{
"collapse": true,
"height": 356,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 0,
"id": 5,
"legend": {
"alignAsTable": true,
"avg": true,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_actor_time_in_mailbox_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"instant": false,
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_actor_time_in_mailbox_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.5",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Actor Time In Mailbox",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 0,
"id": 7,
"legend": {
"alignAsTable": true,
"avg": true,
"current": false,
"hideEmpty": true,
"hideZero": false,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"sortDesc": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "/0.95$/",
"dashes": true
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(irate(akka_router_processing_time_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"instant": false,
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.95",
"refId": "A"
},
{
"expr": "histogram_quantile(0.5, sum(irate(akka_router_processing_time_seconds_bucket{}[1m])) by (le, path, instance, akka_role))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{akka_role}}[{{instance}}]: {{path}} 0.5",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Akka Router Processing Time",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "OLD time in mailbox",
"titleSize": "h6"
}
],
"schemaVersion": 14,
"style": "dark",
"tags": [],
"templating": {
"list": [
{
"allValue": null,
"current": {
"isNone": true,
"selected": false,
"text": "None",
"value": ""
},
"datasource": "Staging Prometheus",
"hide": 0,
"includeAll": false,
"label": "Role",
"multi": true,
"name": "role",
"options": [],
"query": "label_values(akka_actor_processing_time_seconds_bucket, akka_role)",
"refresh": 1,
"regex": "",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "2017-11-16T13:43:15.248Z",
"to": "2017-11-16T14:19:23.152Z"
},
"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": "Kamon Akka",
"version": 14
}
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"hideControls": false,
"id": 9,
"links": [],
"refresh": false,
"rows": [
{
"collapse": false,
"height": 291,
"panels": [
{
"aliasColors": {},
"bars": true,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 0,
"id": 4,
"legend": {
"alignAsTable": true,
"avg": true,
"current": false,
"hideEmpty": false,
"hideZero": false,
"max": true,
"min": true,
"rightSide": false,
"show": true,
"total": true,
"values": true
},
"lines": false,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": true,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "g1-young-generation",
"color": "#bf1b00"
}
],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "irate(jvm_gc_seconds_sum{instance=\"$node:$port\"}[1m])",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
"legendFormat": "{{collector}}",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "GC",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "s",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "Dashboard Row",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Staging Prometheus",
"fill": 1,
"id": 2,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"span": 12,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "jvm_memory_bytes_sum{instance=\"$node:$port\",measure=\"used\"} / jvm_memory_bytes_count{instance=\"$node:$port\",measure=\"used\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{segment}}",
"refId": "E"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "JVM Memory (used only)",
"tooltip": {
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "bytes",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "Dashboard Row",
"titleSize": "h6"
},
{
"collapse": false,
"height": 250,
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 1,
"id": 3,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"span": 12,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "jvm_threads{measure=\"peak\", instance=\"$node:$port\"}",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
"legendFormat": "$node: peak",
"refId": "A"
},
{
"expr": "jvm_threads{measure=\"daemon\", instance=\"$node:$port\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "$node: daemon",
"refId": "B"
},
{
"expr": "jvm_threads{measure=\"total\", instance=\"$node:$port\"}",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
"legendFormat": "$node: total",
"refId": "C"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "JVM Threads",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "Dashboard Row",
"titleSize": "h6"
}
],
"schemaVersion": 14,
"style": "dark",
"tags": [],
"templating": {
"list": [
{
"allValue": null,
"current": {
"isNone": true,
"text": "None",
"value": ""
},
"datasource": "Staging Prometheus",
"hide": 0,
"includeAll": false,
"label": "Host:",
"multi": false,
"name": "node",
"options": [],
"query": "label_values(jvm_threads{job=\"kamon\"}, instance)",
"refresh": 1,
"regex": "/([^:]+):.*/",
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": {
"isNone": true,
"text": "None",
"value": ""
},
"datasource": "Staging Prometheus",
"hide": 2,
"includeAll": false,
"label": "port",
"multi": false,
"name": "port",
"options": [],
"query": "label_values(jvm_threads, instance)",
"refresh": 1,
"regex": "/[^:]+:(.*)/",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "now-1h",
"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": "Kamon System Metrics",
"version": 11
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment