Skip to content

Commit

Permalink
Service Discovery Works With Only A Single Cluster Name And The Key W… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sethAmazon authored Jan 23, 2024
1 parent 2bf0ddc commit 5077593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ecsservicediscovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Sample Configuration in TOML format:
sd_cluster_region = "us-east-2"
sd_frequency = "15s"
sd_result_file = "/opt/aws/amazon-cloudwatch-agent/etc/ecs_sd_targets.yaml"
sd_target_clusters = "EC2-Justin-Testing; Fargate-Justin-Testing"
sd_target_cluster = "EC2-Justin-Testing"
[inputs.prometheus.ecs_service_discovery.docker_label]
sd_job_name_label = "ECS_PROMETHEUS_JOB_NAME"
sd_metrics_path_label = "ECS_PROMETHEUS_METRICS_PATH"
Expand Down

0 comments on commit 5077593

Please sign in to comment.