-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
26 changes: 16 additions & 10 deletions
26
charts/aws-service-quotas-exporter/ci/aws-service-quotas-exporter-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)\"\'" |