File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
projects/observability/src/pages/apis Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,12 @@ export const apiMetricsDashboard: DashboardDefaultConfiguration = {
201
201
'color-palette' : RED_COLOR_PALETTE ,
202
202
'selectable-interval' : true ,
203
203
'legend-position' : LegendPosition . TopLeft ,
204
+ 'show-y-axis' : true ,
205
+ 'y-axis' : {
206
+ type : 'cartesian-axis' ,
207
+ 'show-grid-lines' : true ,
208
+ 'min-upper-limit' : 25
209
+ } ,
204
210
bands : [
205
211
{
206
212
type : 'band' ,
@@ -383,6 +389,12 @@ export const apiMetricsDashboard: DashboardDefaultConfiguration = {
383
389
type : 'cartesian-widget' ,
384
390
'selectable-interval' : true ,
385
391
'legend-position' : LegendPosition . None ,
392
+ 'show-y-axis' : true ,
393
+ 'y-axis' : {
394
+ type : 'cartesian-axis' ,
395
+ 'show-grid-lines' : true ,
396
+ 'min-upper-limit' : 25
397
+ } ,
386
398
series : [
387
399
{
388
400
type : 'series' ,
Original file line number Diff line number Diff line change @@ -201,6 +201,12 @@ export const backendMetricsDashboard: DashboardDefaultConfiguration = {
201
201
'color-palette' : RED_COLOR_PALETTE ,
202
202
'selectable-interval' : true ,
203
203
'legend-position' : LegendPosition . TopLeft ,
204
+ 'show-y-axis' : true ,
205
+ 'y-axis' : {
206
+ type : 'cartesian-axis' ,
207
+ 'show-grid-lines' : true ,
208
+ 'min-upper-limit' : 25
209
+ } ,
204
210
series : [
205
211
{
206
212
type : 'series' ,
@@ -351,6 +357,12 @@ export const backendMetricsDashboard: DashboardDefaultConfiguration = {
351
357
type : 'cartesian-widget' ,
352
358
'selectable-interval' : true ,
353
359
'legend-position' : LegendPosition . None ,
360
+ 'show-y-axis' : true ,
361
+ 'y-axis' : {
362
+ type : 'cartesian-axis' ,
363
+ 'show-grid-lines' : true ,
364
+ 'min-upper-limit' : 25
365
+ } ,
354
366
series : [
355
367
{
356
368
type : 'series' ,
Original file line number Diff line number Diff line change @@ -201,6 +201,12 @@ export const serviceMetricsDashboard: DashboardDefaultConfiguration = {
201
201
'color-palette' : RED_COLOR_PALETTE ,
202
202
'selectable-interval' : true ,
203
203
'legend-position' : LegendPosition . TopLeft ,
204
+ 'show-y-axis' : true ,
205
+ 'y-axis' : {
206
+ type : 'cartesian-axis' ,
207
+ 'show-grid-lines' : true ,
208
+ 'min-upper-limit' : 25
209
+ } ,
204
210
bands : [
205
211
{
206
212
type : 'band' ,
@@ -383,6 +389,12 @@ export const serviceMetricsDashboard: DashboardDefaultConfiguration = {
383
389
type : 'cartesian-widget' ,
384
390
'selectable-interval' : true ,
385
391
'legend-position' : LegendPosition . None ,
392
+ 'show-y-axis' : true ,
393
+ 'y-axis' : {
394
+ type : 'cartesian-axis' ,
395
+ 'show-grid-lines' : true ,
396
+ 'min-upper-limit' : 25
397
+ } ,
386
398
series : [
387
399
{
388
400
type : 'series' ,
You can’t perform that action at this time.
0 commit comments