Skip to content

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

Merged
devanbenz merged 5 commits intomaster-1.xfrom
db/514/cq-debugvars
Oct 3, 2025
Merged

feat: Adds 'cq' diagnostics to /debug/vars#26874
devanbenz merged 5 commits intomaster-1.xfrom
db/514/cq-debugvars

Conversation

@devanbenz
Copy link

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

Example

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

@devanbenz devanbenz marked this pull request as ready for review October 3, 2025 16:28
@devanbenz devanbenz self-assigned this Oct 3, 2025
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.

Some error handling needed.

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 merged commit 63498ca into master-1.x Oct 3, 2025
9 checks passed
@devanbenz devanbenz deleted the db/514/cq-debugvars branch October 3, 2025 21:47
devanbenz added a commit that referenced this pull request Oct 6, 2025
This PR adds continuous query diags to our /debug/vars endpoint

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

(cherry picked from commit 63498ca)
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.

2 participants