0.1.75 • Published 1 year ago
@itsyndicate/backstage-plugin-aws-metricdashboards v0.1.75
AWS Metric Dashboards
Description
The AWS Metric Dashboards plugin provides real-time metrics visualization for AWS resources. It displays charts and metrics across multiple AWS services, offering insights into the health and usage of AWS resources in specified regions.
Functionality
- Displays dynamic metrics charts for AWS resources (EC2, DynamoDB, EBS, RDS, API Gateway, etc.).
- Allows filtering by AWS region to display metrics per region.
- Links to AWS Console for each resource for in-depth management.
Installation
From your Backstage directory:
Add the plugin:
yarn --cwd packages/app add @internal/backstage-plugin-aws-metricdashboardsAdd the AWS Metric Dashboards component to
packages/app/src/components/catalog/EntityPage.tsx:import { DashboardsComponent } from '@internal/backstage-plugin-aws-metricdashboards'; // ... const entityPage = ( <EntityLayout> <EntityLayout.Route path="/" title="Overview"> <Grid container spacing={3}> ... <Grid item xs={12} md={6}> <DashboardsComponent /> </Grid> </Grid> </EntityLayout.Route> </EntityLayout> );
0.1.85
1 year ago
0.1.80
1 year ago
0.1.75
1 year ago
0.1.70
1 year ago
0.1.55
1 year ago
0.1.50
1 year ago
0.1.45
1 year ago
0.1.40
1 year ago
0.1.35
1 year ago
0.1.30
1 year ago
0.1.25
1 year ago
0.1.20
1 year ago
0.1.15
1 year ago
0.1.10
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago