Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws_ec2_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.13.1"
changes:
- description: Remove Avg subtitle from detail dashboard metric cards.
type: bugfix
link: https://github.com/elastic/integrations/pull/20561
- version: "0.13.0"
changes:
- description: AWS EC2 dashboard improvements for phase 2.
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/aws_ec2_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_ec2_otel
title: "AWS EC2 Metrics OpenTelemetry Assets"
version: 0.13.0
version: 0.13.1
source:
license: "Elastic-2.0"
description: "AWS EC2 Metrics OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_lambda_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.11.0"
changes:
- description: Add Lambda function detail dashboard with drilldowns from the overview dashboard.
type: enhancement
link: https://github.com/elastic/integrations/pull/20561
- version: "0.10.0"
changes:
- description: Add ML anomaly detection modules for Lambda function performance (duration, concurrency) and errors/throttles.
Expand Down
Binary file added packages/aws_lambda_otel/img/lambda_detail.png
Comment thread
mrg-elastic marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion packages/aws_lambda_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_lambda_otel
title: "AWS Lambda Metrics OpenTelemetry Assets"
version: 0.10.0
version: 0.11.0
source:
license: "Elastic-2.0"
description: "AWS Lambda Metrics OpenTelemetry Assets"
Expand All @@ -26,6 +26,10 @@ screenshots:
title: Dashboard screenshot
size: 600x600
type: image/png
- src: /img/lambda_detail.png
title: AWS Lambda Metrics OpenTelemetry Detail Dashboard
size: 3024x3786
type: image/png
icons:
- src: /img/logo.svg
title: AWS Lambda OpenTelemetry Logo
Expand Down
Loading