@@ -304,6 +304,7 @@ export class ExplorerDashboardBuilder {
304
304
title : 'API Boundary Type' ,
305
305
width : '1' ,
306
306
visible : false ,
307
+ filterable : true ,
307
308
value : {
308
309
type : 'attribute-specification' ,
309
310
attribute : 'apiBoundaryType'
@@ -317,6 +318,7 @@ export class ExplorerDashboardBuilder {
317
318
title : 'API Discovery State' ,
318
319
width : '1' ,
319
320
visible : false ,
321
+ filterable : true ,
320
322
value : {
321
323
type : 'attribute-specification' ,
322
324
attribute : 'apiDiscoveryState'
@@ -330,6 +332,7 @@ export class ExplorerDashboardBuilder {
330
332
title : 'API ID' ,
331
333
width : '1' ,
332
334
visible : false ,
335
+ filterable : true ,
333
336
value : {
334
337
type : 'attribute-specification' ,
335
338
attribute : 'apiId'
@@ -343,6 +346,7 @@ export class ExplorerDashboardBuilder {
343
346
title : 'Entry Span ID' ,
344
347
width : '1' ,
345
348
visible : false ,
349
+ filterable : true ,
346
350
value : {
347
351
type : 'attribute-specification' ,
348
352
attribute : 'apiTraceId'
@@ -356,6 +360,7 @@ export class ExplorerDashboardBuilder {
356
360
title : 'Service ID' ,
357
361
width : '1' ,
358
362
visible : false ,
363
+ filterable : true ,
359
364
value : {
360
365
type : 'attribute-specification' ,
361
366
attribute : 'serviceId'
@@ -369,6 +374,7 @@ export class ExplorerDashboardBuilder {
369
374
title : 'Trace ID' ,
370
375
width : '1' ,
371
376
visible : false ,
377
+ filterable : true ,
372
378
value : {
373
379
type : 'attribute-specification' ,
374
380
attribute : 'traceId'
@@ -382,6 +388,7 @@ export class ExplorerDashboardBuilder {
382
388
title : 'Request URL' ,
383
389
width : '1' ,
384
390
visible : false ,
391
+ filterable : true ,
385
392
value : {
386
393
type : 'attribute-specification' ,
387
394
attribute : 'requestUrl'
@@ -504,6 +511,7 @@ export class ExplorerDashboardBuilder {
504
511
{
505
512
type : 'table-widget-column' ,
506
513
visible : false ,
514
+ filterable : true ,
507
515
value : {
508
516
type : 'attribute-specification' ,
509
517
attribute : 'traceId'
0 commit comments