-
Notifications
You must be signed in to change notification settings - Fork 90
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
prometheus挂掉后coordinator没有新建prometheus转移target #62
Comments
这个符合预期的,当前策略对于分片挂掉是不会转移的,会等待其恢复,否则可能出现以下情况。
|
可以标记每个target所在的正确分片,即当出现2个分片采集同一个target时,删除多余分片的target,保证target在正确分片上 |
1 similar comment
可以标记每个target所在的正确分片,即当出现2个分片采集同一个target时,删除多余分片的target,保证target在正确分片上 |
当前已经可以转移 |
如果分片恢复,会自动去掉一个采集 |
最近发一个新版本吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
测试发现,如果现有prometheus挂掉,coordinator发现了但是没有新建prometheus转移target。coordiantor日志如下:
The text was updated successfully, but these errors were encountered: