File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
x-pack/plugin/apm-data/src/main/resources Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ pr : 129418
2
+ summary : Update traces duration mappings with appropriate unit type
3
+ area : Ingest Node
4
+ type : enhancement
5
+ issues : []
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ template:
43
43
# span.*
44
44
span.duration.us :
45
45
type : long
46
+ meta :
47
+ unit : micros
46
48
span.representative_count :
47
49
type : scaled_float
48
50
scaling_factor : 1000
@@ -57,6 +59,8 @@ template:
57
59
dynamic : false
58
60
transaction.duration.us :
59
61
type : long
62
+ meta :
63
+ unit : micros
60
64
transaction.representative_count :
61
65
type : scaled_float
62
66
scaling_factor : 1000
Original file line number Diff line number Diff line change 1
1
# "version" holds the version of the templates and ingest pipelines installed
2
2
# by xpack-plugin apm-data. This must be increased whenever an existing template or
3
3
# pipeline is changed, in order for it to be updated on Elasticsearch upgrade.
4
- version : 12
4
+ version : 13
5
5
6
6
component-templates :
7
7
# Data lifecycle.
You can’t perform that action at this time.
0 commit comments