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

[O11y][AWS] Fix Incorrect fields in AWS Metrics Overview dashboard #6353

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.37.3"
changes:
- description: Fix incorrect fields on multiple visualizations.
type: bugfix
link: https://github.com/elastic/integrations/pull/6353
- version: "1.37.2"
changes:
- description: Migrate AWS RDS metrics dashboard to lenses.
Expand Down
2 changes: 0 additions & 2 deletions packages/aws/data_stream/kinesis/fields/fields.yml
Expand Up @@ -8,7 +8,6 @@
dimension: true
type: keyword
description: The name of the Kinesis stream. All available statistics are filtered by StreamName.

- name: kinesis.metrics
type: group
fields:
Expand Down Expand Up @@ -90,7 +89,6 @@
description: >
The total number of PutRecords operations where at least one record succeeded, per Kinesis stream, measured over the specified time period.


- name: PutRecords_TotalRecords.sum
type: long
metric_type: gauge
Expand Down
Expand Up @@ -199,7 +199,7 @@
"line_width": 1,
"metrics": [
{
"field": "aws.ec2.cpu.total.pct",
"field": "host.cpu.usage",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -636,7 +636,7 @@
"line_width": 1,
"metrics": [
{
"field": "aws.elb.metrics.Latency",
"field": "aws.elb.metrics.Latency.avg",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -713,7 +713,7 @@
"line_width": 1,
"metrics": [
{
"field": "aws.elb.metrics.UnHealthyHostCount",
"field": "aws.elb.metrics.UnHealthyHostCount.max",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "sum"
}
Expand Down Expand Up @@ -789,7 +789,7 @@
"line_width": 1,
"metrics": [
{
"field": "aws.lambda.metrics.Invocations",
"field": "aws.lambda.metrics.Invocations.avg",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -1017,12 +1017,12 @@
"line_width": 1,
"metrics": [
{
"field": "aws.ecs.metrics.CPUUtilization",
"field": "aws.ecs.metrics.CPUUtilization.avg",
"id": "17f8ddf0-830d-11e9-9f3d-ed346f48a007",
"type": "sum"
},
{
"field": "aws.ecs.metrics.CPUReservation",
"field": "aws.ecs.metrics.CPUReservation.avg",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "sum"
},
Expand Down Expand Up @@ -1114,12 +1114,12 @@
"line_width": 1,
"metrics": [
{
"field": "aws.ecs.metrics.MemoryUtilization",
"field": "aws.ecs.metrics.MemoryUtilization.avg",
"id": "17f8ddf0-830d-11e9-9f3d-ed346f48a007",
"type": "sum"
},
{
"field": "aws.ecs.metrics.MemoryReservation",
"field": "aws.ecs.metrics.MemoryReservation.avg",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "sum"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.37.2
version: 1.37.3
license: basic
description: Collect logs and metrics from Amazon Web Services with Elastic Agent.
type: integration
Expand Down