grafana-druid-plugin / druidplugin

This repository contains the druid plugin for Grafana 3.0
Apache License 2.0
101 stars 83 forks source link

The configured Query page can only initiate queries of type SELECT #111

Open yinghao-wang opened 3 years ago

yinghao-wang commented 3 years ago

The grafana I use is version 6.35, the grafana-druid plugin is version 0.05, and the Druid cluster is version 0.18.1. After configuring the query panel, there is no response. I opened the network and observed that only the query page of the select type would be initiated. Request, other query pages have not been requested, and the Druid cluster has not received the query request. What is the situation?

yinghao-wang commented 3 years ago

The query of the select type is as shown in the figure below. Although the request reported a 400 error, the request was indeed sent. GIZ SQIXH3ULHJ I6SD~F)Y

The following figure shows other types of queries. From the network panel, garafana only initiated a metadata query, but did not initiate a group by type query. {EL326%3FUBBB )I_MNNWB2

I switched the time interval and clicked the refresh button in the upper right corner to try to make grafana initiate a query, but it did not respond. 5CQTKRSXO D`` ) VL}65ND

yinghao-wang commented 3 years ago

Can anyone help me check it out, thank you everyone