mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
[Stats] Metrics Export User Interface Part 1 (#9913)
* Metrics export port expose done. * Support exposing metrics port + metrics agent service discovery through ray.nodes() * Formatting. * Added a doc. * Linting. * Change the location of metrics agent port. * Addressed code review. * Addressed code review.
This commit is contained in:
@@ -248,6 +248,9 @@ class StreamingQueueTestBase : public ::testing::TestWithParam<uint64_t> {
|
||||
true, // ref_counting_enabled
|
||||
false, // is_local_mode
|
||||
1, // num_workers
|
||||
nullptr, // terminate_asyncio_thread
|
||||
"", // serialized_job_config
|
||||
-1, // metrics_agent_port
|
||||
};
|
||||
InitShutdownRAII core_worker_raii(CoreWorkerProcess::Initialize,
|
||||
CoreWorkerProcess::Shutdown, options);
|
||||
|
||||
Reference in New Issue
Block a user