Skip to content

Commit

Permalink
Minor updates to federation dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Nov 25, 2022
1 parent d48849a commit 71713dd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions dashboards/grafana/federation-details-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,47 +298,47 @@
],
"targets": [
{
"expr": "sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)",
"expr": "sum(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "B"
},
{
"expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)",
"expr": "sum(vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "C"
},
{
"expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, nodeId)",
"expr": "sum(vendor:coherence_federation_destination_total_msg_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, nodeId)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "E"
},
{
"expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)",
"expr": "sum(vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "D"
},
{
"expr": "sum(vendor:coherence_federation_destination_replicate_all_total_time_millis{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)",
"expr": "sum(vendor:coherence_federation_destination_replicate_all_total_time_millis{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "F"
},
{
"expr": "avg(vendor:coherence_federation_destination_status{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, participant_type, node_id)",
"expr": "avg(vendor:coherence_federation_destination_status{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, participant_type, node_id)",
"format": "table",
"instant": true,
"intervalFactor": 1,
Expand Down Expand Up @@ -394,7 +394,7 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ",
"expr": "vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval ",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -487,7 +487,7 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ",
"expr": "vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - vendor:coherence_federation_destination_total_entries_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval ",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -579,7 +579,7 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} - vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval",
"expr": "vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - vendor:coherence_federation_destination_total_records_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -673,15 +673,15 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} -vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'} offset $__interval ",
"expr": "vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} -vendor:coherence_federation_destination_total_error_responses{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval ",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "Error Responses Node: {{node_id}}",
"refId": "A"
},
{
"expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)",
"expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'}) by (node_id)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -948,31 +948,31 @@
],
"targets": [
{
"expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)",
"expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "A"
},
{
"expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)",
"expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "B"
},
{
"expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)",
"expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "C"
},
{
"expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, nodeId)",
"expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, nodeId)",
"format": "table",
"instant": true,
"intervalFactor": 1,
Expand Down Expand Up @@ -1171,15 +1171,15 @@
],
"targets": [
{
"expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)",
"expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, node_id, member)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "A"
},
{
"expr": "sum(vendor:coherence_federation_origin_total_msg_unacked {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'})by (coherence_service='$ServiceName', name, node_id, member)",
"expr": "sum(vendor:coherence_federation_origin_total_msg_unacked {cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'})by (coherence_service, name, node_id, member)",
"format": "table",
"instant": true,
"intervalFactor": 1,
Expand Down Expand Up @@ -1234,7 +1234,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'='$ServiceName'}) by (node_id)",
"expr": "sum(vendor:coherence_federation_destination_total_msg_unacked{cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'}) by (node_id)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -1364,7 +1364,7 @@
"multi": false,
"name": "ServiceName",
"options": [],
"query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\"}, coherence_service='$ServiceName')",
"query": "label_values(vendor:coherence_federation_destination_total_bytes_sent {cluster=\"${ClusterName:raw}\",name=\"$Destination\"}, coherence_service)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
Expand Down
8 changes: 4 additions & 4 deletions dashboards/grafana/federation-summary-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} offset $__interval ",
"expr": "sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_bytes_received {cluster=\"${ClusterName:raw}\"} offset $__interval)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -1174,7 +1174,7 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} offset $__interval ",
"expr": "sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_msg_received {cluster=\"${ClusterName:raw}\"} offset $__interval)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -1354,7 +1354,7 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} offset $__interval ",
"expr": "sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_records_received {cluster=\"${ClusterName:raw}\"} offset $__interval)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -1534,7 +1534,7 @@
"steppedLine": false,
"targets": [
{
"expr": "vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} - vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} offset $__interval ",
"expr": "sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"}) - sum(vendor:coherence_federation_origin_total_entries_received {cluster=\"${ClusterName:raw}\"} offset $__interval)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down

0 comments on commit 71713dd

Please sign in to comment.