FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
15 stars 5 forks source link

Integrate calcite to unify profiling APIs #526

Closed FrankChen021 closed 1 year ago

FrankChen021 commented 1 year ago

Now /api/agent/query in web-service module support SQL to query data from running instances.

select * from agent.instance
select * from agent.loaded_class where appId = 'xxx' ...
select * from agent.thread where appId = 'xxx' ...
select * from agent.configuration where appId = 'xxx' ...

This also resolves #525