feat: track channels with query context and w/rcu (#4448)

* feat: add source channel to meter recorders

* feat: provide channel for query context

* fix: testing and extension get for query context

* chore: revert cargo toml structure changes

* fix: querycontext modification for prometheus and pipeline

* chore: switch git dependency to main branches

* chore: remove TODO

* refactor: rename other to unknown

---------

Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com>
This commit is contained in:
Ning Sun
2024-07-31 15:30:50 +08:00
committed by GitHub
parent dd23d47743
commit b741a7181b
21 changed files with 193 additions and 96 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
pub use sqlparser::dialect::{Dialect, MySqlDialect, PostgreSqlDialect};
pub use sqlparser::dialect::{Dialect, GenericDialect, MySqlDialect, PostgreSqlDialect};
/// GreptimeDb dialect
#[derive(Debug, Clone)]