Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishankar15 committed Dec 10, 2024
1 parent 700a55c commit 28acd3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Main (unreleased)
- Add perf_schema quantile columns to collector

- Add three new stdlib functions to_base64, from_URLbase64 and to_URLbase64 (@ravishankar15)
- Add ignore_older option for local.file_match
- Add `ignore_older` option for local.file_match (@ravishankar15)

### Bugfixes

Expand Down
1 change: 0 additions & 1 deletion internal/component/local/file_match/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ func createComponentWithLabels(t *testing.T, dir string, paths []string, exclude
}, Arguments{
PathTargets: tPaths,
SyncPeriod: 1 * time.Second,
IgnoreOlder: 1 * time.Hour,
})

require.NoError(t, err)
Expand Down

0 comments on commit 28acd3a

Please sign in to comment.