Skip to content

feat: Adds 'cq' diagnostics to /debug/vars (#26874)#26884

Merged
devanbenz merged 1 commit into1.12from
db/cherrypick-63498ca
Oct 6, 2025
Merged

feat: Adds 'cq' diagnostics to /debug/vars (#26874)#26884
devanbenz merged 1 commit into1.12from
db/cherrypick-63498ca

Conversation

@devanbenz
Copy link

This PR adds continuous query diags to our /debug/vars endpoint

Example

  "cq": {
    "queryFail": 0,
    "queryOk": 2
  },

(cherry picked from commit 63498ca)

This PR adds continuous query diags to our /debug/vars endpoint

Example
```
  "cq": {
    "queryFail": 0,
    "queryOk": 2
  },
```

(cherry picked from commit 63498ca)
Copy link
Contributor

@davidby-influx davidby-influx left a comment

Choose a reason for hiding this comment

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

LGTM

@devanbenz devanbenz linked an issue Oct 6, 2025 that may be closed by this pull request
@devanbenz devanbenz merged commit f75be56 into 1.12 Oct 6, 2025
9 checks passed
@devanbenz devanbenz deleted the db/cherrypick-63498ca branch October 6, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Port to 1.12]: feat: Adds 'cq' diagnostics to /debug/vars (#26874)

2 participants