Skip to content

Commit

Permalink
Add data stream type "traces".
Browse files Browse the repository at this point in the history
Closes elastic#68
  • Loading branch information
jalvz committed Nov 3, 2020
1 parent 33b54fb commit c47224b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion versions/1/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
changes:
- description: Initial version of the Elastic Package specifiction.
type: enhancement
link: https://github.com/elastic/package-spec/pulls/1
link: https://github.com/elastic/package-spec/pull/1
- description: Adding the histogram field as a valid ES field type.
type: enhancement
link: https://github.com/elastic/package-spec/pull/52
- description: Add `metric_type` and `unit` to fields.yml.
type: enhancement
link: https://github.com/elastic/package-spec/pull/73
- description: Adding "traces" as a valid data stream type.
type: enhancement
link: https://github.com/elastic/package-spec/pull/78
1 change: 1 addition & 0 deletions versions/1/data_stream/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ spec:
enum:
- metrics
- logs
- traces
examples:
- metrics
streams:
Expand Down

0 comments on commit c47224b

Please sign in to comment.