Skip to content

Commit 64b2969

Browse files
authored
Merge pull request #186 from perftool-incubator/cdm-hnhan-dev
Add new fields to metric_desc map for tool-mlxreg
2 parents ed72fd7 + f9037c3 commit 64b2969

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

queries/cdmq/cdm.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@ indexDefs['v8dev']['metric_desc']['mappings']['properties']['metric_desc'] = {
334334
mark: { type: 'keyword' },
335335
output: { type: 'keyword' },
336336
use: { type: 'keyword' },
337+
device: { type: 'keyword' },
338+
sensor_index: { type: 'keyword' },
339+
sensor_name: { type: 'keyword' },
337340
step: { type: 'keyword' },
338341
epoch: { type: 'keyword' },
339342
batch: { type: 'keyword' },

0 commit comments

Comments
 (0)