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

[INLONG-9337][Manager] Support querying operation records #9340

Merged
merged 8 commits into from
Nov 28, 2023

Conversation

fuweng11
Copy link
Contributor

@fuweng11 fuweng11 commented Nov 27, 2023

Prepare a Pull Request

Motivation

Support querying operation records.
1.For operation_log table has added operation_target, inlong_stream_id, inlong_group_id field.
2.supports querying operation log records based on inlongGroupId, inlongStreamId, and operation request time.
3.The return values are operation time, operation object, and whether the operation was successful.

Through this query operation record, it is possible to query which operations were performed in a certain inlongGroup during a certain time period, whether these operations were successful, and effectively record the parameters of information changes.

Modifications

Support querying operation records.

vernedeng
vernedeng previously approved these changes Nov 27, 2023
@dockerzhang dockerzhang merged commit 7583980 into apache:master Nov 28, 2023
8 checks passed
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.

[Improve][Manager] Support querying operation records
4 participants