summaryrefslogtreecommitdiffstats
path: root/csit/metrics/policy-dashboard-example.json
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2022-02-24 09:54:30 +0000
committerAdheli Tavares <adheli.tavares@est.tech>2022-02-24 17:02:59 +0000
commitfce51e880cf80bea2c238e42c5b8d9608bdde859 (patch)
treece2b8bcee88bca9bd18ad101e83eac8c18e99fb2 /csit/metrics/policy-dashboard-example.json
parentee63df590a12202f429c9c382bc2f7eeca34b706 (diff)
Provisioning of prometheus datasource and dashboards
- dashboard with details for micrometer(jvm, hikari, http requests) stats. - dashboard with details for JVM consumption on basic levels. Issue-ID: POLICY-3892 Change-Id: Ibe9c220c35755b9c60f2ef5d6c4b56849a9ba59a Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'csit/metrics/policy-dashboard-example.json')
-rw-r--r--csit/metrics/policy-dashboard-example.json173
1 files changed, 0 insertions, 173 deletions
diff --git a/csit/metrics/policy-dashboard-example.json b/csit/metrics/policy-dashboard-example.json
deleted file mode 100644
index ac479247..00000000
--- a/csit/metrics/policy-dashboard-example.json
+++ /dev/null
@@ -1,173 +0,0 @@
-{
- "panels": [
- {
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 0,
- "gradientMode": "none",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "linear",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "auto",
- "spanNulls": false,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- },
- "unit": "decbytes"
- },
- "overrides": []
- },
- "gridPos": {
- "h": 8,
- "w": 12,
- "x": 0,
- "y": 0
- },
- "id": 4,
- "options": {
- "legend": {
- "calcs": [],
- "displayMode": "list",
- "placement": "bottom"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "targets": [
- {
- "datasource": {
- "type": "prometheus",
- "uid": "GdZ1Voanz"
- },
- "exemplar": true,
- "expr": "jvm_memory_bytes_used{area=\"heap\"}",
- "interval": "",
- "legendFormat": "{{job}}",
- "refId": "A"
- }
- ],
- "title": "jvm_memory_bytes_used heap",
- "type": "timeseries"
- },
- {
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 0,
- "gradientMode": "none",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "linear",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "auto",
- "spanNulls": false,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- }
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 12,
- "x": 0,
- "y": 8
- },
- "id": 2,
- "options": {
- "legend": {
- "calcs": [],
- "displayMode": "list",
- "placement": "bottom"
- },
- "tooltip": {
- "mode": "single"
- }
- },
- "targets": [
- {
- "datasource": {
- "type": "prometheus",
- "uid": "GdZ1Voanz"
- },
- "exemplar": true,
- "expr": "jvm_threads_current{}",
- "interval": "",
- "legendFormat": "{{job}}",
- "refId": "A"
- }
- ],
- "title": "jvm_threads_current",
- "type": "timeseries"
- }
- ]
-} \ No newline at end of file