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

feat: add ioxQuery limits #6875

Merged
merged 6 commits into from
Apr 4, 2024
Merged

feat: add ioxQuery limits #6875

merged 6 commits into from
Apr 4, 2024

Conversation

mhilton
Copy link
Contributor

@mhilton mhilton commented Mar 21, 2024

Add support for viewing and modifying the new IOx Query limits.

Closes #

Checklist

Authors and Reviewer(s), please verify the following:

  • A PR description, regardless of the triviality of this change, that communicates the value of this PR
  • Well-formatted conventional commit messages that provide context into the change
  • Documentation updated or issue created (provide link to issue/PR)
  • Signed CLA (if not already signed)
  • Feature flagged, if applicable

Add support for viewing and modifying the new IOx Query limits.§
@mhilton mhilton requested a review from a team as a code owner March 21, 2024 09:57
@appletreeisyellow
Copy link
Contributor

Is it possible to add a before and after screenshot in the description? Something like this #6657

@@ -339,6 +339,28 @@ export const OrgOverlay: FC = () => {
</Grid.Column>
</Grid.Row>
)}
{limits?.ioxQuery && (
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like ioxQuery is defined under the type OrgLimits, but limits is a type of OperatorOrgLimits

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is now resolved after influxdata/openapi#649

@wdoconnell
Copy link
Contributor

Is it possible to add a before and after screenshot in the description? Something like this #6657

@mhilton and I discussed this: Given the current implementation for mocking these limits, the addition of this limit on the operator page will not reflect meaningful data in local dev. I will add more details in the 🧵 , but staging is the better place to revalidate this.

@mhilton mhilton added this pull request to the merge queue Apr 4, 2024
Merged via the queue into master with commit 730f98f Apr 4, 2024
6 checks passed
@mhilton mhilton deleted the mh-iox-query-limits branch April 4, 2024 07:41
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.

3 participants