mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Merge branch 'pratik/otel-phase9-metric-gap-fill' into pratik/otel-phase10-workload-validation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user