Skip to content

Commit

Permalink
[feature] deepflow datasource, add 'SELECT_GROUP_BY_DISABLE_TAGS'
Browse files Browse the repository at this point in the history
**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)
  • Loading branch information
twou12031 authored and travilyu committed Mar 21, 2023
1 parent 9dec52d commit d3f3535
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deepflow-querier-datasource/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ import { SelectOpts } from 'QueryEditor'
import { uuid } from 'utils/tools'

// 不支持做分组的 tag: 负载均衡监听器, ingress
export const SELECT_GROUP_BY_DISABLE_TAGS = ['lb_listener', 'pod_ingress']
export const SELECT_GROUP_BY_DISABLE_TAGS = [
'lb_listener',
'pod_ingress',
'tap_port_host',
'tap_port_chost',
'tap_port_pod_node'
]

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

Expand Down

0 comments on commit d3f3535

Please sign in to comment.