🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@itsyndicate/backstage-plugin-aws-metricdashboards

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itsyndicate/backstage-plugin-aws-metricdashboards

## 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.

latest
Source
npmnpm
Version
0.1.85
Version published
Maintainers
2
Created
Source

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-metricdashboards
    
  • Add 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>
    );
    

Keywords

support:tech-preview

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts