refactor metric tags & sources config
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
use crate::{ChimemonMessage, ChimemonTarget, ChimemonTargetChannel, ChronySockConfig};
|
||||
use async_trait::async_trait;
|
||||
use libc::{c_double, c_int, timeval};
|
||||
use std::mem;
|
||||
use std::os::unix::net::UnixDatagram;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use async_trait::async_trait;
|
||||
use libc::{c_double, c_int, timeval};
|
||||
use tracing::debug;
|
||||
|
||||
use crate::{ChimemonMessage, ChimemonTarget, ChimemonTargetChannel, ChronySockConfig};
|
||||
|
||||
const CHRONY_MAGIC: c_int = 0x534f434b;
|
||||
|
||||
pub struct ChronySockServer {
|
||||
|
||||
Reference in New Issue
Block a user