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

[7.x] model: enhancements to support transaction aggregations (#3639) #3647

Merged
merged 2 commits into from
Apr 20, 2020

Conversation

axw
Copy link
Member

@axw axw commented Apr 14, 2020

Backports the following commits to 7.x:

* model/metadata: export System.Hostname method

Export the System.Metadata (was System.hostname) method,
which will be used for grouping in the upcoming histogram
aggregator.

* model/metricset: non-pointer field types

Change model/metricset to use non-pointer fields,
and adapt modeldecoder to the changes.

* model/metricset: add new metricset fields

Changes to support transaction duration histograms.

- Add transaction.{root,result} fields.
- Add support for histogram metrics. This is currently
  only supported in the model type, and not in the
  intake API, as we lack a nice means of dynamic field
  mapping for histograms.

* beater/config: fix some 'go vet' errors
@axw axw added the backport label Apr 14, 2020
@axw axw merged commit 9b0c5ce into elastic:7.x Apr 20, 2020
@axw axw deleted the backport/7.x/pr-3639 branch April 20, 2020 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant