Skip to content

Route53 exporter for Prometheus Running in Kubernetes Environment

License

Notifications You must be signed in to change notification settings

quiet-listener/route53_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

Builds and Images

Builds and push of images to ghcr is automated through actions. Every merge to master or Creating a tag will trigger the workflow. Latest pushed images can be found here: route53_exporter