File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
projects/observability/src/pages/apis Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ export const apiOverviewDashboard: DashboardDefaultConfiguration = {
198
198
{
199
199
type : 'cartesian-widget' ,
200
200
title : 'Latency' ,
201
- 'selectable-interval' : false ,
201
+ 'selectable-interval' : true ,
202
202
'legend-position' : LegendPosition . None ,
203
203
'x-axis' : {
204
204
type : 'cartesian-axis' ,
@@ -291,7 +291,7 @@ export const apiOverviewDashboard: DashboardDefaultConfiguration = {
291
291
{
292
292
type : 'cartesian-widget' ,
293
293
title : 'Errors' ,
294
- 'selectable-interval' : false ,
294
+ 'selectable-interval' : true ,
295
295
'legend-position' : LegendPosition . None ,
296
296
'x-axis' : {
297
297
type : 'cartesian-axis' ,
@@ -385,7 +385,7 @@ export const apiOverviewDashboard: DashboardDefaultConfiguration = {
385
385
{
386
386
type : 'cartesian-widget' ,
387
387
title : 'Calls' ,
388
- 'selectable-interval' : false ,
388
+ 'selectable-interval' : true ,
389
389
'legend-position' : LegendPosition . None ,
390
390
'x-axis' : {
391
391
type : 'cartesian-axis' ,
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ export class BackendOverviewComponent {
214
214
{
215
215
type : 'cartesian-widget' ,
216
216
title : 'Latency' ,
217
- 'selectable-interval' : false ,
217
+ 'selectable-interval' : true ,
218
218
'legend-position' : LegendPosition . None ,
219
219
'x-axis' : {
220
220
type : 'cartesian-axis' ,
@@ -291,7 +291,7 @@ export class BackendOverviewComponent {
291
291
{
292
292
type : 'cartesian-widget' ,
293
293
title : 'Errors' ,
294
- 'selectable-interval' : false ,
294
+ 'selectable-interval' : true ,
295
295
'legend-position' : LegendPosition . None ,
296
296
'x-axis' : {
297
297
type : 'cartesian-axis' ,
@@ -369,7 +369,7 @@ export class BackendOverviewComponent {
369
369
{
370
370
type : 'cartesian-widget' ,
371
371
title : 'Calls' ,
372
- 'selectable-interval' : false ,
372
+ 'selectable-interval' : true ,
373
373
'legend-position' : LegendPosition . None ,
374
374
'x-axis' : {
375
375
type : 'cartesian-axis' ,
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export const serviceOverviewDashboard: DashboardDefaultConfiguration = {
242
242
{
243
243
type : 'cartesian-widget' ,
244
244
title : 'Latency' ,
245
- 'selectable-interval' : false ,
245
+ 'selectable-interval' : true ,
246
246
'legend-position' : LegendPosition . None ,
247
247
'x-axis' : {
248
248
type : 'cartesian-axis' ,
@@ -335,7 +335,7 @@ export const serviceOverviewDashboard: DashboardDefaultConfiguration = {
335
335
{
336
336
type : 'cartesian-widget' ,
337
337
title : 'Errors' ,
338
- 'selectable-interval' : false ,
338
+ 'selectable-interval' : true ,
339
339
'legend-position' : LegendPosition . None ,
340
340
'x-axis' : {
341
341
type : 'cartesian-axis' ,
@@ -429,7 +429,7 @@ export const serviceOverviewDashboard: DashboardDefaultConfiguration = {
429
429
{
430
430
type : 'cartesian-widget' ,
431
431
title : 'Calls' ,
432
- 'selectable-interval' : false ,
432
+ 'selectable-interval' : true ,
433
433
'legend-position' : LegendPosition . None ,
434
434
'x-axis' : {
435
435
type : 'cartesian-axis' ,
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ export const homeDashboard: DashboardDefaultConfiguration = {
406
406
type : 'cartesian-widget' ,
407
407
title : 'Latency' ,
408
408
'legend-position' : LegendPosition . None ,
409
- 'selectable-interval' : false ,
409
+ 'selectable-interval' : true ,
410
410
'x-axis' : {
411
411
type : 'cartesian-axis' ,
412
412
'show-grid-lines' : false
@@ -482,7 +482,7 @@ export const homeDashboard: DashboardDefaultConfiguration = {
482
482
type : 'cartesian-widget' ,
483
483
title : 'Calls' ,
484
484
'legend-position' : LegendPosition . None ,
485
- 'selectable-interval' : false ,
485
+ 'selectable-interval' : true ,
486
486
'x-axis' : {
487
487
type : 'cartesian-axis' ,
488
488
'show-grid-lines' : false
@@ -559,7 +559,7 @@ export const homeDashboard: DashboardDefaultConfiguration = {
559
559
type : 'cartesian-widget' ,
560
560
title : 'Errors' ,
561
561
'legend-position' : LegendPosition . None ,
562
- 'selectable-interval' : false ,
562
+ 'selectable-interval' : true ,
563
563
'x-axis' : {
564
564
type : 'cartesian-axis' ,
565
565
'show-grid-lines' : false
You can’t perform that action at this time.
0 commit comments