pub struct HttpReceiver {
pub endpoint: String,
pub transport: String,
}Expand description
OTLP HTTP receiver.
Fields§
§endpoint: StringAddress the HTTP receiver listens on.
transport: StringTransport the HTTP receiver binds (for example, tcp or unix). (not in Datadog Agent
config schema)
Trait Implementations§
Source§impl Clone for HttpReceiver
impl Clone for HttpReceiver
Source§fn clone(&self) -> HttpReceiver
fn clone(&self) -> HttpReceiver
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HttpReceiver
impl Debug for HttpReceiver
Source§impl Default for HttpReceiver
impl Default for HttpReceiver
Source§impl PartialEq for HttpReceiver
impl PartialEq for HttpReceiver
Source§impl Serialize for HttpReceiver
impl Serialize for HttpReceiver
impl StructuralPartialEq for HttpReceiver
Auto Trait Implementations§
impl Freeze for HttpReceiver
impl RefUnwindSafe for HttpReceiver
impl Send for HttpReceiver
impl Sync for HttpReceiver
impl Unpin for HttpReceiver
impl UnwindSafe for HttpReceiver
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