-
Notifications
You must be signed in to change notification settings - Fork 466
[GCP] Add redis data stream #4325
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
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
dns |
1908.4 | 1605.14 | -303.26 (-15.89%) | 💔 |
To see the full report comment with /test benchmark fullreport
🌐 Coverage report
|
packages/gcp/changelog.yml
Outdated
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "2.12.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- version: "2.12.6" | |
- version: "2.12.0" |
@@ -0,0 +1,131 @@ | |||
--- | |||
description: Pipeline for parsing GCP Redis metrics. | |||
processors: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the fields here should have proper suffixes, like mentioned in https://www.elastic.co/guide/en/beats/devguide/current/event-conventions.html
- name: gcp.redis | ||
description: Google Cloud Redis metrics | ||
type: group | ||
fields: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add unit
, metric_type
and dimension
where appropriate (see #4099 for more details)
packages/gcp/manifest.yml
Outdated
@@ -1,6 +1,6 @@ | |||
name: gcp | |||
title: Google Cloud Platform | |||
version: "2.11.6" | |||
version: "2.12.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: "2.12.6" | |
version: "2.12.0" |
ad39ca8
to
2cd85c9
Compare
2cd85c9
to
161f7dd
Compare
@gpop63 please fix the CI (needs a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the red CI looks good to me!
/test |
Tested data stream with new field units etc and works as expected. |
group: 2 | ||
description: Fields related to the cloud or infrastructure the events are coming from. | ||
footnote: 'Examples: If Metricbeat is running on an GCP Compute VM and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on.' | ||
type: group |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these fields are duplicates of fields that are defined in ecs.yml. Fixed in #4397. You can check for duplicates in a package if you are running elastic-package v0.65.0 with format version 2.0.0 (do this temporarily before pushing).
What does this PR do?
Adds
redis
data stream.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots