Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@itsyndicate/backstage-plugin-aws-metricdashboards

Package Overview
Dependencies
Maintainers
2
Versions
2
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.

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
62
decreased by-42.06%
Maintainers
2
Weekly downloads
 
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:

  1. Add the plugin:

    yarn --cwd packages/app add @internal/backstage-plugin-aws-metricdashboards
    
  2. 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>
    );
    

FAQs

Package last updated on 04 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc