mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
feat(observability): Add grafana dashboard, observability changes (#1770)
Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
@@ -19,7 +19,7 @@ use tracing::{Level, error, info, instrument};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
let obs_conf = Some("http://localhost:4317".to_string());
|
||||
let obs_conf = Some("http://localhost:4318".to_string());
|
||||
let _guard = init_obs(obs_conf).await;
|
||||
let span = tracing::span!(Level::INFO, "main");
|
||||
let _enter = span.enter();
|
||||
|
||||
Reference in New Issue
Block a user