-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Filesystem refactor (#31001) * first pass at filesystem refactoring * cleanup code * final cleanup * cleanup, docs * license headers * make linter happy * try to hack around linter platform issues * fix function sig * minor fixes, formatting * try to make linter happy * more linter fixes * hopefully the last linter cleanup * try to fix unit tests * fix tests * refactor after merges from elastic-agent libs * make linter happy * try to update deps * okay, try that * fix merge * add changelog, revert opt changes * fix broken merge * mage update (cherry picked from commit 1d4a7ca) # Conflicts: # go.sum # metricbeat/module/system/fields.go # metricbeat/module/system/filesystem/_meta/fields.yml # metricbeat/module/system/filesystem/filesystem.go # metricbeat/module/system/filesystem/filesystem_test.go # metricbeat/module/system/filesystem/helper.go # metricbeat/module/system/fsstat/fsstat.go # metricbeat/module/system/test_system.py * attempt to clean up backport * update notice * try to make linter happy * still fixing up backport * still un-breaking merge * fix changelog Co-authored-by: Alex K <8418476+fearful-symmetry@users.noreply.github.com> Co-authored-by: Alex Kristiansen <alex.kristiansen@elastic.co>
- Loading branch information
1 parent
31e009c
commit 296b380
Showing
15 changed files
with
581 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.