We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8218cc1 commit a3e4f1bCopy full SHA for a3e4f1b
bin/stacks/dashboard-stack.ts
@@ -217,7 +217,7 @@ export class DashboardStack extends cdk.NestedStack {
217
[
218
{
219
expression: `(${prefix}m1/${prefix}m2)*100`,
220
- label: `Chain${chainId} Error Rate`,
+ label: `Chain${chainId} 5XX Error Rate`,
221
id: `${prefix}e1`,
222
},
223
],
@@ -242,7 +242,13 @@ export class DashboardStack extends cdk.NestedStack {
242
region,
243
stat: 'Sum',
244
period: 300,
245
- title: 'Orders Posted Error Rates by Chain',
+ title: 'Post Order Handler 5XX Error Rates by Chain',
246
+ yAxis: {
247
+ left: {
248
+ showUnits: false,
249
+ label: '%',
250
+ },
251
252
253
254
0 commit comments