Skip to content

Commit

Permalink
chore: fix comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Apr 18, 2024
1 parent 5744e22 commit 9ce9232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/static/metrics/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9ce9232

Please sign in to comment.