graphite: multiple servers support#540
Merged
patapenka-alexey merged 1 commit intomasterfrom Mar 24, 2026
Merged
Conversation
c19b6cc to
ce27ae1
Compare
bigbes
requested changes
Mar 19, 2026
d655d13 to
377025d
Compare
f6d93fc to
16041e8
Compare
bigbes
approved these changes
Mar 20, 2026
olegrok
reviewed
Mar 20, 2026
Contributor
olegrok
left a comment
There was a problem hiding this comment.
Thanks for your patch! See my comments below.
olegrok
approved these changes
Mar 23, 2026
49efc48 to
7463a5a
Compare
olegrok
reviewed
Mar 23, 2026
a656b12 to
5139b43
Compare
olegrok
approved these changes
Mar 23, 2026
oleg-jukovec
requested changes
Mar 23, 2026
5139b43 to
1f0e0b6
Compare
This patch adds the ability to send metrics to the multiple servers. Part of #TNTP-6584
1f0e0b6 to
09b586e
Compare
oleg-jukovec
approved these changes
Mar 23, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch adds the ability to send metrics to the multiple servers.
Before this patch,
graphite.init()would find and kill any fibers namedmetrics_graphite_workerbefore creating a new fiber with the same name. This prevented the creation of multiple fibers for sending metrics.Part of #TNTP-6584