mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:13:54 +08:00
CoreWorker correctly push metrics to agent (#10031)
This commit is contained in:
@@ -74,7 +74,6 @@ cdef class Gauge(Metric):
|
||||
value = 5
|
||||
key1= "key1"
|
||||
key2 = "key2"
|
||||
s
|
||||
gauge.record(value, {"tagk1": key1, "tagk2": key2})
|
||||
"""
|
||||
def __init__(self, name, description, unit, tag_keys):
|
||||
|
||||
Reference in New Issue
Block a user