forked from prometheus/prometheus
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate metadata from the WAL to remote_write
Squashed commit of the following: commit 5fc3ac0 Author: Nicolás Pazos <[email protected]> Date: Thu Dec 21 15:41:01 2023 -0300 fix build and small bugfix Signed-off-by: Nicolás Pazos <[email protected]> commit 7dff2c9 Merge: 10b43bc baebe1c Author: Nicolás Pazos <[email protected]> Date: Thu Dec 21 15:30:44 2023 -0300 Merge branch 'alexnico-remote-write-1-1' into njpm/metadata-remote-write-wiring-2 Signed-off-by: Nicolás Pazos <[email protected]> commit 10b43bc Merge: bc87310 175bd21 Author: Nicolás Pazos <[email protected]> Date: Thu Dec 21 15:27:36 2023 -0300 Merge branch 'alexnico-remote-write-1-1' into njpm/metadata-remote-write-wiring-2 Signed-off-by: Nicolás Pazos <[email protected]> commit bc87310 Author: Paschalis Tsilias <[email protected]> Date: Mon Jun 19 11:51:03 2023 +0300 Fix test helper; remove unnecessary conversion Signed-off-by: Paschalis Tsilias <[email protected]> commit 04a08ef Author: Paschalis Tsilias <[email protected]> Date: Mon Jun 19 11:45:48 2023 +0300 Re-introduce the StoreMetadata method; make metadata to always be sent alongside any sample Signed-off-by: Paschalis Tsilias <[email protected]> commit 208922b Author: Paschalis Tsilias <[email protected]> Date: Fri Apr 28 14:00:17 2023 +0300 Mutate the correct field when choosing metadata mechanism Signed-off-by: Paschalis Tsilias <[email protected]> commit a5c1def Author: Paschalis Tsilias <[email protected]> Date: Fri Apr 28 13:57:56 2023 +0300 Move logic for implicitly choosing one of the two mechanism into NewQueueManager Signed-off-by: Paschalis Tsilias <[email protected]> commit 6f05973 Author: Paschalis Tsilias <[email protected]> Date: Fri Apr 28 12:05:37 2023 +0300 Rename old interface method to AppendWatcherMetadata; new to AppendMetadata Signed-off-by: Paschalis Tsilias <[email protected]> commit 42fc288 Author: Paschalis Tsilias <[email protected]> Date: Fri Apr 28 11:55:34 2023 +0300 Add mechanism for choosing between the two metadata-sending methods, defaulting to the new one Signed-off-by: Paschalis Tsilias <[email protected]> commit 7ee3ae6 Author: Paschalis Tsilias <[email protected]> Date: Fri Apr 28 10:48:22 2023 +0300 Remove repeated keyword from TimeSeries' metadata field Signed-off-by: Paschalis Tsilias <[email protected]> commit 3acfa1b Author: Paschalis Tsilias <[email protected]> Date: Fri Apr 28 10:23:21 2023 +0300 Revert "Change logic around AppendWALMetadata; introduce StoreMetadata similar to StoreSeries" This reverts commit bd41c24. commit bd41c24 Author: Paschalis Tsilias <[email protected]> Date: Thu Apr 27 18:32:53 2023 +0300 Change logic around AppendWALMetadata; introduce StoreMetadata similar to StoreSeries Signed-off-by: Paschalis Tsilias <[email protected]> commit 3f967e1 Author: Paschalis Tsilias <[email protected]> Date: Mon Apr 24 19:51:42 2023 +0300 Use labels.FromStrings helper to circumvent linter error Signed-off-by: Paschalis Tsilias <[email protected]> commit 5227af2 Author: Paschalis Tsilias <[email protected]> Date: Mon Apr 24 19:13:39 2023 +0300 Add a few more tests; remove unused helpers Signed-off-by: Paschalis Tsilias <[email protected]> commit 32cf14c Author: Paschalis Tsilias <[email protected]> Date: Mon Apr 24 18:50:08 2023 +0300 Yet another linter fix Signed-off-by: Paschalis Tsilias <[email protected]> commit 3cc7a7f Author: Paschalis Tsilias <[email protected]> Date: Mon Apr 24 18:22:39 2023 +0300 Fix sendMetadata field usage Signed-off-by: Paschalis Tsilias <[email protected]> commit 514b6a3 Author: Paschalis Tsilias <[email protected]> Date: Mon Apr 24 18:10:01 2023 +0300 Fix linter error Signed-off-by: Paschalis Tsilias <[email protected]> commit 403385f Author: Paschalis Tsilias <[email protected]> Date: Mon Apr 24 17:11:49 2023 +0300 Fix linting errors Signed-off-by: Paschalis Tsilias <[email protected]> commit 0093563 Author: Paschalis Tsilias <[email protected]> Date: Mon Apr 24 16:43:38 2023 +0300 Alternative approach: bundle metadata in TimeSeries protobuf Signed-off-by: Paschalis Tsilias <[email protected]> commit 49cccc6 Author: Paschalis Tsilias <[email protected]> Date: Mon Nov 28 17:24:06 2022 +0200 Add first test; rebase with main Signed-off-by: Paschalis Tsilias <[email protected]> commit ac83b3a Author: Paschalis Tsilias <[email protected]> Date: Mon Nov 28 15:02:52 2022 +0200 Approach bundling metadata along with samples and exemplars Signed-off-by: Paschalis Tsilias <[email protected]> Co-authored-by: Paschalis Tsilias <[email protected]> Signed-off-by: Nicolás Pazos <[email protected]>
- Loading branch information
1 parent
baebe1c
commit 6be4cc9
Showing
16 changed files
with
255 additions
and
51 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
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.