Struct tremor_otelapis::opentelemetry::proto::trace::v1::ResourceSpans[][src]

pub struct ResourceSpans {
    pub resource: Option<Resource>,
    pub instrumentation_library_spans: Vec<InstrumentationLibrarySpans>,
}

A collection of InstrumentationLibrarySpans from a Resource.

Fields

resource: Option<Resource>

The resource for the spans in this message. If this field is not set then no resource info is known.

instrumentation_library_spans: Vec<InstrumentationLibrarySpans>

A list of InstrumentationLibrarySpans that originate from a resource.

Trait Implementations

impl Clone for ResourceSpans[src]

impl Debug for ResourceSpans[src]

impl Default for ResourceSpans[src]

impl Message for ResourceSpans[src]

impl PartialEq<ResourceSpans> for ResourceSpans[src]

impl StructuralPartialEq for ResourceSpans[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]