pub struct InstanceUrls {Show 13 fields
pub binary: String,
pub config: String,
pub hosts: String,
pub promtail_bin: String,
pub promtail_config: String,
pub promtail_service: String,
pub node_exporter_bin: String,
pub node_exporter_service: String,
pub binary_service: String,
pub logrotate_conf: String,
pub pyroscope_script: String,
pub pyroscope_service: String,
pub pyroscope_timer: String,
}Expand description
URLs for binary instance installation
Fields§
§binary: String§config: String§hosts: String§promtail_bin: String§promtail_config: String§promtail_service: String§node_exporter_bin: String§node_exporter_service: String§binary_service: String§logrotate_conf: String§pyroscope_script: String§pyroscope_service: String§pyroscope_timer: StringAuto Trait Implementations§
impl Freeze for InstanceUrls
impl RefUnwindSafe for InstanceUrls
impl Send for InstanceUrls
impl Sync for InstanceUrls
impl Unpin for InstanceUrls
impl UnwindSafe for InstanceUrls
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.