mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-02 13:20:40 +00:00
fix: remove path label for cache store (#4336)
* fix: remove path label for cache store * fix: ignore path label for intermediatemanager * refactor: remove unused object store
This commit is contained in:
@@ -60,7 +60,7 @@ pub(crate) async fn new_object_store(
|
||||
object_store
|
||||
};
|
||||
|
||||
let store = with_instrument_layers(object_store);
|
||||
let store = with_instrument_layers(object_store, true);
|
||||
Ok(store)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user