-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some initial cleanups of the config code to prepare for the larger re…
…factoring. (#142) * Add copyright notice to the otel test. * Fix invalid receiver type in test input. * Fix typos in exporters warnings. * Add missing test for invalid logging and metrics receiver types on Linux. * Rename "component" to "kind" everywhere. * Add flow annotations to make the generated configs a bit nicer. * Move fluentbit and otel config generation under confgenerator. Rename fluentbit package to "fluentbit". * Annotate required fields with the `validate:"required"` tag. * Standardize on the Diff library and the order of diffs. * Use consistent ordering of options in fluent-bit configs. This is a pure reordering, with no functional changes.
- Loading branch information
1 parent
f3d6bb7
commit 16e9ca9
Showing
44 changed files
with
384 additions
and
361 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
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.