mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[Windows] only report metric reporting failure once (#20426)
This commit is contained in:
parent
af9f1ef4dc
commit
08655ab812
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void OpenCensusProtoExporter::ExportViewData(
|
|||
request_proto, [](const Status &status, const rpc::ReportOCMetricsReply &reply) {
|
||||
RAY_UNUSED(reply);
|
||||
if (!status.ok()) {
|
||||
RAY_LOG(WARNING)
|
||||
RAY_LOG_EVERY_N(WARNING, 10000)
|
||||
<< "Export metrics to agent failed: " << status
|
||||
<< ". This won't affect Ray, but you can lose metrics from the cluster.";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue