Skip to content

Commit

Permalink
fixup! adapter,controller: mz_cluster_replica_metrics source
Browse files Browse the repository at this point in the history
  • Loading branch information
teskje committed Aug 27, 2024
1 parent 2d41e58 commit 7e236ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/controller/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ use mz_service::secrets::SecretsReaderCliArgs;
use mz_storage_client::client::{
ProtoStorageCommand, ProtoStorageResponse, StorageCommand, StorageResponse,
};
use mz_storage_client::controller::{IntrospectionType, StorageController, StorageMetadata, StorageTxn};
use mz_storage_client::controller::{
IntrospectionType, StorageController, StorageMetadata, StorageTxn,
};
use mz_storage_client::storage_collections::{self, StorageCollections};
use mz_storage_types::configuration::StorageConfiguration;
use mz_storage_types::connections::ConnectionContext;
Expand Down

0 comments on commit 7e236ec

Please sign in to comment.