Skip to content

Route53 exporter for Prometheus Running in Kubernetes Environment

License

Notifications You must be signed in to change notification settings

nshelke777/route53_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

route53_exporter

Exposes prometheus endpoint with route53 specific metrics from given cluster.Currently generated metrics:

aws_route53_hostedzone_resourcerecordsetcount{account=aws_account",hostedzoneid="/hostedzone/<UNIQUEID>",name="a3.dev.yourdomain.work.",privateZone="false"} 2
aws_route53_hostedzone_resourcerecordsetlimit{account="aws_account",hostedzoneid="/hostedzone/<UNIQUEID>",name="a3.dev.yourdomain.work.",privateZone="true"} 10000
Tags available Values example
account "aws_account_name"
name "hostname.xyz.com"
hostedzoneid "route53 hostedzoneId"
privateZone boolean true false

About

Route53 exporter for Prometheus Running in Kubernetes Environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.1%
  • Dockerfile 12.9%