From 9ce923254cfe4db8a32f1ab69c159cf1cfa5e496 Mon Sep 17 00:00:00 2001 From: hainenber Date: Thu, 18 Apr 2024 21:45:19 +0700 Subject: [PATCH] chore: fix comment typo Signed-off-by: hainenber --- internal/static/metrics/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/static/metrics/agent.go b/internal/static/metrics/agent.go index 0b25675027..7313674277 100644 --- a/internal/static/metrics/agent.go +++ b/internal/static/metrics/agent.go @@ -19,7 +19,7 @@ import ( var DefaultConfig = Config{ Global: instance.DefaultGlobalConfig, InstanceRestartBackoff: 5 * time.Second, - // The following legacy WALDir path is intetionally kept for config conversion from static to Alloy. + // The following legacy WALDir path is intentionally kept for config conversion from static to Alloy. // Consult Alloy maintainers for changes. WALDir: "data-agent/", WALCleanupAge: 12 * time.Hour,