Skip to content

Commit

Permalink
store navigationTiming marks as scaled floats
Browse files Browse the repository at this point in the history
  • Loading branch information
graphaelli committed May 7, 2018
1 parent b45bd9c commit 623ade8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,13 @@ type: object
A user-defined mapping of groups of marks in milliseconds.
--
*`transaction.marks.navigationTiming`*::
+
--
type: object
--
*`transaction.sampled`*::
Expand Down
8 changes: 7 additions & 1 deletion processor/transaction/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,19 @@
description: >
The result of the transaction. HTTP status code for HTTP-related transactions.
- name: marks
- name: marks
type: object
object_type: keyword
dynamic: true
description: >
A user-defined mapping of groups of marks in milliseconds.
- name: marks.navigationTiming
type: object
object_type: scaled_float
scaling_factor: 1000000
dynamic: true

- name: sampled
type: boolean
description: >
Expand Down

0 comments on commit 623ade8

Please sign in to comment.