feat: add promql query support (#13)

* feat: add promql query support

* feat: add go sources

* refactor: rename promql to prom_range_query

* fix: lint issue
This commit is contained in:
Ning Sun
2023-03-13 11:34:53 +08:00
committed by GitHub
parent ad01872950
commit 3a71515056
3 changed files with 176 additions and 58 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ impl PeerDict {
}
}
#[allow(clippy::derive_hash_xor_eq)]
#[allow(clippy::derived_hash_with_manual_eq)]
impl Hash for Peer {
fn hash<H: Hasher>(&self, state: &mut H) {
self.id.hash(state);