Untitled

 avatar
wyc1230
plain_text
11 days ago
219 B
6
Indexable
    tetris_step_latency = Histogram(
        "tetris_step_latency",
        "Latency of major steps in the tetris execution",
        labelnames=["step", "algorithm", "centerId"],
        buckets=DEFAULT_BUCKETS,
    )
Leave a Comment