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

[Metricbeat] Add aggregation aligner as a config param for stackdriver metricset in GCP #17719

Merged
merged 19 commits into from
Apr 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
efe5a19
Collect one metric per collection period
kaiyan-sheng Apr 15, 2020
99c8b05
Add metricDescriptor to get sample period and ingest delay time
kaiyan-sheng Apr 16, 2020
f7609c6
add aggregation for ListTimeSeriesRequest
kaiyan-sheng Apr 16, 2020
c9b34c0
update documentation change
kaiyan-sheng Apr 16, 2020
5d42e04
add googlecloud configuration example in doc
kaiyan-sheng Apr 17, 2020
7655378
Merge remote-tracking branch 'upstream/master' into gcp_collection_pe…
kaiyan-sheng Apr 17, 2020
96b49fd
add perSeriesAligner into config example
kaiyan-sheng Apr 17, 2020
c0a44bf
add aligner as a metadata label
kaiyan-sheng Apr 17, 2020
19647da
add changelog
kaiyan-sheng Apr 17, 2020
caddfd6
Merge remote-tracking branch 'upstream/master' into gcp_collection_pe…
kaiyan-sheng Apr 20, 2020
839fdf5
add metric_types and aligner config params under metrics for stackdriver
kaiyan-sheng Apr 21, 2020
b1c98a9
update doc
kaiyan-sheng Apr 21, 2020
d2370e7
Add aligner into metric name suffix (eg: .avg, .sum)
kaiyan-sheng Apr 21, 2020
418aea0
add documentation for stackdriver metricset
kaiyan-sheng Apr 21, 2020
c792ce9
change .raw to .value suffix and regenerate data.json files
kaiyan-sheng Apr 22, 2020
78a3ad5
fix unit test for .value suffix
kaiyan-sheng Apr 22, 2020
26c4652
change .raw to .value in fields.yml
kaiyan-sheng Apr 22, 2020
c39386b
Merge remote-tracking branch 'upstream/master' into gcp_collection_pe…
kaiyan-sheng Apr 23, 2020
ccd299d
Merge remote-tracking branch 'upstream/master' into gcp_collection_pe…
kaiyan-sheng Apr 23, 2020
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
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Reference kubernetes manifests mount data directory from the host when running metricbeat as daemonset, so data persist between executions in the same node. {pull}17429[17429]
- Add more detailed error messages, system tests and small refactoring to the service metricset in windows. {pull}17725[17725]
- Stack Monitoring modules now auto-configure required metricsets when `xpack.enabled: true` is set. {issue}16471[[16471] {pull}17609[17609]
- Add aggregation aligner as a config parameter for googlecloud stackdriver metricset. {issue}17141[[17141] {pull}17719[17719]
- Move the perfmon metricset to GA. {issue}16608[16608] {pull}17879[17879]

*Packetbeat*
Expand Down
Loading