Skip to content

Commit 9ff46bb

Browse files
committed
fix: ci
1 parent c16b82b commit 9ff46bb

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

crate/server/src/core/otel_metrics.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use crate::{error::KmsError, result::KResult};
3333
/// `kms.kmip.operations.per_user.total` and
3434
/// `kms.permissions.granted.per_user.total` metrics.
3535
///
36-
/// Raise this constant if your deployment legitimately has more than 10_000
36+
/// Raise this constant if your deployment legitimately has more than `10_000`
3737
/// distinct users active within any 1-hour window.
3838
pub(crate) const MAX_TRACKED_CARDINALITY: usize = 10_000;
3939

@@ -543,7 +543,9 @@ impl DbMetricsRecorder for OtelMetrics {
543543
)]
544544
mod tests {
545545
use super::*;
546-
use opentelemetry_sdk::metrics::{InMemoryMetricExporter, PeriodicReader, data::Gauge as GaugeData, data::Sum};
546+
use opentelemetry_sdk::metrics::{
547+
InMemoryMetricExporter, PeriodicReader, data::Gauge as GaugeData, data::Sum,
548+
};
547549

548550
// ── No-op provider — cheap, used only where value assertions aren't needed ──
549551

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-+I9Zgj9B4E64bVgAACUDyfhY4Z1qomfoBF9/sZII/aE=
1+
sha256-BuvRZXYokFcMCVaVei/yn57fxxuEuymo5SypHSnlFNE=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-eq6awCqtAEHoQ5wRrOmNSm5mRf8BhQVWIv7G32ipeDc=
1+
sha256-NlAidjG7Z1x6aw8y7rkPA5/o14bNIIx3fmKeG0zT0Ec=

test_data

Submodule test_data updated 49 files

0 commit comments

Comments
 (0)