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

Run MTR continuously in the background, use summary metrics instead #1

Merged
merged 9 commits into from
Jan 2, 2019

Conversation

mitchellrj
Copy link
Contributor

Running MTR synchronously on every request is slow, too slow for most timeouts in regular Prometheus setups.

Since the details of the targets are in config, rather than provided as part of a probe request, we can probe them continually in the background, and use counters and summaries to present the whole data over time instead.

This is a pretty big refactor that results in altered metric formats and names.

@Shinzu
Copy link
Owner

Shinzu commented Aug 15, 2018

hi,

thx for the PR, when i have time i will review it.

@Shinzu
Copy link
Owner

Shinzu commented Sep 28, 2018

with which go version do you build the binary?

@mitchellrj
Copy link
Contributor Author

mitchellrj commented Sep 28, 2018 via email

@Shinzu
Copy link
Owner

Shinzu commented Jan 2, 2019

sry for the late response , will merge it and tag it as new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants