-
Notifications
You must be signed in to change notification settings - Fork 9
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
Reclaim TiKV's component server and status server #152
Reclaim TiKV's component server and status server #152
Conversation
Signed-off-by: CalvinNeo <[email protected]>
…er-and-status-server-6.2
@@ -220,9 +220,9 @@ pub fn initial_logger(config: &TiKvConfig) { | |||
pub fn initial_metric(cfg: &MetricConfig) { | |||
tikv_util::metrics::monitor_process() | |||
.unwrap_or_else(|e| fatal!("failed to start process monitor: {}", e)); | |||
tikv_util::metrics::monitor_threads("") | |||
tikv_util::metrics::monitor_threads("tikv") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting.. Will this cause metric name changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, though we use proxy_server not, but you are right, we should have our own initial_metric...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest LGTM
Signed-off-by: CalvinNeo <[email protected]>
Signed-off-by: CalvinNeo <[email protected]>
Signed-off-by: CalvinNeo <[email protected]>
b7a0229
to
6720f60
Compare
…er-and-status-server-6.2
Signed-off-by: CalvinNeo [email protected]
What problem does this PR solve?
Issue Number: ref pingcap/tiflash#5170
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note