Skip to content

Commit

Permalink
feat: moved non namespace hist to last entry
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Jan 3, 2025
1 parent dc5d9f4 commit 1b09b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_cluster/client/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -2067,13 +2067,13 @@ async def info_latencies(
return data
micro_benchmarks = [
"proxy",
"benchmarks-fabric",
"benchmarks-ops-sub",
"benchmarks-read",
"benchmarks-write",
"benchmarks-udf",
"benchmarks-udf-sub",
"benchmarks-batch-sub",
"benchmarks-fabric"
]
cmd_latencies += [
"latencies:hist=%s" % (optional) if optional == "benchmarks-fabric" else "latencies:hist={%s}-%s" % (ns, optional)
Expand Down

0 comments on commit 1b09b2f

Please sign in to comment.