-
Notifications
You must be signed in to change notification settings - Fork 6
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: agent plugin for StarRocks FE #599
Open
yuanlihan
wants to merge
10
commits into
FrankChen021:master
Choose a base branch
from
yuanlihan:agent-plugin-starrocks
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Extract filter create process * Rename timeFloor to timeFloorExpression * Unify the timebucket * Defer the instantiation of reader/schema to interface call so that missing relavent components configuration won't block the startup * Fix comment * fix sql filter * Support LIKE in filter expression * Support filter.showFilterInput/refreshTime/showColumns properties in dashboard * Add filter expression to dashboard * Add filter expression to exception dashboard page * Pass bucketCount from FE to BE * Fix a bug when using H2 as storage * Improve style * Fix link * Remove select button * Improve the 'template' formatter * Fix grammar * Fix base * Improve the indexes * Rename to zoomOnTime * Assign some headers when constructing the client object
* Fix filter * Add listener to print errors * Allow to instrument beans created by methods which are annotated by '@bean' * Update comment * Catch DataAccessException * Fix NPE * Add connectionTimeout * Add more rules * Fix bug * Avoid NPE when running with spring-boot-devtools * Add exclusion rule * Fix code check
* Support case-insensitive in the filter expression * Add DataStoreSpec * Add experimental log support * Add folder property to all dashboards * create ISqlDialect dynamically * Fix code check * Extract SqlDialectManager * Prevent NPE during upgrade * Fix bug * Use name property
* Add time format * Don't retry the clean task once it fails * Fix a bug that timestamp of a span is wrong * Fix concurrency bug
* Add Validated to support validation recursively * Add default value * Add service start log
Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support agent plugin for StarRocks FE