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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: bug-fix
summary: Fix "realtive" → "relative" typo in heartbeat browser field description
component: heartbeat
2 changes: 1 addition & 1 deletion docs/reference/heartbeat/exported-fields-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ duration of Load end event

## relative_trace [_relative_trace]

trace event with timing information that are realtive to journey timings in microseconds
trace event with timing information that are relative to journey timings in microseconds

**`browser.relative_trace.name`**
: name of the trace event
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
- name: relative_trace
type: group
description: >
trace event with timing information that are realtive to
trace event with timing information that are relative to
journey timings in microseconds
fields:
- name: name
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ type: integer
[float]
=== relative_trace

trace event with timing information that are realtive to journey timings in microseconds
trace event with timing information that are relative to journey timings in microseconds



Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion x-pack/heartbeat/include/fields.go

Large diffs are not rendered by default.

Loading