pub struct Domain {
pub ipc_endpoint: String,
}Expand description
Resolved checks configuration.
Fields§
§ipc_endpoint: StringAddress the checks pipeline exposes for IPC with the core Agent.
This is a Saluki-only field, seeded from the Saluki-only source. It is absent from the
Datadog Agent config schema. Defaults to tcp://0.0.0.0:5105.
Trait Implementations§
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl Freeze for Domain
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more