rds_enhanced_monitoring_exporter

command module
v0.0.0-...-d24892b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 26 Imported by: 0

README

RDS Enhanced Monitoring Exporter for Prometheus

Export RDS Enhanced Monitoring Metrics.

Getting Started

To run it:

./rds_enhanced_monitoring_exporter [flags]

Help on flags:

./rds_enhanced_monitoring_exporter --help

Usage

AWS IAM

Allow following API call for this exporter.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "logs:DescribeLogStreams",
                "logs:GetLogEvents"
            ],
            "Resource": [
                "arn:aws:logs:*:*:RDSOSMetrics",
                "arn:aws:logs:*:*:log-group:RDSOSMetrics:log-stream:*"
            ]
        },
        {
            "Effect": "Allow",
            "Action": [
                "rds:DescribeDBInstances",
                "rds:DescribeDBClusters",
                "tag:getResources"
            ],
            "Resource": [
                "*"
            ]
        }
    ]
}
Building
make

License

Apache License 2.0, see LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL