mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 05:29:00 +08:00
[Metric] Fix issue 10634 (#10940)
* Fix. * Revert "Fix." This reverts commit 52c9c1ee646b551a4dd2b639c78be67683db2b1c. * ADdressed code review. * Addressed code review.
This commit is contained in:
@@ -59,8 +59,10 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
RayConfig::instance().initialize(config_map);
|
||||
const ray::stats::TagsType global_tags = {{ray::stats::ComponentKey, "gcs_server"},
|
||||
{ray::stats::VersionKey, "1.1.0.dev0"}};
|
||||
const ray::stats::TagsType global_tags = {
|
||||
{ray::stats::ComponentKey, "gcs_server"},
|
||||
{ray::stats::VersionKey, "1.1.0.dev0"},
|
||||
{ray::stats::NodeAddressKey, node_ip_address}};
|
||||
ray::stats::Init(global_tags, metrics_agent_port);
|
||||
|
||||
// IO Service for main loop.
|
||||
|
||||
Reference in New Issue
Block a user