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: agent plugin for StarRocks FE #599

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

yuanlihan
Copy link

Support agent plugin for StarRocks FE

FrankChen021 and others added 10 commits May 14, 2023 23:06
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants