refactor(obs): migrate metrics runtime/schema and tighten migration guards (#2584)

This commit is contained in:
houseme
2026-04-18 15:51:15 +08:00
committed by GitHub
parent 03f8270a60
commit 1cbf156559
98 changed files with 1536 additions and 652 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ pub use error::{StoreError, TargetError};
pub use rustfs_s3_common::EventName;
use serde::{Deserialize, Serialize};
pub use sys::user_agent::*;
pub use target::Target;
pub use target::{Target, TargetDeliverySnapshot};
/// Represents a log of events for sending to targets
#[derive(Debug, Clone, Serialize, Deserialize)]