From 23a7a8d870a424b30c36931992ce7f28766721df Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Sat, 16 Mar 2024 18:03:58 -0700 Subject: [PATCH] [chore] fix mention of deprecated function in ecsobserver --- extension/observer/ecsobserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/observer/ecsobserver/README.md b/extension/observer/ecsobserver/README.md index 73bb1119e3028..21a399e6fa10d 100644 --- a/extension/observer/ecsobserver/README.md +++ b/extension/observer/ecsobserver/README.md @@ -443,7 +443,7 @@ otel's own /metrics. ### Error Handling -- Auth and cluster not found error will cause the extension to stop (calling `host.ReportFatalError`). Although IAM role +- Auth and cluster not found error will cause the extension to stop (calling `ReportStatus`). Although IAM role can be updated at runtime without restarting the collector, it's better to fail to make the problem obvious. Same applies to cluster not found. In the future we can add config to downgrade those errors if user want to monitor an ECS cluster with collector running outside the cluster, the collector can run anywhere as long as it can reach scrape