diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..3958085
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,5 @@
+.src/node_modules
+.dist
+.package-lock.json
+dist
+node_modules
diff --git a/.env b/.env
deleted file mode 100644
index c077244..0000000
--- a/.env
+++ /dev/null
@@ -1,5 +0,0 @@
-# DCKR
-COMPOSE_PROJECT_NAME=lattice-connect
-
-# MQTT
-ERLANG_COOKIE='erlang-cookie'
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 247077c..30ca5d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
.DS_Store
-docker-compose.y*ml
-
+rabbitmq
+dist
+node_modules
+.env
+.direct.env
diff --git a/README.md b/README.md
index fb06926..9ce7778 100644
--- a/README.md
+++ b/README.md
@@ -8,24 +8,26 @@ This open-source project provides [Lattice1](https://gridplus.io/lattice) owners
By default, communication between apps and a Lattice1 route through cloud infrastructure provided by [GridPlus](https://gridplus.io). Any messages sent to, and from, your device will always be encrypted and remain secure; however, we believe Lattice1 owners should be able to manage this service themselves, if they so choose.
-### ๐ Related Links
- - [๐ข Discord](https://twitter.com/gridplus)
- - [๐ค Twitter](https://discord.gg/Bt5fVDTJb9)
- - [๐ Knowledge Base](https://docs.gridplus.io)
-
+## ๐ Related Links
+
+- [๐ข Discord](https://twitter.com/gridplus)
+- [๐ค Twitter](https://discord.gg/Bt5fVDTJb9)
+- [๐ Knowledge Base](https://docs.gridplus.io)
+
## ๐ค Why use Lattice Connect?
-Running _Lattice Connect_ yourself provides several advantages:
+Running *Lattice Connect* yourself provides several advantages:
+
+- Doesn't requires running an external MQTT broker (compared to `v1` );
+- Offers the fastest message routing possible for a Lattice1;
+- Provides the highest amount of privacy available while using a Lattice1
+- Zero configuration changes required (i.e., no SSH'ing necessary);
+- Setup takes less than 5 minutes!
- - Doesn't requires running an external MQTT broker (compared to `v1`);
- - Offers the fastest message routing possible for a Lattice1;
- - Provides the highest amount of privacy available while using a Lattice1
- - Zero configuration changes required (i.e., no SSH'ing necessary);
- - Setup takes less than 5 minutes!
+## ๐จ What about `v1` ?
-## ๐จ What about `v1`?
-This project replaces the original _[lattice-connect](https://github.com/GridPlus/lattice-connect)_, which is now archived.
+This project replaces the original *[lattice-connect](https://github.com/GridPlus/lattice-connect)*, which is now archived.
At the time of release, the previous software should continue working as-is; however, GridPlus will no longer offer technical support, or otherwise provide maintenance for the prior version. Thus, breaking changes that may occur as we continue improving our customers' user experience should be expected, and switching to `v2` as soon as possible is highly recommended.
@@ -35,10 +37,11 @@ At the time of release, the previous software should continue working as-is; how
It's possible to run the server:
- - directly on a host system using `node` v14+; or,
- - through a `Docker` container.
+- directly on a host system using `node` v14+; or,
+- through a `Docker` container.
+
+> _**NOTE:** The instructions for each are nearly identical. This guide describes `node` ;
-> _**NOTE:** The instructions for each are nearly identical. This guide describes `node`;
scripts are provided in `connect/container` that support the `Docker` method._
### System Requirements
@@ -47,16 +50,17 @@ Besides the runtime requirements, the system resources for the proxy server are
The server has been tested on:
- - macOS v10.12;
- - Ubuntu 18.04;
- - Windows 10
+- macOS v10.12;
+- Ubuntu 18.04;
+- Windows 10
## โ๏ธ Configuring
#### 1๏ธโฃ Get the source code
+
Clone the repo to the server or computer you plan to run it on:
- ```sh
+```sh
# Clone the repo:
$ git clone https://github.com/GridPlus/lattice-connect-v2.git
@@ -65,6 +69,7 @@ $ cd lattice-connect-v2/connect
```
#### 2๏ธโฃ Configure the environment
+
Edit `connect/.direct.env` and set your device's hostname:
```sh
@@ -72,15 +77,18 @@ Edit `connect/.direct.env` and set your device's hostname:
# - Replace this with your device's hostname
ADMIN_CLIENT_HOST=http://GridPlus-xxxxxxxxxxx.local
```
+
##### ๐ Checking your device's hostname
+
On Firmware v16, and above, the device's hostname is shown with the following steps:
- 1. **Unlock** the device; then,
- 2. Tap **System Preferences**; then,
- 3. Tap **Device Info**; then,
- 4. See `SSH Host`.
+ 1. **Unlock** the device; then,
+ 2. Tap **System Preferences**; then,
+ 3. Tap **Device Info**; then,
+ 4. See `SSH Host` .
## ๐ Start Proxy: Using Node
+
From inside `connect` folder, run:
```sh
@@ -97,6 +105,7 @@ $ npm run start:direct
## ๐ณ Start Proxy: Using Docker
+
From inside the `connect/container` folder, run:
```sh
@@ -111,13 +120,14 @@ $ ./dockerStart.sh
If the server fails to connect:
- - Double-check your `ADMIN_CLIENT_HOST` value;
- - Ensure `.local` is included as a suffix on the host;
- - `ping` your device, being certain your device is reachable before trying to run this software;
- - use the Lattice1 IP address as an alternative to hostname (see below);
- - be sure your network's firewall isn't blocking port 1883.
+- Double-check your `ADMIN_CLIENT_HOST` value;
+- Ensure `.local` is included as a suffix on the host;
+- `ping` your device, being certain your device is reachable before trying to run this software;
+- use the Lattice1 IP address as an alternative to hostname (see below);
+- be sure your network's firewall isn't blocking port 1883.
### Using IP Address
+
For many of the most common network setups, the server should have no trouble finding, and connecting, to the Lattice1. However, if it's unable to connectโand you're certain you've inputted the `.local` correctโuse the device's IP address instead:
```sh
@@ -127,7 +137,7 @@ For many of the most common network setups, the server should have no trouble fi
ADMIN_CLIENT_HOST=http://
```
-> _**NOTE:** The IP address of the device can be determined from your network's main router or gateway appliance. Details on how to do this vary depending on your specific router or gateway appliance, and is outside the scope of this document._
+> ***NOTE:** The IP address of the device can be determined from your network's main router or gateway appliance. Details on how to do this vary depending on your specific router or gateway appliance, and is outside the scope of this document.*
# โ๏ธ Disconnecting Entirely from the GridPlus Cloud
@@ -140,7 +150,7 @@ If you are using Lattice Connect V2 to route messages, your device will not use
Give it ~30 seconds and view the `Device ID` on your Lattice menu. You should see the device ID you just configured -- this new device ID indicates that you have disconnected your Lattice from GridPlus cloud services.
-† Note that you can set whatever `deviceID` credential you want, but you should probably use six characters to avoid any edge cases. Also note that `remote_mqtt_address` is not used when Lattice Connect V2 is routing messages, but it can't be empty or else `mosquitto` will fail to start.
+† Note that you can set whatever `deviceID` credential you want, but you should probably use six characters to avoid any edge cases. Also note that `remote_mqtt_address` is not used when Lattice Connect V2 is routing messages, but it can't be empty or else `mosquitto` will fail to start.
# ๐ Connecting to Third Party Apps
@@ -161,14 +171,13 @@ Download the [MetaMask](https://metamask.io) extension if you don't have it alre
5. In the **Settings** tab input the `http://:8080` into the **Connection Endpoint** field.
-Replace `` with the host running _Lattice Connect_.
-When running _Lattice Connect_ on the same computer you are using MetaMask, use `localhost`, otherwise use `http://:8080` where `` is the IP of the machine running **Lattice Connect**.
+Replace `` with the host running *Lattice Connect*.
+When running *Lattice Connect* on the same computer you are using MetaMask, use `localhost` , otherwise use `http://:8080` where `` is the IP of the machine running **Lattice Connect**.
6. Connect your Lattice to MetaMask as normal. Transaction requests will now be routed to your self-hosted endpoint.
-
## ๐ผ Frame Wallet
@@ -177,23 +186,25 @@ When running _Lattice Connect_ on the same computer you are using MetaMask, use
#### Set the Lattice Relay
-From the _Settings_ panel (upper-right; slider icon):
+From the *Settings* panel (upper-right; slider icon):
- - Scroll down to the **Lattice Relay** option; then,
- - Click _Default_; switch to _Custom_; then,
- - Input the `http://:8080`
+- Scroll down to the **Lattice Relay** option; then,
+- Click *Default*; switch to *Custom*; then,
+- Input the `http://:8080`
-Replace `RELAY_HOST` with the host running _Lattice Connect_.
-When running _Frame_ and _Lattice Connect_ on the same computer, use `localhost`:
+Replace `RELAY_HOST` with the host running *Lattice Connect*.
+When running *Frame* and *Lattice Connect* on the same computer, use `localhost` :
## FAQ
-### What do I need to do to migrate from `v1`?
-Nothing. If you've made changes from `SSH`, they will be ignored by `v2`.
+### What do I need to do to migrate from `v1` ?
+
+Nothing. If you've made changes from `SSH` , they will be ignored by `v2` .
If you're adament about having factory settings, you may reset your router in the Lattice1 System Settings. Please be aware doing this will also reset your wireless routing settings, and will require reconnecting to your Wi-Fi network.
### How do I connect more than one Lattice1?
+
Currently, the direct method supports a single Lattice1 at a time.
diff --git a/connect/.direct.env b/connect/.direct.env
deleted file mode 100644
index 7a06fc9..0000000
--- a/connect/.direct.env
+++ /dev/null
@@ -1,8 +0,0 @@
-APP_WORKER_COUNT=1
-
-# - Replace this with your device's hostname
-# - Should be appear as: GridPlus-xxxxxxxxxxx.local
-ADMIN_CLIENT_HOST=http://GridPlus-xxxxxxxxxxx.local
-
-MQTT_HTTP_PORT=1883
-MQTT_SKIP_USER_CHECK=1
diff --git a/connect/.dockerignore b/connect/.dockerignore
deleted file mode 100644
index 632a87c..0000000
--- a/connect/.dockerignore
+++ /dev/null
@@ -1,3 +0,0 @@
-.src/node_modules
-.dist
-.package-lock.json
\ No newline at end of file
diff --git a/connect/.env b/connect/.env
deleted file mode 100644
index f495abc..0000000
--- a/connect/.env
+++ /dev/null
@@ -1,3 +0,0 @@
-APP_SERVICE_PORT=8080
-APP_WORKER_COUNT=2
-MQTT_HTTP_PORT=8883
diff --git a/connect/.gitignore b/connect/.gitignore
deleted file mode 100644
index 8cdcaea..0000000
--- a/connect/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-dist/
-node_modules/
\ No newline at end of file
diff --git a/connect/README.md b/connect/README.md
deleted file mode 100644
index 4f843de..0000000
--- a/connect/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Environment Parameters
-
-> _Note: End-users should follow the instructions provided in the main folder's `README`._
-
-### For Internal Use
-
- - ADMIN_CLIENT_HOST
- - ADMIN_CLIENT_PASS
- - ADMIN_CLIENT_USER
- - APP_SERVICE_PORT
- - APP_WORKER_COUNT
- - MQTT_HTTP_PORT
- - MQTT_SKIP_USER_CHECK
diff --git a/connect/container/Dockerfile b/connect/container/Dockerfile
deleted file mode 100644
index 5bb5c1b..0000000
--- a/connect/container/Dockerfile
+++ /dev/null
@@ -1,22 +0,0 @@
-FROM ubuntu:22.04 AS base
-
-RUN apt update && \
- apt install -y curl
-
-RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
- apt-get install -y nodejs
-
-FROM base AS builder
-WORKDIR /build/connect
-ADD src /build/connect/src
-ADD package.json /build/connect
-ADD tsconfig.json /build/connect
-
-WORKDIR /build/connect
-RUN npm i && npx tsc --build tsconfig.json && npm prune --production
-RUN rm -rf node_modules/typescript
-
-FROM node:16-alpine AS app
-COPY --from=builder /build/connect/dist /app/dist
-COPY --from=builder /build/connect/node_modules /app/node_modules
-CMD NODE_ENV=production node /app/dist/index.js
diff --git a/connect/container/dockerBuild.sh b/connect/container/dockerBuild.sh
deleted file mode 100755
index 8118eaa..0000000
--- a/connect/container/dockerBuild.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#/bin/bash
-
-docker build \
--f Dockerfile \
-../ \
--t lattice-connect:latest
diff --git a/connect/container/dockerStart.sh b/connect/container/dockerStart.sh
deleted file mode 100755
index d185980..0000000
--- a/connect/container/dockerStart.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#/bin/bash
-
-docker run \
- --rm -it \
- --init \
- -h lattice-connect \
- --env-file ../.env \
- --env-file ../.direct.env \
- -p 8080:8080 \
- --name "lattice-connect" \
- lattice-connect \
- node /app/dist/direct.js
\ No newline at end of file
diff --git a/connect/src/index.ts b/connect/src/index.ts
deleted file mode 100644
index 8521510..0000000
--- a/connect/src/index.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { startService } from "./core"
-import { useProvision } from "./services/useProvision"
-import { useSigning } from "./services/useSigning"
-
-require('dotenv').config()
-
-startService({
- port: process.env.APP_SERVICE_PORT,
- workers: process.env.APP_WORKER_COUNT
-}, [useProvision, useSigning])
\ No newline at end of file
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..680b6da
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,28 @@
+version: "3"
+
+services:
+ rabbitmq:
+ build:
+ context: ./mqtt-broker
+ dockerfile: Dockerfile
+ ports:
+ - "1883:1883" # MQTT port
+ - "15672:15672" # Management UI port
+ volumes:
+ - ./rabbitmq/data:/var/lib/rabbitmq
+ environment:
+ - MQTT_DEFAULT_USER=guest
+ - MQTT_DEFAULT_PASS=guest
+
+ nodejs:
+ build:
+ context: ./server
+ dockerfile: Dockerfile
+ ports:
+ - "8080:8080" # Assuming your Node.js app runs on port 3000
+ depends_on:
+ - rabbitmq
+ environment:
+ - ADMIN_CLIENT_HOST=${ADMIN_CLIENT_HOST}
+ - ADMIN_CLIENT_USER=${ADMIN_CLIENT_USER}
+ - ADMIN_CLIENT_PASS=${ADMIN_CLIENT_PASS}
diff --git a/mqtt-broker/.env b/mqtt-broker/.env
deleted file mode 100644
index 8d858d4..0000000
--- a/mqtt-broker/.env
+++ /dev/null
@@ -1 +0,0 @@
-ERLANG_COOKIE='erlang-cookie'
\ No newline at end of file
diff --git a/mqtt-broker/container/Dockerfile b/mqtt-broker/Dockerfile
similarity index 57%
rename from mqtt-broker/container/Dockerfile
rename to mqtt-broker/Dockerfile
index 5e91208..7c8bbd7 100644
--- a/mqtt-broker/container/Dockerfile
+++ b/mqtt-broker/Dockerfile
@@ -1,3 +1,3 @@
FROM rabbitmq:3.10.6-management-alpine
-COPY config /etc/rabbitmq/
\ No newline at end of file
+COPY config /etc/rabbitmq/
diff --git a/mqtt-broker/README.md b/mqtt-broker/README.md
deleted file mode 100644
index 7021c5a..0000000
--- a/mqtt-broker/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# MQTT Broker
-
-This folder is intended for the GridPlus team, and contains the source files for the RabbitMQ broker used in the _Lattice Connect_ service.
\ No newline at end of file
diff --git a/mqtt-broker/config/.gitignore b/mqtt-broker/config/.gitignore
deleted file mode 100644
index de406c2..0000000
--- a/mqtt-broker/config/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-data.json
-data-*.json
diff --git a/mqtt-broker/config/enabled_plugins b/mqtt-broker/config/enabled_plugins
index 8a0fb8f..1692095 100644
--- a/mqtt-broker/config/enabled_plugins
+++ b/mqtt-broker/config/enabled_plugins
@@ -1 +1 @@
-[rabbitmq_management, rabbitmq_mqtt, rabbitmq_prometheus].
+[rabbitmq_management, rabbitmq_mqtt].
diff --git a/mqtt-broker/config/rabbitmq.conf b/mqtt-broker/config/rabbitmq.conf
index 4ae89d3..33b784a 100644
--- a/mqtt-broker/config/rabbitmq.conf
+++ b/mqtt-broker/config/rabbitmq.conf
@@ -1,51 +1,26 @@
-# https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit/docs/rabbitmq.conf.example#
+# https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit/docs/rabbitmq.conf.example#
-# log.file.level = error
-# loopback_users.guest = false
-
-# https://www.rabbitmq.com/connections.html#large-number-of-connections
-# sets the interval to 60 seconds
collect_statistics_interval = 60000
-# definitions.skip_if_unchanged = true
-load_definitions = /etc/rabbitmq/data.json
+# load_definitions = /etc/rabbitmq/data.json
mqtt.allow_anonymous = false
-# mqtt.proxy_protocol = true
-
-# mqtt.listeners.tcp.1 = 127.0.0.1:1883
-# mqtt.listeners.tcp.2 = ::1:1883
-
-# mqtt.tcp_listen_options.backlog = 4096
-# mqtt.tcp_listen_options.recbuf = 131072
-# mqtt.tcp_listen_options.sndbuf = 131072
-# mqtt.tcp_listen_options.keepalive = true
-# mqtt.tcp_listen_options.nodelay = true
+# MQTT credentials from environment variables
+mqtt.default_user = guest
+mqtt.default_pass = guest
-# mqtt.tcp_listen_options.exit_on_close = true
-# mqtt.tcp_listen_options.send_timeout = 120
-
-# https://www.rabbitmq.com/networking.html#tuning-for-large-number-of-connections-tcp-buffer-size
mqtt.tcp_listen_options.backlog = 128
mqtt.tcp_listen_options.nodelay = true
-mqtt.tcp_listen_options.linger.on = true
+mqtt.tcp_listen_options.linger.on = true
mqtt.tcp_listen_options.linger.timeout = 0
-mqtt.tcp_listen_options.sndbuf = 32768
-mqtt.tcp_listen_options.recbuf = 32768
+mqtt.tcp_listen_options.sndbuf = 32768
+mqtt.tcp_listen_options.recbuf = 32768
-# https://www.rabbitmq.com/networking.html#dns-reverse-dns-lookups
reverse_dns_lookups = false
management.listener.port = 15672
management.listener.ssl = false
vm_memory_high_watermark.absolute = 8096MiB
-vm_memory_high_watermark_paging_ratio = 0.2
-
-# cluster_name = lattice-mqtt-cluster
-
-# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
-# cluster_formation.classic_config.nodes.1 = rabbit@mqtt-broker-1
-# cluster_formation.classic_config.nodes.2 = rabbit@mqtt-broker-2
-# cluster_formation.classic_config.nodes.3 = rabbit@mqtt-broker-3
+vm_memory_high_watermark_paging_ratio = 0.25
diff --git a/mqtt-broker/container/dockerBuild.sh b/mqtt-broker/container/dockerBuild.sh
deleted file mode 100755
index b8ca6c5..0000000
--- a/mqtt-broker/container/dockerBuild.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#/bin/bash
-
-docker build -f Dockerfile ../ -t mqtt-broker:latest
diff --git a/mqtt-broker/container/dockerStart.sh b/mqtt-broker/container/dockerStart.sh
deleted file mode 100755
index b99cc7c..0000000
--- a/mqtt-broker/container/dockerStart.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#/bin/bash
-
-docker run \
- --ulimit nofile=262144:262144 \
- -m "8G" --memory-swap "-1" \
- --rm -it \
- --init \
- -h mqtt-broker \
- -p 1883:1883 \
- -p 15672:15672 \
- --env-file ../.env \
- --name "mqtt-broker" \
- mqtt-broker
diff --git a/mqtt-broker/create_user.sh b/mqtt-broker/create_user.sh
new file mode 100644
index 0000000..e69de29
diff --git a/mqtt-broker/metrics/.gitignore b/mqtt-broker/metrics/.gitignore
deleted file mode 100644
index a10c53c..0000000
--- a/mqtt-broker/metrics/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-grafana/data
-prometheus/data
diff --git a/mqtt-broker/metrics/grafana/dashboards.yml b/mqtt-broker/metrics/grafana/dashboards.yml
deleted file mode 100644
index 4b99d54..0000000
--- a/mqtt-broker/metrics/grafana/dashboards.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-apiVersion: 1
-
-providers:
- - name: 'rabbitmq'
- orgId: 1
- folder: ''
- type: file
- disableDeletion: true
- options:
- path: /dashboards
diff --git a/mqtt-broker/metrics/grafana/dashboards/Erlang-Distribution.json b/mqtt-broker/metrics/grafana/dashboards/Erlang-Distribution.json
deleted file mode 100644
index 5729f39..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/Erlang-Distribution.json
+++ /dev/null
@@ -1,2369 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "prometheus",
- "version": "2.0.0"
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- },
- {
- "type": "panel",
- "id": "singlestat",
- "name": "Singlestat",
- "version": ""
- },
- {
- "type": "panel",
- "id": "heatmap",
- "name": "Heatmap",
- "version": ""
- },
- {
- "type": "panel",
- "id": "flant-statusmap-panel",
- "name": "Statusmap",
- "version": "0.3.4"
- }
- ],
- "annotations": {
- "list": [
- {
- "$$hashKey": "object:13",
- "builtIn": 1,
- "datasource": "-- Grafana --",
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "description": "Erlang Distribution links, inet socket, port driver, dist process + tls_connection & tls_sender",
- "editable": true,
- "gnetId": null,
- "graphTooltip": 1,
- "id": null,
- "iteration": 1587996382757,
- "links": [],
- "panels": [
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "id": 25,
- "interval": "",
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "count(erlang_vm_dist_node_state * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) OR vector(0)",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "2,6",
- "timeFrom": null,
- "timeShift": null,
- "title": "All distribution links",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "description": "When a connection between a node and peer is established, the distribution link is considered to be `up`",
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 6,
- "x": 6,
- "y": 0
- },
- "id": 27,
- "interval": "",
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "count(erlang_vm_dist_node_state * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"} == 3) OR vector(0)",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "2,6",
- "timeFrom": null,
- "timeShift": null,
- "title": "Established distribution links",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#37872D",
- "#1F60C4",
- "#C4162A"
- ],
- "datasource": null,
- "description": "When a new connection is exchanging information between the node and the peer the distribution link is considered to be `pending`",
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 6,
- "x": 12,
- "y": 0
- },
- "id": 26,
- "interval": "",
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "count(erlang_vm_dist_node_state * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"} == 1) OR vector(0)",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "1,6",
- "timeFrom": null,
- "timeShift": null,
- "title": "Connecting distribution links",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#37872D",
- "#1F60C4",
- "#C4162A"
- ],
- "datasource": null,
- "description": "When a new connection is established and there is an existing connection between the node and the peer, this connection needs to wait for the initial connection to go down before it can become active. The distribution link is considered `up_pending`",
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 6,
- "x": 18,
- "y": 0
- },
- "id": 28,
- "interval": "",
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "count(erlang_vm_dist_node_state * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"} == 2) OR vector(0)",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "1,6",
- "timeFrom": null,
- "timeShift": null,
- "title": "Waiting distribution links",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 3
- },
- "id": 74,
- "panels": [],
- "title": "distribution links",
- "type": "row"
- },
- {
- "cards": {
- "cardHSpacing": 2,
- "cardMinWidth": 5,
- "cardRound": null,
- "cardVSpacing": 2
- },
- "color": {
- "cardColor": "#b4ff00",
- "colorScale": "sqrt",
- "colorScheme": "interpolateGreens",
- "defaultColor": "#757575",
- "exponent": 0.5,
- "min": null,
- "mode": "discrete",
- "thresholds": [
- {
- "color": "#37872D",
- "tooltip": "established",
- "value": "3"
- },
- {
- "color": "#FA6400",
- "tooltip": "connecting",
- "value": "1"
- },
- {
- "color": "#FADE2A",
- "tooltip": "waiting",
- "value": "2"
- }
- ]
- },
- "data": {
- "decimals": null,
- "unitFormat": "short"
- },
- "datasource": null,
- "description": "",
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 4
- },
- "highlightCards": true,
- "id": 19,
- "legend": {
- "show": true
- },
- "links": [],
- "nullPointMode": "as empty",
- "targets": [
- {
- "aggregation": "Last",
- "decimals": 2,
- "displayAliasType": "Warning / Critical",
- "displayType": "Regular",
- "displayValueWithAlias": "Never",
- "expr": "erlang_vm_dist_node_state * on(instance) group_left(rabbitmq_node, rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A",
- "units": "none",
- "valueHandler": "Number Threshold"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "State of distribution links",
- "tooltip": {
- "show": true
- },
- "type": "flant-statusmap-panel",
- "useMax": true,
- "xAxis": {
- "labelFormat": "%a %m/%d",
- "minBucketWidthToShowWeekends": 4,
- "show": true,
- "showCrosshair": true,
- "showWeekends": true
- },
- "yAxis": {
- "show": true,
- "showCrosshair": false
- },
- "yAxisSort": "metrics"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Data currently buffered in the output queue of the distribution link.\n\nAny values above the 64MB threshold hint to an overloaded distribution. This applies to the default `zdbbl` value in RabbitMQ, which is 128MB.\n\n- [RabbitMQ Runtime Tuning - zdbbl](https://www.rabbitmq.com/runtime.html#distribution-buffer)\n- [erl +zdbbl](http://erlang.org/doc/man/erl.html#+zdbbl)",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 4
- },
- "hiddenSeries": false,
- "id": 62,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "$$hashKey": "object:130",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "$$hashKey": "object:131",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "$$hashKey": "object:132",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "$$hashKey": "object:133",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "$$hashKey": "object:134",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "$$hashKey": "object:135",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "$$hashKey": "object:136",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "$$hashKey": "object:137",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "$$hashKey": "object:138",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "$$hashKey": "object:139",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "erlang_vm_dist_node_queue_size_bytes * on(instance) group_left(rabbitmq_node, rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "$$hashKey": "object:234",
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 65536000,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Data buffered in the distribution links queue",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "$$hashKey": "object:206",
- "decimals": 0,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "$$hashKey": "object:207",
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 9
- },
- "id": 9,
- "panels": [],
- "title": "inet socket",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 10
- },
- "hiddenSeries": false,
- "id": 3,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(erlang_vm_dist_send_bytes[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Data sent to peer node / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 10
- },
- "hiddenSeries": false,
- "id": 2,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "$$hashKey": "object:276",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "$$hashKey": "object:277",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "$$hashKey": "object:278",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "$$hashKey": "object:279",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "$$hashKey": "object:280",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "$$hashKey": "object:281",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "$$hashKey": "object:282",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "$$hashKey": "object:283",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "$$hashKey": "object:284",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "$$hashKey": "object:285",
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(erlang_vm_dist_recv_bytes[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} <- {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Data received from peer node / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "$$hashKey": "object:352",
- "decimals": 1,
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "$$hashKey": "object:353",
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Number of inet packets sent to the distribution link port.\n\nIf too few messages are sent and data sits in the port driver buffer, increasing the `inet_dist_connect_options` as well as `inet_dist_listen_options` buffer values will result in more stable throughput.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 15
- },
- "hiddenSeries": false,
- "id": 4,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(erlang_vm_dist_send_cnt[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Distribution messages sent to peer node / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Number of inet packets received from the distribution link port.\n\nIf too many messages are received, increasing the `inet_dist_connect_options` as well as `inet_dist_listen_options` buffer values will result in more stable throughput.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 15
- },
- "hiddenSeries": false,
- "id": 5,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(erlang_vm_dist_recv_cnt[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} <- {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Distribution messages received from peer node / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Corresponds to the average size of the argument passed to `gen_tcp:send/2` or equivalent.\n\nTypically corresponds to TCP window size.\n\nIf TLS is used for inter-node communication, the `inet` packet size will be varied so that the system as a whole is both secure and performant.\n\n`inet` packets larger than the TCP window will be split into TCP packets by the system kernel.\n\n`inet` packets smaller than the TCP window _may_ be joined into TCP packets by the system kernel.\n\n* [`inet` packet](http://erlang.org/doc/man/inet.html#packet)",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 20
- },
- "hiddenSeries": false,
- "id": 39,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "(rate(erlang_vm_dist_send_bytes[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) / \n(rate(erlang_vm_dist_send_cnt[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Average inet packet size sent to peer node",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Corresponds to the average size of the argument received from `gen_tcp:recv/2` or equivalent.\n\nTypically corresponds to TCP window size.\n\nIf TLS is used for inter-node communication, the `inet` packet size will be varied so that the system as a whole is both secure and performant.\n\n* [`inet` packet](http://erlang.org/doc/man/inet.html#packet)",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 20
- },
- "hiddenSeries": false,
- "id": 50,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "(rate(erlang_vm_dist_recv_bytes[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) / \n(rate(erlang_vm_dist_recv_cnt[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} <- {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Average inet packet size received from peer node",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 25
- },
- "id": 11,
- "panels": [],
- "title": "port driver",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The total number of bytes allocated for this port by the runtime system. The port itself can have allocated memory that is not included.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 26
- },
- "hiddenSeries": false,
- "id": 12,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "erlang_vm_dist_port_memory_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Memory used by the port driver",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The total number of bytes queued by the port using the ERTS driver queue implementation\n\nAny values above a few KBs hint to an overloaded distribution",
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 26
- },
- "hiddenSeries": false,
- "id": 7,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/rabbit/",
- "color": "#C4162A"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "erlang_vm_dist_port_queue_size_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Data in the port driver buffer",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 31
- },
- "id": 14,
- "panels": [],
- "repeat": "erlang_vm_dist_proc_type",
- "title": "$erlang_vm_dist_proc_type process",
- "type": "row"
- },
- {
- "cacheTimeout": null,
- "cards": {
- "cardHSpacing": 2,
- "cardMinWidth": 5,
- "cardRound": null,
- "cardVSpacing": 2
- },
- "color": {
- "cardColor": "#b4ff00",
- "colorScale": "sqrt",
- "colorScheme": "interpolateGnYlRd",
- "defaultColor": "#757575",
- "exponent": 0.5,
- "mode": "discrete",
- "thresholds": [
- {
- "color": "#37872D",
- "tooltip": "waiting",
- "value": "6"
- },
- {
- "color": "#96D98D",
- "tooltip": "running",
- "value": "5"
- },
- {
- "color": "#1F60C4",
- "tooltip": "garbage_collecting",
- "value": "4"
- },
- {
- "color": "#FADE2A",
- "tooltip": "runnable",
- "value": "3"
- },
- {
- "color": "#FA6400",
- "tooltip": "suspended",
- "value": "2"
- },
- {
- "color": "#C4162A",
- "tooltip": "exiting",
- "value": "1"
- }
- ]
- },
- "data": {
- "decimals": null,
- "unitFormat": "short"
- },
- "datasource": null,
- "description": "",
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 32
- },
- "highlightCards": true,
- "id": 18,
- "legend": {
- "show": true
- },
- "links": [],
- "nullPointMode": "as empty",
- "targets": [
- {
- "aggregation": "Last",
- "decimals": 2,
- "displayAliasType": "Warning / Critical",
- "displayType": "Regular",
- "displayValueWithAlias": "Never",
- "expr": "erlang_vm_dist_proc_status{type=\"$erlang_vm_dist_proc_type\"} * on(instance) group_left(rabbitmq_node, rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"} ",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A",
- "units": "none",
- "valueHandler": "Number Threshold"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Process state",
- "tooltip": {
- "show": true
- },
- "type": "flant-statusmap-panel",
- "useMax": true,
- "xAxis": {
- "labelFormat": "%a %m/%d",
- "minBucketWidthToShowWeekends": 4,
- "show": true,
- "showCrosshair": true,
- "showWeekends": true
- },
- "yAxis": {
- "show": true,
- "showCrosshair": false
- },
- "yAxisSort": "metrics"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The number of messages currently in the message queue of the process\n\nAny values above 0 hint to an overloaded distribution",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 32
- },
- "hiddenSeries": false,
- "id": 16,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/rabbit/",
- "color": "#C4162A"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "erlang_vm_dist_proc_message_queue_len{type=\"$erlang_vm_dist_proc_type\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages in the process queue",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The size in bytes of process memory. This includes call stack, heap, and internal structures.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 37
- },
- "hiddenSeries": false,
- "id": 15,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "erlang_vm_dist_proc_memory_bytes{type=\"$erlang_vm_dist_proc_type\"} * on(instance) group_left(rabbitmq_node, rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Memory used by the process",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The number of reductions executed by the process",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 37
- },
- "hiddenSeries": false,
- "id": 17,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(erlang_vm_dist_proc_reductions{type=\"$erlang_vm_dist_proc_type\"}[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Process reductions / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- }
- ],
- "refresh": "15s",
- "schemaVersion": 22,
- "style": "dark",
- "tags": [
- "rabbitmq-prometheus"
- ],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info, namespace)",
- "hide": 0,
- "includeAll": false,
- "label": "Namespace",
- "multi": false,
- "name": "namespace",
- "options": [],
- "query": "label_values(rabbitmq_identity_info, namespace)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "hide": 0,
- "includeAll": false,
- "index": -1,
- "label": "RabbitMQ Cluster",
- "multi": false,
- "name": "rabbitmq_cluster",
- "options": [],
- "query": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "All",
- "value": [
- "$__all"
- ]
- },
- "datasource": null,
- "definition": "label_values(erlang_vm_dist_proc_status, type)",
- "hide": 0,
- "includeAll": true,
- "index": -1,
- "label": "Process type",
- "multi": true,
- "name": "erlang_vm_dist_proc_type",
- "options": [],
- "query": "label_values(erlang_vm_dist_proc_status, type)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "Erlang-Distribution",
- "uid": "d-SFCCmZz",
- "variables": {
- "list": []
- },
- "version": 20210322
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/Erlang-Distributions-Compare.json b/mqtt-broker/metrics/grafana/dashboards/Erlang-Distributions-Compare.json
deleted file mode 100644
index a595b15..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/Erlang-Distributions-Compare.json
+++ /dev/null
@@ -1,1847 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "prometheus",
- "version": "2.0.0"
- },
- {
- "type": "table",
- "id": "table",
- "name": "Table",
- "version": ""
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- },
- {
- "type": "panel",
- "id": "heatmap",
- "name": "Heatmap",
- "version": ""
- }
- ],
- "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": 1,
- "iteration": 1571066778520,
- "links": [],
- "panels": [
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 0
- },
- "id": 67,
- "panels": [],
- "title": "rabbitmq-prometheus",
- "type": "row"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 9,
- "x": 0,
- "y": 1
- },
- "id": 56,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Node -> Peer",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "Bps"
- }
- ],
- "targets": [
- {
- "expr": "rate(erlang_vm_dist_send_bytes[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=~\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Erlang Distribution outgoing traffic / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Erlang Distribution traffic, node network traffic and CPU + PerfTest message throughput and latency",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 15,
- "x": 9,
- "y": 1
- },
- "id": 3,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(erlang_vm_dist_send_bytes[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=~\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}} -> {{peer}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Erlang Distribution outgoing traffic / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 8
- },
- "id": 65,
- "panels": [],
- "title": "node-exporter_cadvisor",
- "type": "row"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 9,
- "x": 0,
- "y": 9
- },
- "id": 61,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Host",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "Bps"
- }
- ],
- "targets": [
- {
- "expr": "sum by(instance) (rate(node_network_receive_bytes_total{instance=~\"$host\"}[5m]))",
- "legendFormat": "{{instance}}",
- "refId": "A"
- },
- {
- "expr": "sum by(name) (rate(container_network_receive_bytes_total{name=~\"$container\"}[1m]))",
- "legendFormat": "{{name}}",
- "refId": "B"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Network incoming traffic / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "decimals": null,
- "editable": true,
- "error": false,
- "fill": 0,
- "fillGradient": 0,
- "grid": {},
- "gridPos": {
- "h": 7,
- "w": 15,
- "x": 9,
- "y": 9
- },
- "height": "",
- "id": 58,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": true,
- "max": true,
- "min": true,
- "rightSide": true,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "maxPerRow": 3,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "repeatDirection": "h",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "calculatedInterval": "2s",
- "datasourceErrors": {},
- "errors": {},
- "expr": "sum by(instance) (rate(node_network_receive_bytes_total{instance=~\"$host\"}[5m]))",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "metric": "",
- "refId": "A",
- "step": 20
- },
- {
- "expr": "sum by(name) (rate(container_network_receive_bytes_total{name=~\"$container\"}[1m]))",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{name}}",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Network incoming traffic / s",
- "tooltip": {
- "msResolution": false,
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "Bps",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "logBase": 1,
- "max": null,
- "min": 0,
- "show": false
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 9,
- "x": 0,
- "y": 16
- },
- "id": 60,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Host",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "Bps"
- }
- ],
- "targets": [
- {
- "expr": "sum by(instance) (rate(node_network_transmit_bytes_total{instance=~\"$host\"}[5m]))",
- "legendFormat": "{{instance}}",
- "refId": "A"
- },
- {
- "expr": "sum by(name) (rate(container_network_transmit_bytes_total{name=~\"$container\"}[1m]))",
- "legendFormat": "{{name}}",
- "refId": "B"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Network outgoing traffic / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "decimals": null,
- "editable": true,
- "error": false,
- "fill": 0,
- "fillGradient": 0,
- "grid": {},
- "gridPos": {
- "h": 7,
- "w": 15,
- "x": 9,
- "y": 16
- },
- "height": "",
- "id": 57,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": true,
- "max": true,
- "min": true,
- "rightSide": true,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "maxPerRow": 3,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "repeatDirection": "h",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "calculatedInterval": "2s",
- "datasourceErrors": {},
- "errors": {},
- "expr": "sum by(instance) (rate(node_network_transmit_bytes_total{instance=~\"$host\"}[5m]))",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "metric": "",
- "refId": "A",
- "step": 20
- },
- {
- "expr": "sum by(name) (rate(container_network_transmit_bytes_total{name=~\"$container\"}[1m]))",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{name}}",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Network outgoing traffic / s",
- "tooltip": {
- "msResolution": false,
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "Bps",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "logBase": 1,
- "max": null,
- "min": 0,
- "show": false
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 9,
- "x": 0,
- "y": 23
- },
- "id": 59,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Host",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "percent"
- }
- ],
- "targets": [
- {
- "expr": "(max by (instance) (irate(node_cpu_seconds_total{job=\"node\", mode=~\"user|system|iowait|softirq\", instance=~\"$host\"}[5m])) * 100)",
- "legendFormat": "{{instance}}",
- "refId": "A"
- },
- {
- "expr": "sum by(name) (irate(container_cpu_usage_seconds_total{name=~\"$container\"}[1m])) * 100",
- "legendFormat": "{{name}}",
- "refId": "B"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "CPU",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "decimals": null,
- "editable": true,
- "error": false,
- "fill": 0,
- "fillGradient": 0,
- "grid": {},
- "gridPos": {
- "h": 7,
- "w": 15,
- "x": 9,
- "y": 23
- },
- "height": "",
- "id": 28,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": true,
- "max": true,
- "min": true,
- "rightSide": true,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "maxPerRow": 3,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "h",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "calculatedInterval": "2s",
- "datasourceErrors": {},
- "errors": {},
- "expr": "(max by (instance) (irate(node_cpu_seconds_total{job=\"node\", mode=~\"user|system|iowait|softirq\", instance=~\"$host\"}[5m])) * 100)",
- "format": "time_series",
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "metric": "",
- "refId": "A",
- "step": 20
- },
- {
- "expr": "sum by(name) (irate(container_cpu_usage_seconds_total{name=~\"$container\"}[1m])) * 100",
- "format": "time_series",
- "hide": false,
- "intervalFactor": 1,
- "legendFormat": "{{name}}",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "CPU",
- "tooltip": {
- "msResolution": false,
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "percent",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": 0,
- "show": true
- },
- {
- "format": "short",
- "logBase": 1,
- "max": null,
- "min": 0,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 30
- },
- "id": 63,
- "panels": [],
- "title": "rabbitmq-perf-test",
- "type": "row"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 9,
- "x": 0,
- "y": 31
- },
- "id": 49,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "perftest_published{instance=~\"$instance\"}",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Messages published / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 15,
- "x": 9,
- "y": 31
- },
- "id": 51,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_published{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages published / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 9,
- "x": 0,
- "y": 38
- },
- "id": 55,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "perftest_consumed{instance=~\"$instance\"}",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Messages consumed / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 15,
- "x": 9,
- "y": 38
- },
- "id": 53,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_consumed{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages consumed / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 9,
- "x": 0,
- "y": 45
- },
- "id": 47,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "s"
- }
- ],
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\", instance=~\"$instance\"}",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "End-to-end message latency",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 15,
- "x": 9,
- "y": 45
- },
- "id": 45,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\", instance=~\"$instance\"}",
- "format": "time_series",
- "instant": false,
- "interval": "1s",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "End-to-end message latency",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "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
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": true,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 8,
- "w": 9,
- "x": 0,
- "y": 52
- },
- "id": 43,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": false,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\", instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "End-to-end message latency distribution",
- "tooltip": {
- "shared": false,
- "sort": 0,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": 20,
- "mode": "histogram",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "none",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": false
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolateBlues",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "opacity"
- },
- "dataFormat": "timeseries",
- "datasource": null,
- "gridPos": {
- "h": 8,
- "w": 15,
- "x": 9,
- "y": 52
- },
- "heatmap": {},
- "hideZeroBuckets": true,
- "highlightCards": true,
- "id": 41,
- "legend": {
- "show": true
- },
- "links": [],
- "options": {},
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\", instance=~\"$instance\"}",
- "format": "heatmap",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "title": "End-to-end message latency distribution",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "transparent": true,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "s",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- }
- ],
- "refresh": "15s",
- "schemaVersion": 20,
- "style": "dark",
- "tags": [
- "cadvisor",
- "node-exporter",
- "rabbitmq-perf-test",
- "rabbitmq-prometheus"
- ],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info, namespace)",
- "hide": 0,
- "includeAll": false,
- "label": "Namespace",
- "multi": false,
- "name": "namespace",
- "options": [],
- "query": "label_values(rabbitmq_identity_info, namespace)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "All",
- "value": [
- "$__all"
- ]
- },
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "hide": 0,
- "includeAll": true,
- "label": "RabbitMQ Cluster",
- "multi": true,
- "name": "rabbitmq_cluster",
- "options": [],
- "query": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "All",
- "value": [
- "$__all"
- ]
- },
- "datasource": null,
- "definition": "label_values(perftest_published, instance)",
- "hide": 0,
- "includeAll": true,
- "label": "PerfTest Instance",
- "multi": true,
- "name": "instance",
- "options": [],
- "query": "label_values(perftest_published, instance)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "0.99",
- "value": "0.99"
- },
- "datasource": null,
- "definition": "label_values(perftest_latency_seconds, quantile)",
- "hide": 0,
- "includeAll": false,
- "label": "Percentile",
- "multi": false,
- "name": "percentile",
- "options": [],
- "query": "label_values(perftest_latency_seconds, quantile)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 4,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "All",
- "value": [
- "$__all"
- ]
- },
- "datasource": null,
- "definition": "label_values(node_network_info, instance)",
- "hide": 0,
- "includeAll": true,
- "label": "Host",
- "multi": true,
- "name": "host",
- "options": [],
- "query": "label_values(node_network_info, instance)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "All",
- "value": [
- "$__all"
- ]
- },
- "datasource": null,
- "definition": "label_values(container_network_receive_bytes_total, name)",
- "hide": 0,
- "includeAll": true,
- "label": "or Container",
- "multi": true,
- "name": "container",
- "options": [],
- "query": "label_values(container_network_receive_bytes_total, name)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "Erlang-Distributions-Compare",
- "uid": "C0jeDstZk",
- "version": 20210322
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/Erlang-Memory-Allocators.json b/mqtt-broker/metrics/grafana/dashboards/Erlang-Memory-Allocators.json
deleted file mode 100644
index dc968a0..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/Erlang-Memory-Allocators.json
+++ /dev/null
@@ -1,2395 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "prometheus",
- "version": "2.0.0"
- },
- {
- "type": "panel",
- "id": "singlestat",
- "name": "Singlestat",
- "version": ""
- },
- {
- "type": "table",
- "id": "table",
- "name": "Table",
- "version": ""
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- }
- ],
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": "-- Grafana --",
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "description": "Erlang VM memory utilisation from erts_alloc perspective",
- "editable": true,
- "gnetId": null,
- "graphTooltip": 1,
- "id": null,
- "iteration": 1582549977400,
- "links": [],
- "panels": [
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": true,
- "colors": [
- "#E02F44",
- "#3274D9",
- "#56A64B"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "percent",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": true,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 0,
- "y": 0
- },
- "id": 50,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "repeatDirection": "v",
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n* 100",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "25,50",
- "title": "Allocated Used",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": true,
- "colors": [
- "#56A64B",
- "#3274D9",
- "#E02F44"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "percent",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": true,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 4,
- "y": 0
- },
- "id": 51,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "repeatDirection": "v",
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "(\n sum (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n -\n sum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n) / sum (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n* 100",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "50,75",
- "title": "Allocated Unused",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "description": "Total Size of Allocated Blocks\n\nMemory that is actively used by Erlang data.\n\nThe smallest unit of memory that an allocator can work with is called a `block`. When you call an allocator to allocate a certain amount of memory what you get back is a block. It is also blocks that you give as an argument to the allocator when you want to deallocate memory.\n\nThe allocator does not allocate blocks from the operating system directly though. Instead the allocator allocates a carrier from the operating system, either through `sys_alloc` or through `mseg_alloc`, which in turn uses `malloc` or `mmap`. If `sys_alloc` is used the carrier is placed on the C-heap and if `mseg_alloc` is used the carrier is placed in a segment.\n\nSmall blocks are placed in a multiblock carrier. A multiblock carrier can as the name suggests contain many blocks. Larger blocks are placed in a singleblock carrier, which as the name implies on contains one block.\n\nWhatโs considered a small and a large block is determined by the parameter singleblock carrier threshold (`sbct`).\n\n* [erts_alloc](http://erlang.org/doc/man/erts_alloc.html)\n* [The Memory Subsystem](https://github.com/happi/theBeamBook/blob/master/chapters/memory.asciidoc)",
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": true,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 8,
- "y": 0
- },
- "id": 215,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "repeatDirection": "v",
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "Allocated Used",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "description": "Allocated Carriers - Allocated Blocks\n\n* [erts_alloc](http://erlang.org/doc/man/erts_alloc.html)\n* [The Memory Subsystem](https://github.com/happi/theBeamBook/blob/master/chapters/memory.asciidoc)",
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": true,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 12,
- "y": 0
- },
- "id": 216,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "repeatDirection": "v",
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "Allocated Unused",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "description": "Total Size of Allocated Carriers\n\nMemory that is reserved by the Erlang VM, which fits one of the following descriptions:\n\n* actively used memory\n* memory given by the OS, yet-to-be-used\n* deallocated memory kept around before it is destroyed\n* carrier gaps in multi-block carriers (a.k.a. memory fragmentation)\n\nThe total size of allocated carriers can be either larger or smaller than the Erlang VM system process RSS memory.\n\n* [erts_alloc](http://erlang.org/doc/man/erts_alloc.html)\n* [The Memory Subsystem](https://github.com/happi/theBeamBook/blob/master/chapters/memory.asciidoc)",
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": true,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 16,
- "y": 0
- },
- "id": 188,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "repeatDirection": "v",
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "Allocated Total",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "description": "Erlang VM Resident Set Size (RSS)\n\nAs reported by the OS",
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": true,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 20,
- "y": 0
- },
- "id": 214,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "repeatDirection": "v",
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (rabbitmq_process_resident_memory_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "Resident Set Size",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 8,
- "x": 0,
- "y": 3
- },
- "id": 59,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 3,
- "desc": true
- },
- "styles": [
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "decbytes"
- }
- ],
- "targets": [
- {
- "expr": "rabbitmq_process_resident_memory_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"}",
- "legendFormat": "Resident Set Size",
- "refId": "A"
- },
- {
- "expr": "sum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Allocated Used",
- "refId": "B"
- },
- {
- "expr": "sum (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Allocated Unused",
- "refId": "C"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 16,
- "x": 8,
- "y": 3
- },
- "hiddenSeries": false,
- "id": 61,
- "legend": {
- "alignAsTable": false,
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "rightSide": false,
- "show": true,
- "sort": "current",
- "sortDesc": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeatDirection": "v",
- "seriesOverrides": [
- {
- "alias": "Allocated Used",
- "color": "#37872D"
- },
- {
- "alias": "Allocated Unused",
- "color": "#FADE2A"
- },
- {
- "alias": "Resident Set Size",
- "color": "#C4162A",
- "stack": false
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rabbitmq_process_resident_memory_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"}",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "Resident Set Size",
- "refId": "A"
- },
- {
- "expr": "sum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Allocated Used",
- "refId": "B"
- },
- {
- "expr": "sum (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Allocated Unused",
- "refId": "C"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 10
- },
- "id": 226,
- "panels": [],
- "title": "Allocated by Allocator Type",
- "type": "row"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "description": "",
- "fontSize": "100%",
- "gridPos": {
- "h": 10,
- "w": 8,
- "x": 0,
- "y": 11
- },
- "id": 55,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 3,
- "desc": true
- },
- "styles": [
- {
- "alias": "Memory Allocator",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "decbytes"
- }
- ],
- "targets": [
- {
- "expr": "sum by(alloc) (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "{{alloc}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 16,
- "x": 8,
- "y": 11
- },
- "hiddenSeries": false,
- "id": 53,
- "legend": {
- "alignAsTable": false,
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "rightSide": false,
- "show": true,
- "sort": "current",
- "sortDesc": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeatDirection": "v",
- "seriesOverrides": [
- {
- "alias": "binary_alloc"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum by(alloc) (erlang_vm_allocators{usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{alloc}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 21
- },
- "id": 63,
- "panels": [],
- "repeat": "memory_allocator",
- "title": "$memory_allocator",
- "type": "row"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": true,
- "colors": [
- "#E02F44",
- "#3274D9",
- "#56A64B"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "percent",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 0,
- "y": 22
- },
- "id": 20,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n* 100",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "50,75",
- "title": "Multiblock - Utilization",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 2,
- "x": 4,
- "y": 22
- },
- "id": 234,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "MB-C",
- "type": "singlestat",
- "valueFontSize": "50%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 2,
- "x": 6,
- "y": 22
- },
- "id": 236,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "MB-B",
- "type": "singlestat",
- "valueFontSize": "50%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": true,
- "colors": [
- "#E02F44",
- "#3274D9",
- "#56A64B"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "percent",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 8,
- "y": 22
- },
- "id": 223,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n* 100",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "50,75",
- "title": "Multiblock Pool - Utilization",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 2,
- "x": 12,
- "y": 22
- },
- "id": 238,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "MBP-C",
- "type": "singlestat",
- "valueFontSize": "50%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 2,
- "x": 14,
- "y": 22
- },
- "id": 241,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "MBP-B",
- "type": "singlestat",
- "valueFontSize": "50%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": true,
- "colors": [
- "#E02F44",
- "#3274D9",
- "#56A64B"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "percent",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 16,
- "y": 22
- },
- "id": 231,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n* 100",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "50,75",
- "title": "Singleblock - Utilization",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 2,
- "x": 20,
- "y": 22
- },
- "id": 242,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "SB-C",
- "type": "singlestat",
- "valueFontSize": "50%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": 1,
- "format": "decbytes",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 2,
- "x": 22,
- "y": 22
- },
- "id": 243,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "options": {},
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "SB-B",
- "type": "singlestat",
- "valueFontSize": "50%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "description": "",
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 8,
- "x": 0,
- "y": 25
- },
- "id": 227,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 0,
- "desc": false
- },
- "styles": [
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "decbytes"
- }
- ],
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock - Used",
- "refId": "A"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock - Unused",
- "refId": "B"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Used",
- "refId": "C"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Unused",
- "refId": "D"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Used",
- "refId": "E"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Unused",
- "refId": "F"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "$memory_allocator - Usage",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 16,
- "x": 8,
- "y": 25
- },
- "hiddenSeries": false,
- "id": 244,
- "legend": {
- "alignAsTable": false,
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "rightSide": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 0.5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "Multiblock - Used",
- "color": "#1F60C4"
- },
- {
- "alias": "Multiblock - Unused",
- "color": "#8AB8FF"
- },
- {
- "alias": "Multiblock Pool - Used",
- "color": "#8F3BB8"
- },
- {
- "alias": "Multiblock Pool - Unused",
- "color": "#CA95E5"
- },
- {
- "alias": "Singleblock - Used",
- "color": "#FA6400"
- },
- {
- "alias": "Singleblock - Unused",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Multiblock - Used",
- "refId": "A"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock - Unused",
- "refId": "B"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Used",
- "refId": "C"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"mbcs_pool\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Unused",
- "refId": "D"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Used",
- "refId": "E"
- },
- {
- "expr": "sum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"carriers_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n-\nsum (erlang_vm_allocators{alloc=~\"$memory_allocator\", usage=\"blocks_size\", kind=\"sbcs\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Unused",
- "refId": "F"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "$memory_allocator - Usage",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "description": "",
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 8,
- "x": 0,
- "y": 32
- },
- "id": 232,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 0,
- "desc": false
- },
- "styles": [
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "decbytes"
- }
- ],
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock - Carrier",
- "refId": "A"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock - Block",
- "refId": "B"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Carrier",
- "refId": "C"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Block",
- "refId": "D"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Carrier",
- "refId": "E"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Block",
- "refId": "F"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "$memory_allocator - Average Size",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 16,
- "x": 8,
- "y": 32
- },
- "hiddenSeries": false,
- "id": 235,
- "legend": {
- "alignAsTable": false,
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "rightSide": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 0.5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "Multiblock - Block",
- "color": "#1F60C4"
- },
- {
- "alias": "Multiblock - Carrier",
- "color": "#8AB8FF"
- },
- {
- "alias": "Multiblock Pool - Block",
- "color": "#8F3BB8"
- },
- {
- "alias": "Multiblock Pool - Carrier",
- "color": "#CA95E5"
- },
- {
- "alias": "Singleblock - Block",
- "color": "#FA6400"
- },
- {
- "alias": "Singleblock - Carrier",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Multiblock - Block",
- "refId": "A"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock - Carrier",
- "refId": "B"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Block",
- "refId": "C"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"mbcs_pool\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Multiblock Pool - Carrier",
- "refId": "D"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"blocks_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"blocks\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Block",
- "refId": "E"
- },
- {
- "expr": "sum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"carriers_size\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})\n/\nsum (erlang_vm_allocators{kind=\"sbcs\", alloc=\"$memory_allocator\", usage=\"carriers\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\", rabbitmq_node=\"$rabbitmq_node\"})",
- "legendFormat": "Singleblock - Carrier",
- "refId": "F"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "$memory_allocator - Average Size",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- }
- ],
- "refresh": "15s",
- "schemaVersion": 22,
- "style": "dark",
- "tags": [
- "rabbitmq-prometheus"
- ],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info, namespace)",
- "hide": 0,
- "includeAll": false,
- "label": "Namespace",
- "multi": false,
- "name": "namespace",
- "options": [],
- "query": "label_values(rabbitmq_identity_info, namespace)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "hide": 0,
- "includeAll": false,
- "label": "RabbitMQ Cluster",
- "multi": false,
- "name": "rabbitmq_cluster",
- "options": [],
- "query": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}, rabbitmq_node)",
- "hide": 0,
- "includeAll": false,
- "label": "RabbitMQ Node",
- "multi": false,
- "name": "rabbitmq_node",
- "options": [],
- "query": "label_values(rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}, rabbitmq_node)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(erlang_vm_allocators, alloc)",
- "hide": 0,
- "includeAll": true,
- "label": "Erlang Memory Allocator",
- "multi": true,
- "name": "memory_allocator",
- "options": [],
- "query": "label_values(erlang_vm_allocators, alloc)",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "Erlang-Memory-Allocators",
- "uid": "o_rtdpWik",
- "version": 20210322
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Overview.json b/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Overview.json
deleted file mode 100644
index 2889698..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Overview.json
+++ /dev/null
@@ -1,5830 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "prometheus",
- "version": "1.0.0"
- },
- {
- "type": "table",
- "id": "table",
- "name": "Table",
- "version": ""
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- },
- {
- "type": "panel",
- "id": "singlestat",
- "name": "Singlestat",
- "version": ""
- }
- ],
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": "-- Grafana --",
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "description": "A new RabbitMQ Management Overview",
- "editable": true,
- "gnetId": null,
- "graphTooltip": 1,
- "iteration": 1610979946179,
- "links": [
- {
- "icon": "doc",
- "tags": [],
- "targetBlank": true,
- "title": "Monitoring with Prometheus & Grafana",
- "tooltip": "",
- "type": "link",
- "url": "https://www.rabbitmq.com/prometheus.html"
- }
- ],
- "panels": [
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorPrefix": false,
- "colorValue": false,
- "colors": [
- "#37872D",
- "#1F60C4",
- "#C4162A"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "short",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "id": 64,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_queue_messages_ready * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "hide": false,
- "instant": false,
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "10000,100000",
- "timeFrom": null,
- "timeShift": null,
- "title": "Ready messages",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "decimals": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "short",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 6,
- "x": 6,
- "y": 0
- },
- "id": 62,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_published_total[60s]) * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "-1,50",
- "timeFrom": null,
- "timeShift": null,
- "title": "Incoming messages / s",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 12,
- "y": 0
- },
- "id": 66,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_channels * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) - sum(rabbitmq_channel_consumers * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "0,10",
- "timeFrom": null,
- "timeShift": null,
- "title": "Publishers",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 16,
- "y": 0
- },
- "id": 37,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_connections * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "0,10",
- "timeFrom": null,
- "timeShift": null,
- "title": "Connections",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 20,
- "y": 0
- },
- "id": 40,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_queues * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "0,10",
- "timeFrom": null,
- "timeShift": null,
- "title": "Queues",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#37872D",
- "#1F60C4",
- "#C4162A"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "short",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 6,
- "x": 0,
- "y": 3
- },
- "id": 65,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_queue_messages_unacked * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "hide": false,
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "100,500",
- "timeFrom": null,
- "timeShift": null,
- "title": "Unacknowledged messages",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "short",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 6,
- "x": 6,
- "y": 3
- },
- "id": 63,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_redelivered_total[60s]) * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\nsum(rate(rabbitmq_channel_messages_delivered_total[60s]) * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\nsum(rate(rabbitmq_channel_messages_delivered_ack_total[60s]) * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\nsum(rate(rabbitmq_channel_get_total[60s]) * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\nsum(rate(rabbitmq_channel_get_ack_total[60s]) * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "hide": false,
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "-1,50",
- "timeFrom": null,
- "timeShift": null,
- "title": "Outgoing messages / s",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 12,
- "y": 3
- },
- "id": 41,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_channel_consumers * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "0,10",
- "timeFrom": null,
- "timeShift": null,
- "title": "Consumers",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#C4162A",
- "#1F60C4",
- "#37872D"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 16,
- "y": 3
- },
- "id": 38,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_channels * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "0,10",
- "timeFrom": null,
- "timeShift": null,
- "title": "Channels",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": true,
- "colorValue": false,
- "colors": [
- "#1F60C4",
- "#37872D",
- "#C4162A"
- ],
- "datasource": null,
- "description": "",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 3,
- "w": 4,
- "x": 20,
- "y": 3
- },
- "id": 67,
- "interval": null,
- "links": [],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "pluginVersion": "6.1.3",
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(255, 255, 255, 0)",
- "full": false,
- "lineColor": "rgb(255, 255, 255)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "sum(rabbitmq_build_info * on(instance) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "thresholds": "3,8",
- "timeFrom": null,
- "timeShift": null,
- "title": "Nodes",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 6
- },
- "id": 4,
- "panels": [],
- "title": "NODES",
- "type": "row"
- },
- {
- "columns": [],
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "fontSize": "100%",
- "gridPos": {
- "h": 4,
- "w": 24,
- "x": 0,
- "y": 7
- },
- "id": 69,
- "links": [],
- "pageSize": null,
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 8,
- "desc": false
- },
- "styles": [
- {
- "alias": "Erlang/OTP",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(50, 172, 45, 0.97)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(245, 54, 54, 0.9)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": null,
- "link": false,
- "mappingType": 1,
- "pattern": "erlang_version",
- "thresholds": [
- ""
- ],
- "type": "string",
- "unit": "none"
- },
- {
- "alias": "RabbitMQ",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "link": false,
- "mappingType": 1,
- "pattern": "rabbitmq_version",
- "thresholds": [
- ""
- ],
- "type": "string",
- "unit": "none"
- },
- {
- "alias": "Host",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "link": false,
- "mappingType": 1,
- "pattern": "instance",
- "preserveFormat": false,
- "thresholds": [],
- "type": "string",
- "unit": "short",
- "valueMaps": []
- },
- {
- "alias": "Node name",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "link": false,
- "mappingType": 1,
- "pattern": "rabbitmq_node",
- "thresholds": [
- ""
- ],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "Time",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "Value",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "job",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "Cluster",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "rabbitmq_cluster",
- "thresholds": [],
- "type": "hidden",
- "unit": "short",
- "valueMaps": []
- },
- {
- "alias": "prometheus.erl",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "prometheus_client_version",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "rabbitmq_prometheus",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "prometheus_plugin_version",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "rabbitmq_build_info * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "table",
- "instant": true,
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "",
- "transform": "table",
- "type": "table-old"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "If the value is zero or less, the memory alarm will be triggered and all publishing connections across all cluster nodes will be blocked.\n\nThis value can temporarily go negative because the memory alarm is triggered with a slight delay.\n\nThe kernel's view of the amount of memory used by the node can differ from what the node itself can observe. This means that this value can be negative for a sustained period of time.\n\nBy default nodes use resident set size (RSS) to compute how much memory they use. This strategy can be changed (see the guides below).\n\n* [Alarms](https://www.rabbitmq.com/alarms.html)\n* [Memory Alarms](https://www.rabbitmq.com/memory.html)\n* [Reasoning About Memory Use](https://www.rabbitmq.com/memory-use.html)\n* [Blocked Connection Notifications](https://www.rabbitmq.com/connection-blocked.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 8,
- "w": 12,
- "x": 0,
- "y": 11
- },
- "hiddenSeries": false,
- "id": 7,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "(rabbitmq_resident_memory_limit_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) -\n(rabbitmq_process_resident_memory_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 536870912,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Memory available before publishers blocked",
- "tooltip": {
- "shared": true,
- "sort": 1,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "bytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "This metric is reported for the partition where the RabbitMQ data directory is stored.\n\nIf the value is zero or less, the disk alarm will be triggered and all publishing connections across all cluster nodes will be blocked.\n\nThis value can temporarily go negative because the free disk space alarm is triggered with a slight delay.\n\n* [Alarms](https://www.rabbitmq.com/alarms.html)\n* [Disk Space Alarms](https://www.rabbitmq.com/disk-alarms.html)\n* [Disk Space](https://www.rabbitmq.com/production-checklist.html#resource-limits-disk-space)\n* [Persistence Configuration](https://www.rabbitmq.com/persistence-conf.html)\n* [Blocked Connection Notifications](https://www.rabbitmq.com/connection-blocked.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 12,
- "y": 11
- },
- "hiddenSeries": false,
- "id": 8,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rabbitmq_disk_space_available_bytes * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 1073741824,
- "yaxis": "left"
- },
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 5368709120,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Disk space available before publishers blocked",
- "tooltip": {
- "shared": true,
- "sort": 1,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 1,
- "format": "bytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "When this value reaches zero, new connections will not be accepted and disk write operations may fail.\n\nClient libraries, peer nodes and CLI tools will not be able to connect when the node runs out of available file descriptors.\n\n* [Open File Handles Limit](https://www.rabbitmq.com/production-checklist.html#resource-limits-file-handle-limit)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 20,
- "y": 11
- },
- "hiddenSeries": false,
- "id": 2,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "(rabbitmq_process_max_fds * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) -\n(rabbitmq_process_open_fds * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 500,
- "yaxis": "left"
- },
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 1000,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "File descriptors available",
- "tooltip": {
- "shared": true,
- "sort": 1,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": -1,
- "format": "none",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "When this value reaches zero, new connections will not be accepted.\n\nClient libraries, peer nodes and CLI tools will not be able to connect when the node runs out of available file descriptors.\n\n* [Networking and RabbitMQ](https://www.rabbitmq.com/networking.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 20,
- "y": 15
- },
- "hiddenSeries": false,
- "id": 5,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "(rabbitmq_process_max_tcp_sockets * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) -\n(rabbitmq_process_open_tcp_sockets * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 500,
- "yaxis": "left"
- },
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "lt",
- "value": 1000,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "TCP sockets available",
- "tooltip": {
- "shared": true,
- "sort": 1,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": -1,
- "format": "none",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 19
- },
- "id": 27,
- "panels": [],
- "title": "QUEUED MESSAGES",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Total number of ready messages ready to be delivered to consumers.\n\nAim to keep this value as low as possible. RabbitMQ behaves best when messages are flowing through it. It's OK for publishers to occasionally outpace consumers, but the expectation is that consumers will eventually process all ready messages.\n\nIf this metric keeps increasing, your system will eventually run out of memory and/or disk space. Consider using TTL or Queue Length Limit to prevent unbounded message growth.\n\n* [Queues](https://www.rabbitmq.com/queues.html)\n* [Consumers](https://www.rabbitmq.com/consumers.html)\n* [Queue Length Limit](https://www.rabbitmq.com/maxlength.html)\n* [Time-To-Live and Expiration](https://www.rabbitmq.com/ttl.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 20
- },
- "hiddenSeries": false,
- "id": 9,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rabbitmq_queue_messages_ready * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages ready to be delivered to consumers",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The total number of messages that are either in-flight to consumers, currently being processed by consumers or simply waiting for the consumer acknowledgements to be processed by the queue. Until the queue processes the message acknowledgement, the message will remain unacknowledged.\n\n* [Queues](https://www.rabbitmq.com/queues.html)\n* [Confirms and Acknowledgements](https://www.rabbitmq.com/confirms.html)\n* [Consumer Prefetch](https://www.rabbitmq.com/consumer-prefetch.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 20
- },
- "hiddenSeries": false,
- "id": 19,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rabbitmq_queue_messages_unacked * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages pending consumer acknowledgement",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 25
- },
- "id": 11,
- "panels": [],
- "title": "INCOMING MESSAGES",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The incoming message rate before any routing rules are applied.\n\nIf this value is lower than the number of messages published to queues, it may indicate that some messages are delivered to more than one queue.\n\nIf this value is higher than the number of messages published to queues, messages cannot be routed and will either be dropped or returned to publishers.\n\n* [Publishers](https://www.rabbitmq.com/publishers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 26
- },
- "hiddenSeries": false,
- "id": 13,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_published_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages published / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages confirmed by the broker to publishers. Publishers must opt-in to receive message confirmations.\n\nIf this metric is consistently at zero it may suggest that publisher confirms are not used by clients. The safety of published messages is likely to be at risk.\n\n* [Publisher Confirms](https://www.rabbitmq.com/confirms.html#publisher-confirms)\n* [Publisher Confirms and Data Safety](https://www.rabbitmq.com/publishers.html#data-safety)\n* [When Will Published Messages Be Confirmed by the Broker?](https://www.rabbitmq.com/confirms.html#when-publishes-are-confirmed)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 26
- },
- "hiddenSeries": false,
- "id": 18,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_confirmed_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages confirmed to publishers / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages received from publishers and successfully routed to the master queue replicas.\n\n* [Queues](https://www.rabbitmq.com/queues.html)\n* [Publishers](https://www.rabbitmq.com/publishers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 31
- },
- "hiddenSeries": false,
- "id": 61,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_queue_messages_published_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages routed to queues / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages received from publishers that have publisher confirms enabled and the broker has not confirmed yet.\n\n* [Publishers](https://www.rabbitmq.com/publishers.html)\n* [Confirms and Acknowledgements](https://www.rabbitmq.com/confirms.html)\n* [When Will Published Messages Be Confirmed by the Broker?](https://www.rabbitmq.com/confirms.html#when-publishes-are-confirmed)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 31
- },
- "hiddenSeries": false,
- "id": 12,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_unconfirmed[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages unconfirmed to publishers / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages that cannot be routed and are dropped. \n\nAny value above zero means message loss and likely suggests a routing problem on the publisher end.\n\n* [Unroutable Message Handling](https://www.rabbitmq.com/publishers.html#unroutable)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 36
- },
- "hiddenSeries": false,
- "id": 34,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/rabbit/",
- "color": "#C4162A"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_unroutable_dropped_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Unroutable messages dropped / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages that cannot be routed and are returned back to publishers.\n\nSustained values above zero may indicate a routing problem on the publisher end.\n\n* [Unroutable Message Handling](https://www.rabbitmq.com/publishers.html#unroutable)\n* [When Will Published Messages Be Confirmed by the Broker?](https://www.rabbitmq.com/confirms.html#when-publishes-are-confirmed)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 36
- },
- "hiddenSeries": false,
- "id": 16,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/rabbit/",
- "color": "#C4162A"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_unroutable_returned_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Unroutable messages returned to publishers / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 41
- },
- "id": 29,
- "panels": [],
- "title": "OUTGOING MESSAGES",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages delivered to consumers. It includes messages that have been redelivered.\n\nThis metric does not include messages that have been fetched by consumers using `basic.get` (consumed by polling).\n\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 42
- },
- "hiddenSeries": false,
- "id": 14,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(\n (rate(rabbitmq_channel_messages_delivered_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n (rate(rabbitmq_channel_messages_delivered_ack_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})\n) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages delivered / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages that have been redelivered to consumers. It includes messages that have been requeued automatically and redelivered due to channel exceptions or connection closures.\n\nHaving some redeliveries is expected, but if this metric is consistently non-zero, it is worth investigating why.\n\n* [Negative Acknowledgement and Requeuing of Deliveries](https://www.rabbitmq.com/confirms.html#consumer-nacks-requeue)\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 42
- },
- "hiddenSeries": false,
- "id": 15,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_redelivered_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 20,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 100,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages redelivered / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of message deliveries to consumers that use manual acknowledgement mode.\n\nWhen this mode is used, RabbitMQ waits for consumers to acknowledge messages before more messages can be delivered.\n\nThis is the safest way of consuming messages.\n\n* [Consumer Acknowledgements](https://www.rabbitmq.com/confirms.html)\n* [Consumer Prefetch](https://www.rabbitmq.com/consumer-prefetch.html)\n* [Consumer Acknowledgement Modes, Prefetch and Throughput](https://www.rabbitmq.com/confirms.html#channel-qos-prefetch-throughput)\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 47
- },
- "hiddenSeries": false,
- "id": 20,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_delivered_ack_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages delivered with manual ack / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of message deliveries to consumers that use automatic acknowledgement mode.\n\nWhen this mode is used, RabbitMQ does not wait for consumers to acknowledge message deliveries.\n\nThis mode is fire-and-forget and does not offer any delivery safety guarantees. It tends to provide higher throughput and it may lead to consumer overload and higher consumer memory usage.\n\n* [Consumer Acknowledgement Modes, Prefetch and Throughput](https://www.rabbitmq.com/confirms.html#channel-qos-prefetch-throughput)\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 47
- },
- "hiddenSeries": false,
- "id": 21,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_delivered_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages delivered auto ack / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of message acknowledgements coming from consumers that use manual acknowledgement mode.\n\n* [Consumer Acknowledgements](https://www.rabbitmq.com/confirms.html)\n* [Consumer Prefetch](https://www.rabbitmq.com/consumer-prefetch.html)\n* [Consumer Acknowledgement Modes, Prefetch and Throughput](https://www.rabbitmq.com/confirms.html#channel-qos-prefetch-throughput)\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 52
- },
- "hiddenSeries": false,
- "id": 22,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_messages_acked_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages acknowledged / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": 0,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages delivered to polling consumers that use automatic acknowledgement mode.\n\nThe use of polling consumers is highly inefficient and therefore strongly discouraged.\n\n* [Fetching individual messages](https://www.rabbitmq.com/consumers.html#fetching)\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 52
- },
- "hiddenSeries": false,
- "id": 24,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/rabbit/",
- "color": "#C4162A"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_get_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Polling operations with auto ack / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of polling consumer operations that yield no result.\n\nAny value above zero means that RabbitMQ resources are wasted by polling consumers.\n\nCompare this metric to the other polling consumer metrics to see the inefficiency rate.\n\nThe use of polling consumers is highly inefficient and therefore strongly discouraged.\n\n* [Fetching individual messages](https://www.rabbitmq.com/consumers.html#fetching)\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 57
- },
- "hiddenSeries": false,
- "id": 25,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "hideEmpty": false,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/rabbit/",
- "color": "#C4162A"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_get_empty_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Polling operations that yield no result / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of messages delivered to polling consumers that use manual acknowledgement mode.\n\nThe use of polling consumers is highly inefficient and therefore strongly discouraged.\n\n* [Fetching individual messages](https://www.rabbitmq.com/consumers.html#fetching)\n* [Consumers](https://www.rabbitmq.com/consumers.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 12,
- "y": 57
- },
- "hiddenSeries": false,
- "id": 23,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/rabbit/",
- "color": "#C4162A"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channel_get_ack_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 0,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Polling operations with manual ack / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 62
- },
- "id": 53,
- "panels": [],
- "title": "QUEUES",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Total number of queue masters per node. \n\nThis metric makes it easy to see sub-optimal queue distribution in a cluster.\n\n* [Queue Masters, Data Locality](https://www.rabbitmq.com/ha.html#master-migration-data-locality)\n* [Queues](https://www.rabbitmq.com/queues.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 63
- },
- "hiddenSeries": false,
- "id": 57,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rabbitmq_queues * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Total queues",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": -1,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of queue declarations performed by clients.\n\nLow sustained values above zero are to be expected. High rates may be indicative of queue churn or high rates of connection recovery. Confirm connection recovery rates by using the _Connections opened_ metric.\n\n* [Queues](https://www.rabbitmq.com/queues.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 4,
- "x": 12,
- "y": 63
- },
- "hiddenSeries": false,
- "id": 58,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_queues_declared_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 2,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Queues declared / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of new queues created (as opposed to redeclarations).\n\nLow sustained values above zero are to be expected. High rates may be indicative of queue churn or high rates of connection recovery. Confirm connection recovery rates by using the _Connections opened_ metric.\n\n* [Queues](https://www.rabbitmq.com/queues.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 4,
- "x": 16,
- "y": 63
- },
- "hiddenSeries": false,
- "id": 60,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_queues_created_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 2,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Queues created / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of queues deleted.\n\nLow sustained values above zero are to be expected. High rates may be indicative of queue churn or high rates of connection recovery. Confirm connection recovery rates by using the _Connections opened_ metric.\n\n* [Queues](https://www.rabbitmq.com/queues.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 4,
- "x": 20,
- "y": 63
- },
- "hiddenSeries": false,
- "id": 59,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_queues_deleted_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 2,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Queues deleted / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 68
- },
- "id": 51,
- "panels": [],
- "title": "CHANNELS",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Total number of channels on all currently opened connections.\n\nIf this metric grows monotonically it is highly likely a channel leak in one of the applications. Confirm channel leaks by using the _Channels opened_ and _Channels closed_ metrics.\n\n* [Channel Leak](https://www.rabbitmq.com/channels.html#channel-leaks)\n* [Channels](https://www.rabbitmq.com/channels.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 69
- },
- "hiddenSeries": false,
- "id": 54,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rabbitmq_channels * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Total channels",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": -1,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of new channels opened by applications across all connections. Channels are expected to be long-lived.\n\nLow sustained values above zero are to be expected. High rates may be indicative of channel churn or mass connection recovery. Confirm connection recovery rates by using the _Connections opened_ metric.\n\n* [High Channel Churn](https://www.rabbitmq.com/channels.html#high-channel-churn)\n* [Channels](https://www.rabbitmq.com/channels.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 6,
- "x": 12,
- "y": 69
- },
- "hiddenSeries": false,
- "id": 55,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channels_opened_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 2,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Channels opened / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of channels closed by applications across all connections. Channels are expected to be long-lived.\n\nLow sustained values above zero are to be expected. High rates may be indicative of channel churn or mass connection recovery. Confirm connection recovery rates by using the _Connections opened_ metric.\n\n* [High Channel Churn](https://www.rabbitmq.com/channels.html#high-channel-churn)\n* [Channels](https://www.rabbitmq.com/channels.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 6,
- "x": 18,
- "y": 69
- },
- "hiddenSeries": false,
- "id": 56,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_channels_closed_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 2,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Channels closed / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 74
- },
- "id": 46,
- "panels": [],
- "title": "CONNECTIONS",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "Total number of client connections.\n\nIf this metric grows monotonically it is highly likely a connection leak in one of the applications. Confirm connection leaks by using the _Connections opened_ and _Connections closed_ metrics.\n\n* [Connection Leak](https://www.rabbitmq.com/connections.html#monitoring)\n* [Connections](https://www.rabbitmq.com/connections.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 12,
- "x": 0,
- "y": 75
- },
- "hiddenSeries": false,
- "id": 47,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rabbitmq_connections * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Total connections",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": -1,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of new connections opened by clients. Connections are expected to be long-lived.\n\nLow sustained values above zero are to be expected. High rates may be indicative of connection churn or mass connection recovery.\n\n* [Connection Leak](https://www.rabbitmq.com/connections.html#monitoring)\n* [Connections](https://www.rabbitmq.com/connections.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 6,
- "x": 12,
- "y": 75
- },
- "hiddenSeries": false,
- "id": 48,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_connections_opened_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 2,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Connections opened / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "The rate of connections closed. Connections are expected to be long-lived.\n\nLow sustained values above zero are to be expected. High rates may be indicative of connection churn or mass connection recovery.\n\n* [Connections](https://www.rabbitmq.com/connections.html)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 10,
- "fillGradient": 0,
- "gridPos": {
- "h": 5,
- "w": 6,
- "x": 18,
- "y": 75
- },
- "hiddenSeries": false,
- "id": 49,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.3.2",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": true,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_connections_closed_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 2,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Connections closed / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- }
- ],
- "refresh": "15s",
- "schemaVersion": 26,
- "style": "dark",
- "tags": [
- "rabbitmq-prometheus"
- ],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info, namespace)",
- "hide": 0,
- "includeAll": false,
- "label": "Namespace",
- "multi": false,
- "name": "namespace",
- "options": [],
- "query": "label_values(rabbitmq_identity_info, namespace)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "error": null,
- "hide": 0,
- "includeAll": false,
- "label": "RabbitMQ Cluster",
- "multi": false,
- "name": "rabbitmq_cluster",
- "options": [],
- "query": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "RabbitMQ-Overview",
- "uid": "Kn5xm-gZk",
- "version": 20210322
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-PerfTest.json b/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-PerfTest.json
deleted file mode 100644
index f6fa898..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-PerfTest.json
+++ /dev/null
@@ -1,1757 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "prometheus",
- "version": "2.0.0"
- },
- {
- "type": "table",
- "id": "table",
- "name": "Table",
- "version": ""
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- },
- {
- "type": "panel",
- "id": "heatmap",
- "name": "Heatmap",
- "version": ""
- }
- ],
- "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": 1,
- "iteration": 1570184644782,
- "links": [],
- "panels": [
- {
- "collapsed": false,
- "datasource": null,
- "description": "RabbitMQ message latency & throughput across all PerfTest instances",
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 0
- },
- "id": 22,
- "panels": [],
- "title": "LATENCY",
- "type": "row"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 0,
- "y": 1
- },
- "id": 33,
- "options": {},
- "pageSize": 5,
- "pluginVersion": "6.4.1",
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "s"
- }
- ],
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\"}",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "End-to-end message latency",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 6,
- "y": 1
- },
- "id": 2,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\",instance=~\"$instance\"}",
- "format": "time_series",
- "instant": false,
- "interval": "1s",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "End-to-end message latency",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "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
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolateSpectral",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "opacity"
- },
- "dataFormat": "timeseries",
- "datasource": null,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 12,
- "y": 1
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 16,
- "legend": {
- "show": true
- },
- "links": [],
- "options": {},
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\",instance=~\"$instance\"} > 0",
- "format": "heatmap",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "title": "End-to-end message latency distribution",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "transparent": true,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "s",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "aliasColors": {},
- "bars": true,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 18,
- "y": 1
- },
- "id": 17,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": false,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_latency_seconds{quantile=\"$percentile\",instance=~\"$instance\"} > 0",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "End-to-end message latency distribution",
- "tooltip": {
- "shared": false,
- "sort": 0,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": 20,
- "mode": "histogram",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "none",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": false
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 0,
- "y": 8
- },
- "id": 34,
- "options": {},
- "pageSize": 5,
- "pluginVersion": "6.4.1",
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "s"
- }
- ],
- "targets": [
- {
- "expr": "perftest_confirm_latency_seconds{quantile=\"$percentile\"}",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Publish confirm latency",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 6,
- "y": 8
- },
- "id": 37,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_confirm_latency_seconds{quantile=\"$percentile\",instance=~\"$instance\"}",
- "format": "time_series",
- "instant": false,
- "interval": "1s",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Publish confirm latency",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "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
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolateSpectral",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "opacity"
- },
- "dataFormat": "timeseries",
- "datasource": null,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 12,
- "y": 8
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 38,
- "legend": {
- "show": true
- },
- "links": [],
- "options": {},
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "perftest_confirm_latency_seconds{quantile=\"$percentile\",instance=~\"$instance\"} > 0",
- "format": "heatmap",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "title": "Publish confirm latency distribution",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "transparent": true,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "s",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "aliasColors": {},
- "bars": true,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 18,
- "y": 8
- },
- "id": 39,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": false,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_confirm_latency_seconds{quantile=\"$percentile\",instance=~\"$instance\"} > 0",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Publish confirm latency distribution",
- "tooltip": {
- "shared": false,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": 20,
- "mode": "histogram",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "none",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": false
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 15
- },
- "id": 24,
- "panels": [],
- "title": "THROUGHPUT",
- "type": "row"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 0,
- "y": 16
- },
- "id": 27,
- "options": {},
- "pageSize": 5,
- "pluginVersion": "6.4.1",
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "perftest_published",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Messages published / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 6,
- "y": 16
- },
- "id": 19,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_published{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages published / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 12,
- "y": 16
- },
- "id": 20,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_consumed{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages consumed / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 18,
- "y": 16
- },
- "id": 28,
- "options": {},
- "pageSize": 5,
- "pluginVersion": "6.4.1",
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "perftest_consumed",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Messages consumed / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 0,
- "y": 23
- },
- "id": 30,
- "options": {},
- "pageSize": 5,
- "pluginVersion": "6.4.1",
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "perftest_confirmed",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Messages confirmed / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 6,
- "y": 23
- },
- "id": 29,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_confirmed{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages confirmed / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 12,
- "y": 23
- },
- "id": 40,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_nacked{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages rejected / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 18,
- "y": 23
- },
- "id": 41,
- "options": {},
- "pageSize": 5,
- "pluginVersion": "6.4.1",
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "perftest_nacked",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Messages rejected / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 0,
- "y": 30
- },
- "id": 32,
- "options": {},
- "pageSize": 5,
- "pluginVersion": "6.4.1",
- "showHeader": true,
- "sort": {
- "col": 4,
- "desc": true
- },
- "styles": [
- {
- "alias": "Instance",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "perftest_returned",
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Messages returned / s",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 6,
- "x": 6,
- "y": 30
- },
- "id": 31,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": false,
- "show": false,
- "sort": "avg",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "perftest_returned{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "{{instance}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Messages returned / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "transparent": true,
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- }
- ],
- "refresh": "15s",
- "schemaVersion": 20,
- "style": "dark",
- "tags": [
- "rabbitmq-perf-test"
- ],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource"
- },
- {
- "allValue": null,
- "current": {
- "text": "All",
- "value": [
- "$__all"
- ]
- },
- "datasource": null,
- "definition": "label_values(perftest_published, instance)",
- "hide": 0,
- "includeAll": true,
- "label": "PerfTest Instance",
- "multi": true,
- "name": "instance",
- "options": [],
- "query": "label_values(perftest_published, instance)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "0.99",
- "value": "0.99"
- },
- "datasource": null,
- "definition": "label_values(perftest_latency_seconds, quantile)",
- "hide": 0,
- "includeAll": false,
- "label": "Percentile",
- "multi": false,
- "name": "percentile",
- "options": [],
- "query": "label_values(perftest_latency_seconds, quantile)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 4,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "RabbitMQ-PerfTest",
- "uid": "pK9UatSiz",
- "version": 20210322
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Quorum-Queues-Raft.json b/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Quorum-Queues-Raft.json
deleted file mode 100644
index b8d18ab..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Quorum-Queues-Raft.json
+++ /dev/null
@@ -1,795 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "Prometheus",
- "version": "2.0.0"
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- },
- {
- "type": "panel",
- "id": "heatmap",
- "name": "Heatmap",
- "version": ""
- }
- ],
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": "-- Grafana --",
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "description": "Raft state for all Quorum Queues running in a RabbitMQ cluster",
- "editable": true,
- "gnetId": null,
- "graphTooltip": 1,
- "id": null,
- "iteration": 1581011566961,
- "links": [
- {
- "icon": "doc",
- "tags": [],
- "targetBlank": true,
- "title": "Quorum Queues Documentation",
- "tooltip": "",
- "type": "link",
- "url": "https://www.rabbitmq.com/quorum-queues.html"
- }
- ],
- "panels": [
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "##### Rate of Raft log operations committed\n\nThis includes all queue operations, including publishes & consumer acknowledgements.\n\nThis tracks the progress of the Raft commit index on all members, including followers.\n\nIf a RabbitMQ node does not run a Raft member, it will not report any entries committed.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 0
- },
- "hiddenSeries": false,
- "id": 64,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": false,
- "show": true,
- "sort": "current",
- "sortDesc": true,
- "total": true,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_raft_log_commit_index[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Log entries committed / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "cacheTimeout": null,
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolateCool",
- "exponent": 0.4,
- "mode": "opacity"
- },
- "dataFormat": "timeseries",
- "datasource": null,
- "description": "##### Time for a log entry to be committed\n\nThis is an indicator of Raft operational overhead. Values will increase with increased load as the system trades latency for throughput.\n\nThis metric samples the time it takes for a log entry to be written to a Raft log and that entry being committed.\n\nBecause quorum queues fsync all operations to disk before committing them, they are not suitable for low-latency workloads.",
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 0
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 65,
- "legend": {
- "show": true
- },
- "links": [],
- "options": {},
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "rabbitmq_raft_entry_commit_latency_seconds * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Log entry commit latency",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "s",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "lower",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "##### Pending Raft log entries\n\nTracks the number of Raft log entries that have been written but not yet committed.\n\nHigh & growing values may be indicative of a quorum of members not being available so that a queue can make progress.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 9
- },
- "hiddenSeries": false,
- "id": 62,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "hideEmpty": false,
- "hideZero": true,
- "max": true,
- "min": false,
- "rightSide": false,
- "show": true,
- "sort": "total",
- "sortDesc": true,
- "total": true,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(\n (rabbitmq_raft_log_last_written_index * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) -\n (rabbitmq_raft_log_commit_index * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})\n) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Uncommitted log entries",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "##### Rate of Raft leader elections\n\nTracks the increments of the Raft term.\n\nSustained non-zero rates are indicative of network and/or availability issues, or queue churn. The other reason may be quorum queue declarations.\n\nValues above 0 are normal, some leader elections are expected. Sustained high values may be of concern.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 9
- },
- "hiddenSeries": false,
- "id": 63,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": false,
- "rightSide": false,
- "show": true,
- "sort": "total",
- "sortDesc": true,
- "total": true,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(rate(rabbitmq_raft_term_total[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) by(rabbitmq_node)",
- "format": "time_series",
- "instant": false,
- "intervalFactor": 1,
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 3,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Leader elections / s",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "cacheTimeout": null,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "##### Number of entries in the Raft log\n\nTracks the number of Raft log entries since the last snapshot.\n\nLarge values can either be indicative of large quorum queue backlogs or availability problems. If the uncommitted entries metric is large as well, there is a genuine availability problem in the system.",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 13,
- "w": 24,
- "x": 0,
- "y": 18
- },
- "hiddenSeries": false,
- "id": 18,
- "legend": {
- "alignAsTable": true,
- "avg": false,
- "current": true,
- "max": true,
- "min": false,
- "rightSide": false,
- "show": true,
- "sort": "current",
- "sortDesc": true,
- "total": true,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null as zero",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/",
- "color": "#56A64B"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/",
- "color": "#F2CC0C"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/",
- "color": "#3274D9"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/",
- "color": "#A352CC"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/",
- "color": "#FF780A"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/",
- "color": "#96D98D"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/",
- "color": "#FFEE52"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/",
- "color": "#8AB8FF"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/",
- "color": "#CA95E5"
- },
- {
- "alias": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/",
- "color": "#FFB357"
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(\n (rabbitmq_raft_log_last_written_index * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) - \n (rabbitmq_raft_log_snapshot_index * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})\n) by(queue, rabbitmq_node) > 5000",
- "hide": false,
- "legendFormat": "{{rabbitmq_node}} {{queue}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Raft members with >5k entries in the log",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "decimals": null,
- "format": "short",
- "label": "",
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- }
- ],
- "refresh": "15s",
- "schemaVersion": 21,
- "style": "dark",
- "tags": [
- "rabbitmq-prometheus"
- ],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info, namespace)",
- "hide": 0,
- "includeAll": false,
- "label": "Namespace",
- "multi": false,
- "name": "namespace",
- "options": [],
- "query": "label_values(rabbitmq_identity_info, namespace)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {
- "text": "",
- "value": ""
- },
- "datasource": null,
- "definition": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "hide": 0,
- "includeAll": false,
- "label": "RabbitMQ Cluster",
- "multi": false,
- "name": "rabbitmq_cluster",
- "options": [],
- "query": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 0,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "RabbitMQ-Quorum-Queues-Raft",
- "uid": "f1Mee9nZz",
- "version": 20210322
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Stream.json b/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Stream.json
deleted file mode 100644
index 521e904..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/RabbitMQ-Stream.json
+++ /dev/null
@@ -1,3005 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "8.0.6"
- },
- {
- "type": "panel",
- "id": "piechart",
- "name": "Pie chart",
- "version": ""
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "prometheus",
- "version": "1.0.0"
- },
- {
- "type": "panel",
- "id": "stat",
- "name": "Stat",
- "version": ""
- },
- {
- "type": "panel",
- "id": "text",
- "name": "Text",
- "version": ""
- },
- {
- "type": "panel",
- "id": "timeseries",
- "name": "Time series",
- "version": ""
- }
- ],
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": "-- Grafana --",
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "description": "Stream protocol message rates and errors",
- "editable": true,
- "gnetId": 14798,
- "graphTooltip": 1,
- "id": null,
- "iteration": 1628683079578,
- "links": [],
- "panels": [
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "thresholds"
- },
- "decimals": 0,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "transparent",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 0,
- "y": 0
- },
- "id": 2,
- "options": {
- "colorMode": "background",
- "graphMode": "none",
- "justifyMode": "auto",
- "orientation": "auto",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "text": {},
- "textMode": "auto"
- },
- "pluginVersion": "8.0.6",
- "targets": [
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_publishers{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "interval": "",
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "title": "Stream publishers",
- "type": "stat"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "thresholds"
- },
- "decimals": 1,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "transparent",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 4,
- "y": 0
- },
- "id": 14,
- "options": {
- "colorMode": "background",
- "graphMode": "none",
- "justifyMode": "auto",
- "orientation": "auto",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "text": {},
- "textMode": "value"
- },
- "pluginVersion": "8.0.6",
- "targets": [
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (irate(rabbitmq_global_messages_received_total{protocol=\"stream\"}[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "instant": false,
- "interval": "",
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "title": "Stream messages received / s",
- "type": "stat"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "description": "",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "thresholds"
- },
- "decimals": 1,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "transparent",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 8,
- "y": 0
- },
- "id": 10,
- "options": {
- "colorMode": "background",
- "graphMode": "none",
- "justifyMode": "auto",
- "orientation": "auto",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "text": {},
- "textMode": "value"
- },
- "pluginVersion": "8.0.6",
- "targets": [
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (irate(rabbitmq_global_messages_confirmed_total{protocol=\"stream\"}[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "instant": false,
- "interval": "",
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "title": "Stream messages confirmed to publishers / s",
- "type": "stat"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "thresholds"
- },
- "decimals": 0,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "transparent",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 12,
- "y": 0
- },
- "id": 4,
- "options": {
- "colorMode": "background",
- "graphMode": "none",
- "justifyMode": "auto",
- "orientation": "auto",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "text": {},
- "textMode": "auto"
- },
- "pluginVersion": "8.0.6",
- "targets": [
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_consumers{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "interval": "",
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "title": "Stream consumers",
- "type": "stat"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "thresholds"
- },
- "decimals": 1,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "transparent",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 16,
- "y": 0
- },
- "id": 8,
- "options": {
- "colorMode": "background",
- "graphMode": "none",
- "justifyMode": "auto",
- "orientation": "auto",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "text": {},
- "textMode": "value"
- },
- "pluginVersion": "8.0.6",
- "targets": [
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (irate(rabbitmq_global_messages_delivered_total{protocol=\"stream\"}[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "instant": false,
- "interval": "",
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "title": "Stream messages delivered / s",
- "type": "stat"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "description": "",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "thresholds"
- },
- "decimals": 0,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "transparent",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 20,
- "y": 0
- },
- "id": 21,
- "options": {
- "colorMode": "background",
- "graphMode": "none",
- "justifyMode": "auto",
- "orientation": "auto",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "text": {},
- "textMode": "auto"
- },
- "pluginVersion": "8.0.6",
- "targets": [
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_access_refused_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_authentication_failure_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_frame_too_large_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_internal_error_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_precondition_failed_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_publisher_does_not_exist_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_authentication_failure_loopback_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_challenge_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_error_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_mechanism_not_supported_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_stream_already_exists_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_stream_does_not_exist_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_stream_not_available_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_subscription_id_already_exists_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_subscription_id_does_not_exist_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_unknown_frame_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}) +\n\nsum by(rabbitmq_cluster) (rabbitmq_global_stream_error_vhost_access_failure_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})\n",
- "instant": false,
- "interval": "",
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "title": "Errors since boot",
- "type": "stat"
- },
- {
- "cacheTimeout": null,
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- }
- },
- "decimals": 0,
- "mappings": [],
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 6,
- "w": 4,
- "x": 0,
- "y": 4
- },
- "id": 16,
- "links": [],
- "options": {
- "displayLabels": [
- "value"
- ],
- "legend": {
- "calcs": [],
- "displayMode": "hidden",
- "placement": "bottom",
- "values": [
- "value"
- ]
- },
- "pieType": "pie",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "tooltip": {
- "mode": "multi"
- }
- },
- "pluginVersion": "8.0.3",
- "repeat": null,
- "targets": [
- {
- "exemplar": true,
- "expr": "sort_desc(sum by(rabbitmq_node) (rabbitmq_global_publishers{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}))",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "type": "piechart"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "fixedColor": "rgba(128, 128, 128, 1)",
- "mode": "palette-classic"
- },
- "custom": {
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- }
- },
- "mappings": [],
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 6,
- "w": 4,
- "x": 4,
- "y": 4
- },
- "id": 17,
- "options": {
- "displayLabels": [
- "value"
- ],
- "legend": {
- "displayMode": "hidden",
- "placement": "bottom"
- },
- "pieType": "pie",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "tooltip": {
- "mode": "multi"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "exemplar": true,
- "expr": "sort_desc(sum by(rabbitmq_node) (irate(rabbitmq_global_messages_received_total{protocol=\"stream\"}[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}))",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "type": "piechart"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "fixedColor": "rgba(128, 128, 128, 1)",
- "mode": "palette-classic"
- },
- "custom": {
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- }
- },
- "mappings": [],
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 6,
- "w": 4,
- "x": 8,
- "y": 4
- },
- "id": 18,
- "options": {
- "displayLabels": [
- "value"
- ],
- "legend": {
- "displayMode": "hidden",
- "placement": "bottom",
- "values": []
- },
- "pieType": "pie",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "tooltip": {
- "mode": "multi"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "exemplar": true,
- "expr": "sort_desc(sum by(rabbitmq_node) (irate(rabbitmq_global_messages_confirmed_total{protocol=\"stream\"}[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}))",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "type": "piechart"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "fixedColor": "rgba(128, 128, 128, 1)",
- "mode": "palette-classic"
- },
- "custom": {
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- }
- },
- "mappings": [],
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 6,
- "w": 4,
- "x": 12,
- "y": 4
- },
- "id": 19,
- "options": {
- "displayLabels": [
- "value"
- ],
- "legend": {
- "displayMode": "hidden",
- "placement": "bottom"
- },
- "pieType": "pie",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "tooltip": {
- "mode": "multi"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "exemplar": true,
- "expr": "sort_desc(sum by(rabbitmq_node) (rabbitmq_global_consumers{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}))",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "type": "piechart"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "fixedColor": "rgba(128, 128, 128, 1)",
- "mode": "palette-classic"
- },
- "custom": {
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- }
- },
- "mappings": [],
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 6,
- "w": 4,
- "x": 16,
- "y": 4
- },
- "id": 20,
- "options": {
- "displayLabels": [
- "value"
- ],
- "legend": {
- "displayMode": "hidden",
- "placement": "bottom"
- },
- "pieType": "pie",
- "reduceOptions": {
- "calcs": [
- "last"
- ],
- "fields": "",
- "values": false
- },
- "tooltip": {
- "mode": "multi"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "exemplar": true,
- "expr": "sort_desc(sum by(rabbitmq_node) (irate(rabbitmq_global_messages_delivered_total{protocol=\"stream\"}[60s]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}))",
- "format": "time_series",
- "instant": false,
- "interval": "",
- "legendFormat": "{{rabbitmq_node}}",
- "refId": "A"
- }
- ],
- "type": "piechart"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "gridPos": {
- "h": 6,
- "w": 4,
- "x": 20,
- "y": 4
- },
- "id": 25,
- "options": {
- "content": " [What are Streams?](https://www.rabbitmq.com/streams.html)\n\n [Streams Overview + slides](https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-overview/)\n\n [First Application + video](https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-first-application/)\n\n [Using Stream protocol + diagrams](https://blog.rabbitmq.com/posts/2021/07/connecting-to-streams/)",
- "mode": "markdown"
- },
- "pluginVersion": "8.0.6",
- "title": "Learn more",
- "transparent": true,
- "type": "text"
- },
- {
- "datasource": "-- Dashboard --",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 20,
- "gradientMode": "opacity",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "smooth",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "never",
- "spanNulls": true,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "decimals": 0,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 10
- },
- "id": 3,
- "options": {
- "legend": {
- "calcs": [
- "mean",
- "max",
- "min",
- "last"
- ],
- "displayMode": "table",
- "placement": "bottom"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "panelId": 16,
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Stream publishers",
- "type": "timeseries"
- },
- {
- "datasource": "-- Dashboard --",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 20,
- "gradientMode": "opacity",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "smooth",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "never",
- "spanNulls": true,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "decimals": 0,
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 10
- },
- "id": 5,
- "options": {
- "legend": {
- "calcs": [
- "mean",
- "max",
- "min",
- "last"
- ],
- "displayMode": "table",
- "placement": "bottom"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "panelId": 19,
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Stream consumers",
- "type": "timeseries"
- },
- {
- "datasource": "-- Dashboard --",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 20,
- "gradientMode": "opacity",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "smooth",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "never",
- "spanNulls": true,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 19
- },
- "id": 7,
- "options": {
- "legend": {
- "calcs": [
- "mean",
- "max",
- "min",
- "last"
- ],
- "displayMode": "table",
- "placement": "bottom"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "panelId": 17,
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Stream messages received / s",
- "type": "timeseries"
- },
- {
- "datasource": "-- Dashboard --",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 20,
- "gradientMode": "opacity",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "smooth",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "never",
- "spanNulls": true,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 19
- },
- "id": 9,
- "options": {
- "legend": {
- "calcs": [
- "mean",
- "max",
- "min",
- "last"
- ],
- "displayMode": "table",
- "placement": "bottom"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "panelId": 20,
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Stream messages delivered / s",
- "type": "timeseries"
- },
- {
- "datasource": "-- Dashboard --",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 20,
- "gradientMode": "opacity",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "smooth",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "never",
- "spanNulls": true,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "min": 0,
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": [
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?0(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(86, 166, 75, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?1(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(242, 204, 12, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?2(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(50, 116, 217, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?3(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(163, 82, 204, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?4(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 120, 10, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?5(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(150, 217, 141, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?6(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 238, 82, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?7(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(138, 184, 255, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?8(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(202, 149, 229, 1)",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byRegexp",
- "options": "/^rabbit@[a-zA-Z\\.\\-]*?9(\\b|\\.)/"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "rgba(255, 179, 87, 1)",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 28
- },
- "id": 11,
- "options": {
- "legend": {
- "calcs": [
- "mean",
- "max",
- "min",
- "last"
- ],
- "displayMode": "table",
- "placement": "bottom"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "panelId": 18,
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Stream messages confirmed to publishers / s",
- "type": "timeseries"
- },
- {
- "datasource": "${DS_PROMETHEUS}",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 20,
- "gradientMode": "opacity",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "stepBefore",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "never",
- "spanNulls": true,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "dark-red",
- "value": null
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 13,
- "w": 24,
- "x": 0,
- "y": 37
- },
- "id": 23,
- "options": {
- "legend": {
- "calcs": [
- "last"
- ],
- "displayMode": "table",
- "placement": "right"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "pluginVersion": "8.0.3",
- "targets": [
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_access_refused_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "interval": "",
- "legendFormat": "access_refused",
- "refId": "A"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_authentication_failure_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "error_authentication_failure",
- "refId": "B"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_frame_too_large_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "frame_too_large",
- "refId": "C"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_internal_error_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "internal_error",
- "refId": "D"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_precondition_failed_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "precondition_failed",
- "refId": "E"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_publisher_does_not_exist_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "publisher_does_not_exist",
- "refId": "F"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_authentication_failure_loopback_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "sasl_authentication_failure_loopback",
- "refId": "G"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_challenge_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "sasl_challenge",
- "refId": "H"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_error_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "sasl_error",
- "refId": "I"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_sasl_mechanism_not_supported_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "sasl_mechanism_not_supported",
- "refId": "J"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_stream_already_exists_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "stream_already_exists",
- "refId": "K"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_stream_does_not_exist_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "stream_does_not_exist",
- "refId": "L"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_stream_not_available_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "stream_not_available",
- "refId": "M"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_subscription_id_already_exists_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "subscription_id_already_exists",
- "refId": "N"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_subscription_id_does_not_exist_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "subscription_id_does_not_exist",
- "refId": "O"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_unknown_frame_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "error_unknown_frame",
- "refId": "P"
- },
- {
- "exemplar": true,
- "expr": "sum by(rabbitmq_cluster) (rabbitmq_global_stream_error_vhost_access_failure_total{protocol=\"stream\"} * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"})",
- "hide": false,
- "interval": "",
- "legendFormat": "vhost_access_failure",
- "refId": "Q"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Errors since boot",
- "type": "timeseries"
- }
- ],
- "refresh": "15s",
- "schemaVersion": 30,
- "style": "dark",
- "tags": [
- "rabbitmq-stream",
- "rabbitmq-prometheus"
- ],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource",
- "datasource": "${DS_PROMETHEUS}"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(rabbitmq_identity_info, namespace)",
- "description": null,
- "error": null,
- "hide": 0,
- "includeAll": false,
- "label": "Namespace",
- "multi": false,
- "name": "namespace",
- "options": [],
- "query": {
- "query": "label_values(rabbitmq_identity_info, namespace)",
- "refId": "StandardVariableQuery"
- },
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "description": null,
- "error": null,
- "hide": 0,
- "includeAll": false,
- "label": "RabbitMQ Cluster",
- "multi": false,
- "name": "rabbitmq_cluster",
- "options": [],
- "query": {
- "query": "label_values(rabbitmq_identity_info{namespace=\"$namespace\"}, rabbitmq_cluster)",
- "refId": "StandardVariableQuery"
- },
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-1h",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ]
- },
- "timezone": "",
- "title": "RabbitMQ-Stream",
- "uid": "j7MCpqZ7k",
- "version": 20210811
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/inet_tcp_metrics.json b/mqtt-broker/metrics/grafana/dashboards/inet_tcp_metrics.json
deleted file mode 100644
index 1453905..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/inet_tcp_metrics.json
+++ /dev/null
@@ -1,1715 +0,0 @@
-{
- "__requires": [
- {
- "type": "panel",
- "id": "bargauge",
- "name": "Bar gauge",
- "version": ""
- },
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- },
- {
- "type": "panel",
- "id": "heatmap",
- "name": "Heatmap",
- "version": ""
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "Prometheus",
- "version": "2.0.0"
- },
- {
- "type": "panel",
- "id": "table-old",
- "name": "Table (old)",
- "version": ""
- },
- {
- "type": "panel",
- "id": "text",
- "name": "Text",
- "version": ""
- }
- ],
- "annotations": {
- "list": [
- {
- "$$hashKey": "object:45",
- "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,
- "id": null,
- "iteration": 1611576247353,
- "links": [],
- "panels": [
- {
- "columns": [],
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "fontSize": "100%",
- "gridPos": {
- "h": 3,
- "w": 24,
- "x": 0,
- "y": 0
- },
- "id": 12,
- "links": [],
- "pageSize": null,
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 8,
- "desc": false
- },
- "styles": [
- {
- "$$hashKey": "object:3188",
- "alias": "Erlang/OTP",
- "align": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "erlang_version",
- "preserveFormat": false,
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "$$hashKey": "object:3209",
- "alias": "RabbitMQ",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "rabbitmq_version",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "$$hashKey": "object:3230",
- "alias": "Tanzu RabbitMQ",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "product_version",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "$$hashKey": "object:3355",
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "Time",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "$$hashKey": "object:3366",
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "Value",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "$$hashKey": "object:3377",
- "alias": "prometheus.erl",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "prometheus_client_version",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "$$hashKey": "object:3398",
- "alias": "Node name",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "rabbitmq_node",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "$$hashKey": "object:3581",
- "alias": "Cluster name",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "rabbitmq_cluster",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- }
- ],
- "targets": [
- {
- "expr": "max(rabbitmq_build_info * on(instance) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_node=~\"$src_node|$dst_node\"}) by(erlang_version, rabbitmq_version, product_version, prometheus_client_version, rabbitmq_node, rabbitmq_cluster)",
- "format": "table",
- "instant": true,
- "interval": "",
- "intervalFactor": 1,
- "legendFormat": "",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "",
- "transform": "table",
- "type": "table-old"
- },
- {
- "collapsed": true,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 3
- },
- "id": 5,
- "panels": [
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 8,
- "w": 24,
- "x": 0,
- "y": 4
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 3,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_packet_size_bytes_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Packets per second by size in bytes, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 12,
- "x": 0,
- "y": 12
- },
- "hiddenSeries": false,
- "id": 20,
- "legend": {
- "alignAsTable": false,
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "rightSide": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.2.1",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_packet_type_total{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "interval": "",
- "legendFormat": "{{packet_type}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Packets by type per second, measured over $time_interval",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "$$hashKey": "object:1076",
- "decimals": 1,
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "$$hashKey": "object:1077",
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "description": "Messages larger than 64KB will be split into multiple fragments. This functionality was introduced in OTP-22 so that smaller messages can be interleaved between larges messages.\n\nWhen distribution runs in debug mode, messages larger than 1KB will be split into multiple fragments.\n\n* [Distribution Header for fragmented messages](http://erlang.org/doc/apps/erts/erl_ext_dist.html#distribution-header-for-fragmented-messages)",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 7,
- "w": 12,
- "x": 12,
- "y": 12
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 67,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_fragmented_messages_total_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Fragmented messages per second by fragments, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "* [ControlMessage types](http://erlang.org/doc/apps/erts/erl_dist_protocol.html#control_message)",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "links": []
- },
- "overrides": []
- },
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 7,
- "w": 24,
- "x": 0,
- "y": 19
- },
- "hiddenSeries": false,
- "id": 93,
- "legend": {
- "alignAsTable": false,
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "rightSide": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "alertThreshold": true
- },
- "percentage": false,
- "pluginVersion": "7.2.1",
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_control_message_total{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "interval": "",
- "legendFormat": "{{control_message}}",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Number of control messages per second, measured over $time_interval",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "$$hashKey": "object:1076",
- "decimals": 1,
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": "0",
- "show": true
- },
- {
- "$$hashKey": "object:1077",
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "datasource": null,
- "description": "The distribution header is sent by the erlang distribution to carry metadata about the coming control message and potential payload. It is primarily used to handle the atom cache in the Erlang distribution. Since OTP-22 it is also used to fragment large distribution messages into multiple smaller fragments.\n\n* https://erlang.org/doc/apps/erts/erl_ext_dist.html#normal-distribution-header",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "decimals": 1,
- "links": [],
- "mappings": [],
- "thresholds": {
- "mode": "percentage",
- "steps": [
- {
- "color": "rgb(133, 133, 133)",
- "value": null
- },
- {
- "color": "rgb(255, 255, 255)",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 7,
- "w": 12,
- "x": 0,
- "y": 26
- },
- "id": 130,
- "options": {
- "displayMode": "gradient",
- "orientation": "vertical",
- "reduceOptions": {
- "calcs": [
- "max"
- ],
- "fields": "",
- "limit": 100,
- "values": false
- },
- "showUnfilled": false
- },
- "pluginVersion": "7.2.1",
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_atom_cache_ref_new_entries_total_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "New ATOM_CACHE_REF entries per second by entries, measured over $time_interval",
- "type": "bargauge"
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "description": "The distribution header is sent by the erlang distribution to carry metadata about the coming control message and potential payload. It is primarily used to handle the atom cache in the Erlang distribution. Since OTP-22 it is also used to fragment large distribution messages into multiple smaller fragments.\n\n* https://erlang.org/doc/apps/erts/erl_ext_dist.html#normal-distribution-header",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 7,
- "w": 12,
- "x": 12,
- "y": 26
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 138,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_atom_cache_ref_new_entries_total_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "New ATOM_CACHE_REF entries per second by entries, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "decimals": 1,
- "links": [],
- "mappings": [],
- "thresholds": {
- "mode": "percentage",
- "steps": [
- {
- "color": "rgb(133, 133, 133)",
- "value": null
- },
- {
- "color": "rgb(255, 255, 255)",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 7,
- "w": 12,
- "x": 0,
- "y": 33
- },
- "id": 147,
- "options": {
- "displayMode": "gradient",
- "orientation": "vertical",
- "reduceOptions": {
- "calcs": [
- "max"
- ],
- "fields": "",
- "limit": 100,
- "values": false
- },
- "showUnfilled": false
- },
- "pluginVersion": "7.2.1",
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_atom_cache_ref_entries_total_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Total ATOM_CACHE_REF entries per second by entries, measured over $time_interval",
- "type": "bargauge"
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 7,
- "w": 12,
- "x": 12,
- "y": 33
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 148,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "scopedVars": {
- "traffic_direction": {
- "selected": false,
- "text": "incoming",
- "value": "incoming"
- }
- },
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_atom_cache_ref_entries_total_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\", traffic_direction=\"$traffic_direction\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Total ATOM_CACHE_REF entries per second by entries, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- }
- ],
- "repeat": "traffic_direction",
- "title": "$src_node $traffic_direction traffic from/to $dst_node",
- "type": "row"
- },
- {
- "collapsed": true,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 5
- },
- "id": 159,
- "panels": [
- {
- "datasource": null,
- "description": "* `1.0e-6` 1 microsecond\n* `1.0e-5` 10 microseconds\n* `0.0001` 100 microseconds\n* `0.001` 1 millisecond",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "decimals": 1,
- "links": [],
- "mappings": [],
- "thresholds": {
- "mode": "percentage",
- "steps": [
- {
- "color": "rgb(133, 133, 133)",
- "value": null
- },
- {
- "color": "rgb(255, 255, 255)",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 6
- },
- "id": 126,
- "options": {
- "displayMode": "gradient",
- "orientation": "vertical",
- "reduceOptions": {
- "calcs": [
- "max"
- ],
- "fields": "",
- "limit": 100,
- "values": false
- },
- "showUnfilled": false
- },
- "pluginVersion": "7.2.1",
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_receive_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Packets received from the socket by duration, measured over $time_interval",
- "type": "bargauge"
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "description": "Lowest value is in microsecond, highest is in milliseconds.",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 6
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 127,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_receive_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Packets received from the socket by duration, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "datasource": null,
- "description": "* [erlang:dist_ctrl_put_data/2](https://erlang.org/doc/man/erlang.html#dist_ctrl_put_data-2)\n\nTime duration conversion\n* `1.0e-6` 1 microsecond\n* `1.0e-5` 10 microseconds\n* `0.0001` 100 microseconds\n* `0.001` 1 millisecond",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "decimals": 1,
- "links": [],
- "mappings": [],
- "thresholds": {
- "mode": "percentage",
- "steps": [
- {
- "color": "rgb(133, 133, 133)",
- "value": null
- },
- {
- "color": "rgb(255, 255, 255)",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 15
- },
- "id": 128,
- "options": {
- "displayMode": "gradient",
- "orientation": "vertical",
- "reduceOptions": {
- "calcs": [
- "max"
- ],
- "fields": "",
- "limit": 100,
- "values": false
- },
- "showUnfilled": false
- },
- "pluginVersion": "7.2.1",
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_dist_ctrl_put_data_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Calls that enqueue packets into the VM by duration, measured over $time_interval",
- "type": "bargauge"
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "description": "* [erlang:dist_ctrl_put_data/2](https://erlang.org/doc/man/erlang.html#dist_ctrl_put_data-2)",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 15
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 129,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_dist_ctrl_put_data_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Calls that enqueue packets into the VM by duration, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- }
- ],
- "title": "Function calls for receiving data (incoming traffic)",
- "type": "row"
- },
- {
- "collapsed": false,
- "datasource": null,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 6
- },
- "id": 109,
- "panels": [],
- "title": "Function calls for sending data (outgoing traffic)",
- "type": "row"
- },
- {
- "datasource": null,
- "description": "* [erlang:dist_ctrl_get_data/1](https://erlang.org/doc/man/erlang.html#dist_ctrl_get_data-1)\n\nTime duration conversion\n* `1.0e-6` 1 microsecond\n* `1.0e-5` 10 microseconds\n* `0.0001` 100 microseconds\n* `0.001` 1 millisecond",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "decimals": 1,
- "links": [],
- "mappings": [],
- "thresholds": {
- "mode": "percentage",
- "steps": [
- {
- "color": "rgb(133, 133, 133)",
- "value": null
- },
- {
- "color": "rgb(255, 255, 255)",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 7
- },
- "id": 116,
- "options": {
- "displayMode": "gradient",
- "orientation": "vertical",
- "reduceOptions": {
- "calcs": [
- "max"
- ],
- "fields": "",
- "limit": 100,
- "values": false
- },
- "showUnfilled": false
- },
- "pluginVersion": "7.2.1",
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_dist_ctrl_get_data_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Calls that get packets from the VM by duration, measured over $time_interval",
- "type": "bargauge"
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "description": "* [erlang:dist_ctrl_get_data/1](https://erlang.org/doc/man/erlang.html#dist_ctrl_get_data-1)\n\nLowest value is in microseconds, highest is in milliseconds.",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 7
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 117,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_dist_ctrl_get_data_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Calls that get packets from the VM by duration, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "datasource": null,
- "description": "The equivalent of `gen_tcp:send/1`, but for Erlang Distribution.\n\nTime duration conversion\n* `1.0e-6` 1 microsecond\n* `1.0e-5` 10 microseconds\n* `0.0001` 100 microseconds\n* `0.001` 1 millisecond",
- "fieldConfig": {
- "defaults": {
- "custom": {},
- "decimals": 1,
- "links": [],
- "mappings": [],
- "thresholds": {
- "mode": "percentage",
- "steps": [
- {
- "color": "rgb(133, 133, 133)",
- "value": null
- },
- {
- "color": "rgb(255, 255, 255)",
- "value": 80
- }
- ]
- },
- "unit": "short"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 16
- },
- "id": 124,
- "options": {
- "displayMode": "gradient",
- "orientation": "vertical",
- "reduceOptions": {
- "calcs": [
- "max"
- ],
- "fields": "",
- "limit": 100,
- "values": false
- },
- "showUnfilled": false
- },
- "pluginVersion": "7.2.1",
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_driver_send_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Calls that send packets to the socket by duration, measured over $time_interval",
- "type": "bargauge"
- },
- {
- "cards": {
- "cardPadding": null,
- "cardRound": null
- },
- "color": {
- "cardColor": "rgb(255, 255, 255)",
- "colorScale": "sqrt",
- "colorScheme": "interpolatePlasma",
- "exponent": 0.4,
- "max": null,
- "min": null,
- "mode": "spectrum"
- },
- "dataFormat": "tsbuckets",
- "datasource": null,
- "description": "The equivalent of `gen_tcp:send/1`, but for Erlang Distribution.",
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 12,
- "y": 16
- },
- "heatmap": {},
- "hideZeroBuckets": false,
- "highlightCards": true,
- "id": 125,
- "legend": {
- "show": true
- },
- "pluginVersion": "6.7.4",
- "reverseYBuckets": false,
- "targets": [
- {
- "expr": "rate(inet_tcp_metrics_driver_send_duration_seconds_bucket{src_node=\"$src_node\", dst_node=\"$dst_node\"}[$time_interval])",
- "format": "heatmap",
- "instant": false,
- "interval": "",
- "legendFormat": "{{le}}",
- "refId": "A"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Calls that send packets to the socket by duration, measured over $time_interval",
- "tooltip": {
- "show": true,
- "showHistogram": true
- },
- "tooltipDecimals": 1,
- "type": "heatmap",
- "xAxis": {
- "show": true
- },
- "xBucketNumber": null,
- "xBucketSize": null,
- "yAxis": {
- "decimals": null,
- "format": "none",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true,
- "splitFactor": null
- },
- "yBucketBound": "auto",
- "yBucketNumber": null,
- "yBucketSize": null
- },
- {
- "content": "* Publish rabbitmq Docker image with inet_tcp_metrics\n* Publish dashboard to grafana.com\n* Write README\n* Share on the erlang-questions mailing list",
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "custom": {}
- },
- "overrides": []
- },
- "gridPos": {
- "h": 3,
- "w": 24,
- "x": 0,
- "y": 25
- },
- "id": 101,
- "mode": "markdown",
- "options": {
- "content": "* Publish rabbitmq Docker image with inet_tcp_metrics\n* Publish dashboard to grafana.com\n* Write README\n* Share on the erlang-questions mailing list",
- "mode": "markdown"
- },
- "pluginVersion": "7.1.0",
- "timeFrom": null,
- "timeShift": null,
- "title": "TODO",
- "type": "text"
- }
- ],
- "refresh": "10s",
- "schemaVersion": 26,
- "style": "dark",
- "tags": [],
- "templating": {
- "list": [
- {
- "current": {
- "selected": false,
- "text": "default",
- "value": "default"
- },
- "hide": 2,
- "includeAll": false,
- "label": "datasource",
- "multi": false,
- "name": "DS_PROMETHEUS",
- "options": [],
- "query": "prometheus",
- "refresh": 1,
- "regex": "",
- "skipUrlSync": false,
- "type": "datasource"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(inet_tcp_metrics_packet_size_bytes_sum, src_node)",
- "hide": 0,
- "includeAll": false,
- "label": "Source node",
- "multi": false,
- "name": "src_node",
- "options": [],
- "query": "label_values(inet_tcp_metrics_packet_size_bytes_sum, src_node)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(inet_tcp_metrics_packet_size_bytes_sum{src_node=\"$src_node\"}, dst_node)",
- "hide": 0,
- "includeAll": false,
- "label": "Destination node",
- "multi": false,
- "name": "dst_node",
- "options": [],
- "query": "label_values(inet_tcp_metrics_packet_size_bytes_sum{src_node=\"$src_node\"}, dst_node)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": null,
- "definition": "label_values(inet_tcp_metrics_packet_size_bytes_sum, traffic_direction)",
- "hide": 2,
- "includeAll": true,
- "label": "Traffic direction",
- "multi": true,
- "name": "traffic_direction",
- "options": [],
- "query": "label_values(inet_tcp_metrics_packet_size_bytes_sum, traffic_direction)",
- "refresh": 2,
- "regex": "",
- "skipUrlSync": false,
- "sort": 1,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "auto": false,
- "auto_count": 30,
- "auto_min": "10s",
- "current": {
- "selected": false,
- "text": "1m",
- "value": "1m"
- },
- "hide": 0,
- "label": "Time interval",
- "name": "time_interval",
- "options": [
- {
- "selected": true,
- "text": "1m",
- "value": "1m"
- },
- {
- "selected": false,
- "text": "5m",
- "value": "5m"
- },
- {
- "selected": false,
- "text": "10m",
- "value": "10m"
- },
- {
- "selected": false,
- "text": "30m",
- "value": "30m"
- },
- {
- "selected": false,
- "text": "1h",
- "value": "1h"
- }
- ],
- "query": "1m,5m,10m,30m,1h",
- "refresh": 2,
- "skipUrlSync": false,
- "type": "interval"
- }
- ]
- },
- "time": {
- "from": "now-5m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "5s",
- "10s",
- "30s",
- "1m",
- "5m",
- "15m",
- "30m",
- "1h",
- "2h",
- "1d"
- ]
- },
- "timezone": "",
- "title": "inet_tcp_metrics",
- "uid": "RCTIrQDMz",
- "version": 20210322
-}
diff --git a/mqtt-broker/metrics/grafana/dashboards/rabbitmq-exporter_vs_rabbitmq-prometheus.json b/mqtt-broker/metrics/grafana/dashboards/rabbitmq-exporter_vs_rabbitmq-prometheus.json
deleted file mode 100644
index c59c6b4..0000000
--- a/mqtt-broker/metrics/grafana/dashboards/rabbitmq-exporter_vs_rabbitmq-prometheus.json
+++ /dev/null
@@ -1,375 +0,0 @@
-{
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "7.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "prometheus",
- "version": "2.0.0"
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": ""
- }
- ],
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": "-- Grafana --",
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "description": "rabbitmq-exporter vs rabbitmq-prometheus",
- "editable": true,
- "gnetId": null,
- "graphTooltip": 1,
- "links": [],
- "panels": [
- {
- "columns": [
- {
- "text": "Min",
- "value": "min"
- },
- {
- "text": "Max",
- "value": "max"
- },
- {
- "text": "Avg",
- "value": "avg"
- },
- {
- "text": "Current",
- "value": "current"
- }
- ],
- "datasource": null,
- "fontSize": "100%",
- "gridPos": {
- "h": 10,
- "w": 8,
- "x": 0,
- "y": 0
- },
- "id": 5,
- "options": {},
- "pageSize": null,
- "pluginVersion": "6.4.1",
- "scroll": true,
- "showHeader": true,
- "sort": {
- "col": 3,
- "desc": true
- },
- "styles": [
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 0,
- "mappingType": 1,
- "pattern": "Metric",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
- "alias": "",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 1,
- "mappingType": 1,
- "pattern": "/.*/",
- "thresholds": [],
- "type": "number",
- "unit": "s"
- }
- ],
- "targets": [
- {
- "expr": "scrape_duration_seconds{job=\"rabbitmq-exporter\"}",
- "legendFormat": "{{job}}",
- "refId": "A"
- },
- {
- "expr": "scrape_duration_seconds{job=\"rabbitmq-server\", instance=~\".*dist-tls.*\"}",
- "legendFormat": "{{instance}}",
- "refId": "B"
- },
- {
- "expr": "scrape_duration_seconds{job=\"rabbitmq-prometheus\"}",
- "legendFormat": "{{deployment}} {{instance}}",
- "refId": "C"
- }
- ],
- "timeFrom": null,
- "timeShift": null,
- "title": "Prometheus target scrape duration",
- "transform": "timeseries_aggregations",
- "type": "table"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "description": "",
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 16,
- "x": 8,
- "y": 0
- },
- "id": 3,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "scrape_duration_seconds{job=\"rabbitmq-exporter\"}",
- "legendFormat": "{{job}}",
- "refId": "A"
- },
- {
- "expr": "scrape_duration_seconds{job=\"rabbitmq-server\", instance=~\".*dist-tls.*\"}",
- "legendFormat": "{{instance}}",
- "refId": "B"
- },
- {
- "expr": "scrape_duration_seconds{job=\"rabbitmq-prometheus\"}",
- "legendFormat": "{{deployment}} {{instance}}",
- "refId": "C"
- }
- ],
- "thresholds": [
- {
- "colorMode": "warning",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 10,
- "yaxis": "left"
- },
- {
- "colorMode": "critical",
- "fill": true,
- "line": true,
- "op": "gt",
- "value": 59,
- "yaxis": "left"
- }
- ],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Prometheus target scrape duration",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "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
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": null,
- "fill": 1,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 10
- },
- "id": 2,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "http_request_duration_microseconds{quantile=\"0.99\", instance=\"rabbitmq-exporter:9090\"}",
- "format": "heatmap",
- "legendFormat": "{{quantile}}th",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "rabbitmq-exporter - RabbitMQ HTTP API request duration",
- "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
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- }
- ],
- "refresh": "15s",
- "schemaVersion": 20,
- "style": "dark",
- "tags": [
- "rabbitmq-exporter",
- "rabbitmq-prometheus"
- ],
- "templating": {
- "list": []
- },
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "15s",
- "30s",
- "1m",
- "5m",
- "10m"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "rabbitmq-exporter_vs_rabbitmq-prometheus",
- "uid": "hNmaJ2AZk",
- "version": 1
-}
diff --git a/mqtt-broker/metrics/grafana/datasources.yml b/mqtt-broker/metrics/grafana/datasources.yml
deleted file mode 100644
index 916e507..0000000
--- a/mqtt-broker/metrics/grafana/datasources.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-apiVersion: 1
-
-datasources:
- # name of the datasource. Required
- - name: prometheus
- # datasource type. Required
- type: prometheus
- # access mode. direct or proxy. Required
- access: proxy
- # org id. will default to orgId 1 if not specified
- orgId: 1
- # url
- url: http://prometheus:9090
- # database password, if used
- # password:
- # database user, if used
- # user:
- # database name, if used
- # database:
- # enable/disable basic auth
- # basicAuth:
- # basic auth username
- # basicAuthUser:
- # basic auth password
- # basicAuthPassword:
- # enable/disable with credentials headers
- # withCredentials:
- # mark as default datasource. Max one per org
- isDefault: true
- #