pub struct Transaction<'a> {Show 15 fields
pub event_id: Uuid,
pub name: Option<String>,
pub release: Option<Cow<'a, str>>,
pub environment: Option<Cow<'a, str>>,
pub user: Option<User>,
pub tags: BTreeMap<String, String>,
pub extra: BTreeMap<String, Value>,
pub sdk: Option<Cow<'a, ClientSdkInfo>>,
pub platform: Cow<'a, str>,
pub timestamp: Option<SystemTime>,
pub start_timestamp: SystemTime,
pub spans: Vec<Span>,
pub contexts: BTreeMap<String, Context>,
pub request: Option<Request>,
pub server_name: Option<Cow<'a, str>>,
}
Expand description
Represents a tracing transaction.
Fields§
§event_id: Uuid
The ID of the event
name: Option<String>
The transaction name.
release: Option<Cow<'a, str>>
A release identifier.
environment: Option<Cow<'a, str>>
An optional environment identifier.
user: Option<User>
Optionally user data to be sent along.
Optional tags to be attached to the event.
extra: BTreeMap<String, Value>
Optional extra information to be sent with the event.
sdk: Option<Cow<'a, ClientSdkInfo>>
SDK metadata
platform: Cow<'a, str>
A platform identifier for this event.
timestamp: Option<SystemTime>
The end time of the transaction.
start_timestamp: SystemTime
The start time of the transaction.
spans: Vec<Span>
The collection of finished spans part of this transaction.
contexts: BTreeMap<String, Context>
Optional contexts.
request: Option<Request>
Optionally HTTP request data to be sent along.
server_name: Option<Cow<'a, str>>
Optionally the server (or device) name of this event.
Implementations§
Source§impl<'a> Transaction<'a>
impl<'a> Transaction<'a>
Sourcepub fn new() -> Transaction<'a>
pub fn new() -> Transaction<'a>
Creates a new span transaction the current timestamp and random id.
Sourcepub fn into_owned(self) -> Transaction<'static>
pub fn into_owned(self) -> Transaction<'static>
Creates a fully owned version of the transaction.
Sourcepub fn finish_with_timestamp(&mut self, timestamp: SystemTime)
pub fn finish_with_timestamp(&mut self, timestamp: SystemTime)
Finalizes the transaction to be dispatched with the given end timestamp.
Trait Implementations§
Source§impl<'a> Clone for Transaction<'a>
impl<'a> Clone for Transaction<'a>
Source§fn clone(&self) -> Transaction<'a>
fn clone(&self) -> Transaction<'a>
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl<'a> Debug for Transaction<'a>
impl<'a> Debug for Transaction<'a>
Source§impl Default for Transaction<'_>
impl Default for Transaction<'_>
Source§fn default() -> Transaction<'_>
fn default() -> Transaction<'_>
Source§impl<'de, 'a> Deserialize<'de> for Transaction<'a>
impl<'de, 'a> Deserialize<'de> for Transaction<'a>
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Transaction<'a>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Transaction<'a>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl Display for Transaction<'_>
impl Display for Transaction<'_>
Source§impl From<Transaction<'static>> for EnvelopeItem
impl From<Transaction<'static>> for EnvelopeItem
Source§fn from(transaction: Transaction<'static>) -> EnvelopeItem
fn from(transaction: Transaction<'static>) -> EnvelopeItem
Source§impl<'a> PartialEq for Transaction<'a>
impl<'a> PartialEq for Transaction<'a>
Source§impl<'a> Serialize for Transaction<'a>
impl<'a> Serialize for Transaction<'a>
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl<'a> StructuralPartialEq for Transaction<'a>
Auto Trait Implementations§
impl<'a> Freeze for Transaction<'a>
impl<'a> RefUnwindSafe for Transaction<'a>
impl<'a> Send for Transaction<'a>
impl<'a> Sync for Transaction<'a>
impl<'a> Unpin for Transaction<'a>
impl<'a> UnwindSafe for Transaction<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ServiceExt for T
impl<T> ServiceExt for T
Source§fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
Source§fn decompression(self) -> Decompression<Self>where
Self: Sized,
fn decompression(self) -> Decompression<Self>where
Self: Sized,
Source§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
Source§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
Source§fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.