Skip to content

Commit

Permalink
[O11y][AWS] Fix Incorrect fields in AWS Metrics Overview dashboard (#…
Browse files Browse the repository at this point in the history
…6353)

* Fix incorrect fields on multiple visualizations

* Update changelog

* Remove comment from changelog
  • Loading branch information
rajvi-patel-22 committed May 31, 2023
1 parent c2beb1a commit 3bd45cd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
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

0 comments on commit 3bd45cd

Please sign in to comment.