Skip to content
Snippets Groups Projects

aurweb: enable goaurrpc metrics

Merged Leonidas Spyropoulos requested to merge artafinde/infrastructure:goaurrpc_metrics into master
All threads resolved!
@@ -75,7 +75,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"description": "",
"fieldConfig": {
@@ -156,7 +156,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "rpc_data_last_refresh * 1000",
@@ -168,7 +168,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "sum(rpc_requests)",
@@ -180,7 +180,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "sum(rpc_requests_rate_limited)",
@@ -191,7 +191,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "rpc_cache_hits",
@@ -206,7 +206,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"fieldConfig": {
"defaults": {
@@ -254,7 +254,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "sum by(type) (rpc_requests)",
@@ -269,7 +269,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"fieldConfig": {
"defaults": {
@@ -350,7 +350,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "go_memstats_heap_alloc_bytes{job=\"goaurrpc\"}",
@@ -361,7 +361,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "process_resident_memory_bytes{job=\"goaurrpc\"}",
@@ -377,7 +377,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"fieldConfig": {
"defaults": {
@@ -454,7 +454,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "sum by(type) (rate(rpc_requests[5m]))",
@@ -469,7 +469,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"fieldConfig": {
"defaults": {
@@ -546,7 +546,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"exemplar": false,
@@ -564,7 +564,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"fieldConfig": {
"defaults": {
@@ -642,7 +642,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "histogram_quantile(0.95, sum by(le) (rate(rpc_request_duration_seconds_bucket[5m])))",
@@ -653,7 +653,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "histogram_quantile(0.5, sum by(le) (rate(rpc_request_duration_seconds_bucket[5m])))",
@@ -665,7 +665,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "rate(rpc_request_duration_seconds_sum[5m]) / rate(rpc_request_duration_seconds_count[5m])",
@@ -681,7 +681,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"fieldConfig": {
"defaults": {
@@ -759,7 +759,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "${DS_GOAURRPC}"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "sum(rate(rpc_response_size_bytes_sum[5m])) / sum(rate(rpc_response_size_bytes_count[5m]))",
Loading