Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog/129418.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 129418
summary: Update traces duration mappings with appropriate unit type
area: Ingest Node
type: enhancement
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ template:
# span.*
span.duration.us:
type: long
meta:
unit: micros
span.representative_count:
type: scaled_float
scaling_factor: 1000
Expand All @@ -57,6 +59,8 @@ template:
dynamic: false
transaction.duration.us:
type: long
meta:
unit: micros
transaction.representative_count:
type: scaled_float
scaling_factor: 1000
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugin/apm-data/src/main/resources/resources.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# "version" holds the version of the templates and ingest pipelines installed
# by xpack-plugin apm-data. This must be increased whenever an existing template or
# pipeline is changed, in order for it to be updated on Elasticsearch upgrade.
version: 14
version: 15

component-templates:
# Data lifecycle.
Expand Down
Loading