Fix filter issue for metrics. Closes #1268
This commit is contained in:
@@ -94,6 +94,8 @@ export const CLICKHOUSE_DATE_FORMATS = {
|
||||
year: '%Y-01-01',
|
||||
};
|
||||
|
||||
export const FILTER_IGNORED = Symbol.for('filter-ignored');
|
||||
|
||||
export const DOMAIN_REGEX =
|
||||
/^(localhost(:[1-9]\d{0,4})?|((?=[a-z0-9-]{1,63}\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63})$/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user