Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/scollector: pull index data from non-master hosts #2368

Closed
wants to merge 4 commits into from

Conversation

Jakski
Copy link

@Jakski Jakski commented Jan 13, 2019

Related to issue #2259.
I think, there's no reason to require target node to be master - correct me, if I'm wrong. I have setup, where masters have no HTTP interface for querying statistics, so ability to collect data from non-master hosts is crucial.

@kylebrandt
Copy link
Member

This was done because this can blow up the tag count on opentsdb. So by only sending from one host "master", this limits the number of datapoints for each cluster to one host at a time. An option could be added to make it so it collects them from all of them, but don't want to make that the default behavior.

@Jakski
Copy link
Author

Jakski commented Jan 16, 2019

@kylebrandt Thank you for explanation. I added option to force collecting cluster-wide metrics(including indices) when current node isn't master. By default it retains old behavior.

@stale
Copy link

stale bot commented Oct 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 1, 2020
@stale stale bot closed this Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants