Skip to content

Commit d3f3535

Browse files
twou12031travilyu
authored andcommitted
[feature] deepflow datasource, add 'SELECT_GROUP_BY_DISABLE_TAGS'
**Phenomenon and reproduction steps** none **Root cause and solution** none **Impactions** none **Test method** none **Affected branch(es)** - main **Checklist** - [ ] Dependencies update required - [ ] Common bug (similar problem in other repo)
1 parent 9dec52d commit d3f3535

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deepflow-querier-datasource/src/consts.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ import { SelectOpts } from 'QueryEditor'
33
import { uuid } from 'utils/tools'
44

55
// 不支持做分组的 tag: 负载均衡监听器, ingress
6-
export const SELECT_GROUP_BY_DISABLE_TAGS = ['lb_listener', 'pod_ingress']
6+
export const SELECT_GROUP_BY_DISABLE_TAGS = [
7+
'lb_listener',
8+
'pod_ingress',
9+
'tap_port_host',
10+
'tap_port_chost',
11+
'tap_port_pod_node'
12+
]
713

814
export const DISABLE_TAGS = ['_id', 'time']
915

0 commit comments

Comments
 (0)