Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 858bd9f

Browse files
Merge pull request #10 from hypertrace/filter-bar-message
feat: update filter bar tip message
2 parents 7df1d9d + 2a96287 commit 858bd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/distributed-tracing/src/shared/components/filter-bar/filter-bar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class FilterBarComponent implements OnChanges {
8383
public internalFilters: Filter[] = [];
8484
public readonly instructions: string =
8585
'Select <b>one or more</b> parameters to filter by. The value is ' +
86-
'<b>case sensitive</b>. Examples: <b>userIdentifier = [email protected]</b> or <b>requestMethod != PUT</b>';
86+
'<b>case sensitive</b>. Examples: <b>Duration >= 10</b> or <b>Service Name = dataservice</b>';
8787

8888
public constructor(
8989
private readonly changeDetector: ChangeDetectorRef,

0 commit comments

Comments
 (0)