Skip to content

Commit

Permalink
Fix minor typo in composite.sum field
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jul 21, 2021
1 parent 3429db6 commit b827b2b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apmpackage/apm/data_stream/traces/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
- name: span.composite.sum.us
type: long
description: |
Sum of the durations of the compression spans, in microseconds.
Sum of the durations of the compressed spans, in microseconds.
- name: span.db.link
type: keyword
description: |
Expand Down
2 changes: 1 addition & 1 deletion apmpackage/apm/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Traces are written to `traces-apm.*` indices.
|span.action|The specific kind of event within the sub-type represented by the span (e.g. query, connect)|keyword| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
|span.composite.compression\_strategy|The compression strategy that was used.|keyword| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
|span.composite.count|Number of compressed spans the composite span represents.|long| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
|span.composite.sum.us|Sum of the durations of the compression spans, in microseconds.|long| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
|span.composite.sum.us|Sum of the durations of the compressed spans, in microseconds.|long| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
|span.db.link|Database link.|keyword| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
|span.db.rows\_affected|Number of rows affected by the database statement.|long| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
|span.destination.service.name|Identifier for the destination service (e.g. 'http://elastic.co', 'elasticsearch', 'rabbitmq') DEPRECATED: this field will be removed in a future release|keyword| ![](https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png) |
Expand Down
2 changes: 1 addition & 1 deletion docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3942,7 +3942,7 @@ type: long
*`span.composite.sum.us`*::
+
--
Sum of the durations of the compression spans, in microseconds.
Sum of the durations of the compressed spans, in microseconds.
type: long
Expand Down
2 changes: 1 addition & 1 deletion include/fields.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion model/span/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
type: long
count: 1
description: >
Sum of the durations of the compression spans, in microseconds.
Sum of the durations of the compressed spans, in microseconds.
- name: compression_strategy
type: keyword
Expand Down

0 comments on commit b827b2b

Please sign in to comment.