Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[beat] Update mappings for APM Server aggregation metrics #5509

Merged
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
5 changes: 5 additions & 0 deletions packages/beat/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: 0.1.1
changes:
- description: Update mappings for APM Server aggregation metrics
type: bugfix
link: https://github.com/elastic/integrations/pull/5509
- version: 0.1.0
changes:
- description: Add `ssl` configuration option for metricsets
Expand Down
39 changes: 39 additions & 0 deletions packages/beat/data_stream/stats/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,46 @@
- name: active_groups
type: long
- name: overflowed
type: group
fields:
- name: total
type: long
- name: txn_groups
type: long
- name: per_service_txn_groups
type: long
- name: services
type: long
- name: servicetxmetrics
type: group
fields:
- name: active_groups
type: long
- name: overflowed
type: group
fields:
- name: total
type: long
- name: servicesummarymetrics
type: group
fields:
- name: active_groups
type: long
- name: overflowed
type: group
fields:
- name: total
type: long
- name: spanmetrics
type: group
fields:
- name: active_groups
type: long
- name: overflowed
type: group
fields:
- name: total
type: long
- name: agentcfg
type: group
fields:
Expand Down
Loading