forked from grafana/alloy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move wal queue to its own repository and minor bug fixes. (grafana#1994)
* Working on wal cleanup * use wrapped mailboxes * more safely use mailboxes. * Fix check that is no longer needed. * Cleanup * Add test for metrics. * remove check * fix check * lower threshold * The go func was bogging down tests. * Adjusting times. * Fix issue with items not being put back into the timeseries pool. * Add comment. * Remove unneeded test. * Use the same concepts. * Use the same concepts. * Switch to using the walqueue repo. * add changelog * Fix go.mod and empty file. * update go.mod * remove unneeded file and update to cleaner code for walqueue. * Remove race exclusion * Remove race exclusion * Update CHANGELOG.md Co-authored-by: Piotr <[email protected]> --------- Co-authored-by: Piotr <[email protected]>
- Loading branch information
Showing
35 changed files
with
63 additions
and
7,622 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -221,4 +221,3 @@ func TestUnmarshalDatadogLogsConfig(t *testing.T) { | |
}) | ||
} | ||
} | ||
|
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.