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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user