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:
4343 # span.*
4444 span.duration.us :
4545 type : long
46+ meta :
47+ unit : micros
4648 span.representative_count :
4749 type : scaled_float
4850 scaling_factor : 1000
@@ -57,6 +59,8 @@ template:
5759 dynamic : false
5860 transaction.duration.us :
5961 type : long
62+ meta :
63+ unit : micros
6064 transaction.representative_count :
6165 type : scaled_float
6266 scaling_factor : 1000
Original file line number Diff line number Diff line change 11# "version" holds the version of the templates and ingest pipelines installed
22# by xpack-plugin apm-data. This must be increased whenever an existing template or
33# pipeline is changed, in order for it to be updated on Elasticsearch upgrade.
4- version : 12
4+ version : 13
55
66component-templates :
77 # Data lifecycle.
You can’t perform that action at this time.
0 commit comments