Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TOOLS-2984 update outdated hist info cmd from latencies #324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-spiker
Copy link
Contributor

@a-spiker a-spiker commented Dec 27, 2024

asadm runs following when run show latencies

  • "latencies:" -> this covers
    • "latencies:hist={namespace}-read"
    • "latencies:hist={namespace}-write"
    • "latencies:hist={namespace}-udf"
    • "latencies:hist={namespace}-batch_sub_read"
    • "latencies:hist={namespace}-batch_sub_write"
    • "latencies:hist={namespace}-batch_sub_udf"
    • "latencies:hist={namespace}-pi_query"
    • "latencies:hist={namespace}-si_query"

& Runs following when run show latencies -v

  • "latencies:"
  • "latencies:hist={namespace}-proxy"
  • "latencies:hist={namespace}-benchmark-fabric" INVALID COMMAND - doesn't exist on namespace level
  • "latencies:hist={namespace}-benchmarks-ops-sub"
  • "latencies:hist={namespace}-benchmarks-read"
  • "latencies:hist={namespace}-benchmarks-write"
  • "latencies:hist={namespace}-benchmarks-udf"
  • "latencies:hist={namespace}-benchmarks-udf-sub"
  • "latencies:hist={namespace}-benchmarks-batch-sub"

So Added following to the histograms removed {namespace}-benchmark-fabric & added missing histograms at namespace level

  • "latencies:hist={namespace}-read-touch"
  • "latencies:hist={namespace}-re-repl"

{ns}-read-touch was introduced in 7.1 and thus, if asadm is run against older version, it handles errors from the server for bad hist names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant