mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 02:10:38 +00:00
feat: implement Jaeger query APIs (#5452)
* feat: implement jaeger query api * test: add some unit tests * test: add integration tests for jaeger query APIs * refactor: parse tags from url parameters * refactor: support to query traces by tags * refactor: add limit parameter * refactor: add jaeger query api metrics * chore: add some comment docs and default limit value * test: add more unit tests * docs: add jaeger options in config docs * refactor: code review * wip * refactor: use datafusion's dataframe APIs to query traces * refactor: code review * chore: format test cases * refactor: add check_schema() * chore: fix clippy errors and rename function name * refactor: throw error when covert start_time and duration error * chore: modify incorrect request type name * chore: remove unecessary serde rename * refactor: add some important comments * refactor: add SPAN_KIND_PREFIX * refactor: code review
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
use std::sync::Arc;
|
||||
mod json_get;
|
||||
pub mod json_get;
|
||||
mod json_is;
|
||||
mod json_path_exists;
|
||||
mod json_path_match;
|
||||
|
||||
Reference in New Issue
Block a user