Skip to content

Commit

Permalink
[beat] Update mappings for APM Server aggregation metrics (#5509)
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonhultgren authored Mar 16, 2023
1 parent 84815e4 commit 90d6879
Show file tree
Hide file tree
Showing 5 changed files with 1,069 additions and 322 deletions.
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

0 comments on commit 90d6879

Please sign in to comment.