Skip to content

Commit

Permalink
Update exporter/loadbalancingexporter/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Robert <[email protected]>
  • Loading branch information
dmitryax and crobert-1 committed Apr 12, 2024
1 parent 209c054 commit 95b2ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/loadbalancingexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Refer to [config.yaml](./testdata/config.yaml) for detailed examples on using th
* `interval` resolver interval in go-Duration format, e.g. `5s`, `1d`, `30m`. If not specified, `30s` will be used.
* `timeout` resolver timeout in go-Duration format, e.g. `5s`, `1d`, `30m`. If not specified, `5s` will be used.
* `port` port to be used for exporting the traces to the addresses resolved from `service`. By default, the port is set in Cloud Map, but can be be overridden with a static value in this config
* `health_status` filter in AWS Cloud Map, you can specify the health status of the instances that you want to discover. The healthStatus filter is optional and allows you to query based on the health status of the instances.
* `health_status` filter in AWS Cloud Map, you can specify the health status of the instances that you want to discover. The health_status filter is optional and allows you to query based on the health status of the instances.
* Available values are
* `HEALTHY`: Only return instances that are healthy.
* `UNHEALTHY`: Only return instances that are unhealthy.
Expand Down

0 comments on commit 95b2ccd

Please sign in to comment.