Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions packages/aws_rds_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.10.0"
changes:
- description: Add drill-down dashboards
type: enhancement
link: https://github.com/elastic/integrations/pull/20082
- version: "0.9.0"
changes:
- description: Add tags to Kibana assets
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.

12 changes: 8 additions & 4 deletions packages/aws_rds_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_rds_otel
title: "AWS RDS Metrics OpenTelemetry Assets"
version: 0.9.0
version: 0.10.0
source:
license: "Elastic-2.0"
description: "AWS RDS Metrics OpenTelemetry Assets"
Expand All @@ -22,9 +22,13 @@ discovery:
datasets:
- name: aws.rds.otel
screenshots:
- src: /img/dashboard.png
title: Dashboard screenshot
size: 600x600
- src: /img/aws_rds_overview_dashboard.png
title: AWS RDS Metrics OpenTelemetry Overview Dashboard
size: 3524x5306
type: image/png
- src: /img/aws_rds_detail_dashboard.png
title: AWS RDS Metrics OpenTelemetry Drilldown Dashboard
size: 3524x4506
type: image/png
icons:
- src: /img/logo.svg
Expand Down
Loading