Skip to content

Commit

Permalink
MR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rafajpet committed Mar 25, 2024
1 parent b9a8b23 commit 87f6030
Showing 1 changed file with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
scrape:
interval: "60s"
timeout: "5s"
quotas:
- serviceCode: "ec2"
quotaCode: "L-0263D0A3"
metrics:
- name: "route53_hosted_zone_records"
help: "Number of resource sets in hosted zone"
script: "aws route53 list-hosted-zones | jq -r \'.HostedZones[] | \"id=\\(.Id),name=\\(.Name),private=\\(.Config.PrivateZone),\\(.ResourceRecordSetCount)\"\'"
exporter:
address: "0.0.0.0:8080"
log:
level: "DEBUG"
format: "json"
config:
scrape:
interval: "60s"
timeout: "5s"
quotas:
- serviceCode: "ec2"
quotaCode: "L-0263D0A3"
metrics:
- name: "route53_hosted_zone_records"
help: "Number of resource sets in hosted zone"
script: "aws route53 list-hosted-zones | jq -r \'.HostedZones[] | \"id=\\(.Id),name=\\(.Name),private=\\(.Config.PrivateZone),\\(.ResourceRecordSetCount)\"\'"

0 comments on commit 87f6030

Please sign in to comment.