Fix typo in blockstore_metrics.rs (#29503)

embeded -> embedded
This commit is contained in:
Ikko Ashimine 2023-01-05 01:44:45 +09:00 committed by GitHub
parent 10135dbd10
commit f505c2d233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ pub struct BlockstoreRocksDbColumnFamilyMetrics {
impl BlockstoreRocksDbColumnFamilyMetrics {
/// Report metrics with the specified metric name and column family tag.
/// The metric name and the column family tag is embeded in the parameter
/// The metric name and the column family tag is embedded in the parameter
/// `metric_name_and_cf_tag` with the following format.
///
/// For example, "blockstore_rocksdb_cfs,cf_name=shred_data".