We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The ELB collector collects metrics for one or more Amazon AWS ELBs
Below is an example configuration for the ELBCollector. You can specify an arbitrary amount of regions
enabled = true interval = 60 # Optional access_key_id = ... secret_access_key = ... # Optional - Available keys: region, zone, elb_name, metric_name format = $elb_name.$zone.$metric_name # Optional - list of regular expressions used to ignore ELBs elbs_ignored = ^elb-a$, .*-test$, $test-.* [regions] [[us-west-1]] # Optional - queries all elbs if omitted elb_names = elb1, elb2, ... [[us-west-2]] ...
__EXAMPLESHERE__