Untitled

 avatar
wyc1230
plain_text
a month ago
219 B
7
Indexable
    tetris_step_latency = Histogram(
        "tetris_step_latency",
        "Latency of major steps in the tetris execution",
        labelnames=["step", "algorithm", "centerId"],
        buckets=DEFAULT_BUCKETS,
    )
Editor is loading...
Leave a Comment