Merge branch 'pratik/otel-phase9-metric-gap-fill' into pratik/otel-phase10-workload-validation

This commit is contained in:
Pratik Mankawde
2026-08-20 19:16:39 +01:00
16 changed files with 24 additions and 22 deletions

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -51,7 +51,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,

View File

@@ -1997,10 +1997,10 @@ shaded band covers exactly the interval over which the load was applied.
Every dashboard carries two tag-matched annotation layers, one per load driver:
| Layer | Tags | Color |
| -------------------- | --------------------- | ----- |
| `Perf Runs (JMeter)` | `perf-iac` + `jmeter` | grey |
| `Perf Runs (Locust)` | `perf-iac` + `locust` | aqua |
| Layer | Tags | Color |
| -------------------- | --------------------- | --------- |
| `Perf Runs (JMeter)` | `perf-iac` + `jmeter` | grey |
| `Perf Runs (Locust)` | `perf-iac` + `locust` | dark teal |
Both layers set `matchAny: false`, so a region is drawn only if it carries
**both** of the layer's tags — the tag list is an AND, not an OR. Grafana tag
@@ -2030,9 +2030,11 @@ Two rendering limits are worth knowing. Grafana draws annotations only on time
series, state timeline and candlestick panels, so on a board of mostly stats and
gauges most panels show no band. And the shaded fill is rendered at 10% opacity,
so the two drivers' colours are near-identical inside the band; the region's two
full-colour dashed edges and the toolbar toggles are what tell them apart. The
JMeter grey sits below the 3:1 contrast floor on the dark theme, so its edges
read faint there; the Locust aqua clears it in both themes.
full-colour dashed edges and the toolbar toggles are what tell them apart. Both
colours are deliberately muted so a band never competes with the data; the Locust
teal is the darkest step that still separates from the JMeter grey by a readable
margin. The grey itself sits below the 3:1 contrast floor on the dark theme, so
its edges read faint there.
### Who owns which attribute