ray.util.metrics.Histogram.observe#

Histogram.observe(value: int | float, tags: Dict[str, str] = None)[源代码]#

观察给定的 value 并将其添加到适当的桶中。

传入的标签将优先于度量的默认标签。

参数:
  • value (int, float) – 设置仪表的值。

  • tags (Dict[str, str]) – 为此仪表设置或覆盖的标签。