File tree Expand file tree Collapse file tree
monitoring/grafana/dashboards Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7546,6 +7546,111 @@ data:
75467546 ],
75477547 "title": "Manager API Latency - 3scale",
75487548 "type": "heatmap"
7549+ },
7550+ {
7551+ "datasource": {
7552+ "type": "prometheus",
7553+ "uid": "${datasource}"
7554+ },
7555+ "description": "",
7556+ "fieldConfig": {
7557+ "defaults": {
7558+ "color": {
7559+ "mode": "palette-classic"
7560+ },
7561+ "custom": {
7562+ "axisBorderShow": false,
7563+ "axisCenteredZero": false,
7564+ "axisColorMode": "text",
7565+ "axisLabel": "notifs/sec",
7566+ "axisPlacement": "auto",
7567+ "barAlignment": 0,
7568+ "barWidthFactor": 0.6,
7569+ "drawStyle": "line",
7570+ "fillOpacity": 10,
7571+ "gradientMode": "none",
7572+ "hideFrom": {
7573+ "legend": false,
7574+ "tooltip": false,
7575+ "viz": false
7576+ },
7577+ "insertNulls": false,
7578+ "lineInterpolation": "linear",
7579+ "lineWidth": 1,
7580+ "pointSize": 5,
7581+ "scaleDistribution": {
7582+ "type": "linear"
7583+ },
7584+ "showPoints": "never",
7585+ "spanNulls": false,
7586+ "stacking": {
7587+ "group": "A",
7588+ "mode": "none"
7589+ },
7590+ "thresholdsStyle": {
7591+ "mode": "off"
7592+ }
7593+ },
7594+ "links": [],
7595+ "mappings": [],
7596+ "min": 0,
7597+ "thresholds": {
7598+ "mode": "absolute",
7599+ "steps": [
7600+ {
7601+ "color": "green"
7602+ },
7603+ {
7604+ "color": "red",
7605+ "value": 80
7606+ }
7607+ ]
7608+ },
7609+ "unit": "short"
7610+ },
7611+ "overrides": []
7612+ },
7613+ "gridPos": {
7614+ "h": 7,
7615+ "w": 12,
7616+ "x": 0,
7617+ "y": 154
7618+ },
7619+ "id": 198,
7620+ "options": {
7621+ "legend": {
7622+ "calcs": [
7623+ "mean",
7624+ "lastNotNull",
7625+ "max",
7626+ "min"
7627+ ],
7628+ "displayMode": "table",
7629+ "placement": "bottom",
7630+ "showLegend": true
7631+ },
7632+ "tooltip": {
7633+ "hideZeros": false,
7634+ "mode": "multi",
7635+ "sort": "none"
7636+ }
7637+ },
7638+ "pluginVersion": "11.6.3",
7639+ "targets": [
7640+ {
7641+ "datasource": {
7642+ "type": "prometheus",
7643+ "uid": "${datasource}"
7644+ },
7645+ "editorMode": "code",
7646+ "expr": "sum(rate(ve_notificator_sent_notifs_cnt_total[5m]))",
7647+ "legendFormat": "notifications per second",
7648+ "range": true,
7649+ "refId": "A"
7650+ }
7651+ ],
7652+ "title": "Sent notifications rate",
7653+ "type": "timeseries"
75497654 }
75507655 ],
75517656 "preload": false,
You can’t perform that action at this time.
0 commit comments