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

distsql: Properly measure synchronous flows #20503

Merged
merged 1 commit into from
Dec 5, 2017

Conversation

a-robinson
Copy link
Contributor

We were missing calls to account for them in our metrics.

Fixes #20501

Release note (bug fix): Account for some distsql flows in the exported
sql.distsql.flows.active and sql.distsql.flows.total metrics and the
"Active Flows for Distributed SQL Queries" admin UI graph that had
previously been missing.

We were missing calls to account for them in our metrics.

Fixes cockroachdb#20501

Release note (bug fix): Account for some distsql flows in the exported
sql.distsql.flows.active and sql.distsql.flows.total metrics and the
"Active Flows for Distributed SQL Queries" admin UI graph that had
previously been missing.
@a-robinson a-robinson requested review from RaduBerinde and a team December 5, 2017 20:53
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@RaduBerinde
Copy link
Member

LGTM, thanks for the fix.

@a-robinson a-robinson merged commit 99cae98 into cockroachdb:master Dec 5, 2017
@a-robinson a-robinson deleted the flowstart branch May 18, 2018 20:32
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.

distsql/ui: Confusion over Active Flows for Distributed SQL Queries graph
3 participants