Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ Module: prometheus

## Overview

Track AWS EC2 instances key metrics for optimized performance and cost management.
Monitor Amazon EC2 inventory and capacity information exposed by AWS EC2 Exporter.

This integration complements the
[Amazon CloudWatch](/docs/collecting-metrics/collectors/cloud-and-devops/amazon-cloudwatch) collector,
which queries runtime metrics from CloudWatch. The integrations use different AWS data sources and do
not replace one another.

Metrics are gathered by periodically sending HTTP requests to [AWS EC2 Exporter](https://github.com/O1ahmad/aws_ec2_exporter).

Netdata periodically scrapes Prometheus metrics from
[AWS EC2 Exporter](https://github.com/O1ahmad/aws_ec2_exporter), which obtains inventory and capacity
information from Amazon EC2 APIs rather than CloudWatch.


This collector is supported on all platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ Module: prometheus

## Overview

Monitor AWS service quotas for effective resource usage and cost management.
Monitor AWS Service Quotas exposed by aws_quota_exporter.

This integration complements the
[Amazon CloudWatch](/docs/collecting-metrics/collectors/cloud-and-devops/amazon-cloudwatch) collector,
which queries runtime metrics from CloudWatch. The integrations use different AWS data sources and do
not replace one another.

Metrics are gathered by periodically sending HTTP requests to [aws_quota_exporter](https://github.com/emylincon/aws_quota_exporter).

Netdata periodically scrapes Prometheus metrics from
[aws_quota_exporter](https://github.com/emylincon/aws_quota_exporter), which obtains quota information
from AWS Service Quotas rather than CloudWatch.


This collector is supported on all platforms.
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ import { Grid, Box } from '@site/src/components/Grid_integrations';
<img custom-image src="https://netdata.cloud/img/cloud-foundry.svg" style={{width: '90%', maxHeight: '100%', verticalAlign: 'middle' }} data-integration-logo="true" data-logo-contrast-light="ok" data-logo-contrast-dark="ok" data-logo-contrast-confidence="medium"/>
</Box>

<Box banner="by Community" banner_color="rgba(0, 0, 0, 0.25)" to="/docs/collecting-metrics/collectors/cloud-and-devops/cloudwatch" title="CloudWatch">
<img custom-image src="https://netdata.cloud/img/aws-cloudwatch.png" style={{width: '90%', maxHeight: '100%', verticalAlign: 'middle' }} data-integration-logo="true" data-logo-contrast-light="ok" data-logo-contrast-dark="ok" data-logo-contrast-confidence="high"/>
</Box>

<Box banner="by Community" banner_color="rgba(0, 0, 0, 0.25)" to="/docs/collecting-metrics/collectors/cloud-and-devops/concourse" title="Concourse">
<img custom-image src="https://netdata.cloud/img/concourse.png" style={{width: '90%', maxHeight: '100%', verticalAlign: 'middle' }} data-integration-logo="true" data-logo-contrast-light="ok" data-logo-contrast-dark="ok" data-logo-contrast-confidence="high"/>
</Box>
Expand Down
Loading