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

support v2-nightly #31

Merged
merged 3 commits into from
Aug 11, 2021
Merged

support v2-nightly #31

merged 3 commits into from
Aug 11, 2021

Conversation

MegaByte875
Copy link
Contributor

No description provided.

// slow_query_latency_us.p95.5=0
for _, metric := range metrics {
s := strings.Split(metric, "=")
matches[s[0]] = s[1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use getRValue here?
ok, metric := getRValue(metrics)
if !ok {
continue
}
matches[s[0]] = metric

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I will check the length of 's'.

@kqzh kqzh merged commit 003bb50 into vesoft-inc:master Aug 11, 2021
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.

None yet

2 participants