pub struct ClientGroupedStats {Show 20 fields
pub service: Chars,
pub name: Chars,
pub resource: Chars,
pub HTTP_status_code: u32,
pub type_: Chars,
pub DB_type: Chars,
pub hits: u64,
pub errors: u64,
pub duration: u64,
pub okSummary: Bytes,
pub errorSummary: Bytes,
pub synthetics: bool,
pub topLevelHits: u64,
pub span_kind: Chars,
pub peer_tags: Vec<Chars>,
pub is_trace_root: EnumOrUnknown<Trilean>,
pub GRPC_status_code: Chars,
pub HTTP_method: Chars,
pub HTTP_endpoint: Chars,
pub special_fields: SpecialFields,
}Fields§
§service: Chars§name: Chars§resource: Chars§HTTP_status_code: u32§type_: Chars§DB_type: Chars§hits: u64§errors: u64§duration: u64§okSummary: Bytes§errorSummary: Bytes§synthetics: bool§topLevelHits: u64§span_kind: Chars§is_trace_root: EnumOrUnknown<Trilean>§GRPC_status_code: Chars§HTTP_method: Chars§HTTP_endpoint: Chars§special_fields: SpecialFieldsImplementations§
Source§impl ClientGroupedStats
impl ClientGroupedStats
pub fn new() -> ClientGroupedStats
pub fn service(&self) -> &str
pub fn clear_service(&mut self)
pub fn set_service(&mut self, v: Chars)
pub fn mut_service(&mut self) -> &mut Chars
pub fn take_service(&mut self) -> Chars
pub fn name(&self) -> &str
pub fn clear_name(&mut self)
pub fn set_name(&mut self, v: Chars)
pub fn mut_name(&mut self) -> &mut Chars
pub fn take_name(&mut self) -> Chars
pub fn resource(&self) -> &str
pub fn clear_resource(&mut self)
pub fn set_resource(&mut self, v: Chars)
pub fn mut_resource(&mut self) -> &mut Chars
pub fn take_resource(&mut self) -> Chars
pub fn HTTP_status_code(&self) -> u32
pub fn clear_HTTP_status_code(&mut self)
pub fn set_HTTP_status_code(&mut self, v: u32)
pub fn type_(&self) -> &str
pub fn clear_type_(&mut self)
pub fn set_type(&mut self, v: Chars)
pub fn mut_type(&mut self) -> &mut Chars
pub fn take_type_(&mut self) -> Chars
pub fn DB_type(&self) -> &str
pub fn clear_DB_type(&mut self)
pub fn set_DB_type(&mut self, v: Chars)
pub fn mut_DB_type(&mut self) -> &mut Chars
pub fn take_DB_type(&mut self) -> Chars
pub fn hits(&self) -> u64
pub fn clear_hits(&mut self)
pub fn set_hits(&mut self, v: u64)
pub fn errors(&self) -> u64
pub fn clear_errors(&mut self)
pub fn set_errors(&mut self, v: u64)
pub fn duration(&self) -> u64
pub fn clear_duration(&mut self)
pub fn set_duration(&mut self, v: u64)
pub fn okSummary(&self) -> &[u8] ⓘ
pub fn clear_okSummary(&mut self)
pub fn set_okSummary(&mut self, v: Bytes)
pub fn mut_okSummary(&mut self) -> &mut Bytes
pub fn take_okSummary(&mut self) -> Bytes
pub fn errorSummary(&self) -> &[u8] ⓘ
pub fn clear_errorSummary(&mut self)
pub fn set_errorSummary(&mut self, v: Bytes)
pub fn mut_errorSummary(&mut self) -> &mut Bytes
pub fn take_errorSummary(&mut self) -> Bytes
pub fn synthetics(&self) -> bool
pub fn clear_synthetics(&mut self)
pub fn set_synthetics(&mut self, v: bool)
pub fn topLevelHits(&self) -> u64
pub fn clear_topLevelHits(&mut self)
pub fn set_topLevelHits(&mut self, v: u64)
pub fn span_kind(&self) -> &str
pub fn clear_span_kind(&mut self)
pub fn set_span_kind(&mut self, v: Chars)
pub fn mut_span_kind(&mut self) -> &mut Chars
pub fn take_span_kind(&mut self) -> Chars
pub fn is_trace_root(&self) -> Trilean
pub fn clear_is_trace_root(&mut self)
pub fn set_is_trace_root(&mut self, v: Trilean)
pub fn GRPC_status_code(&self) -> &str
pub fn clear_GRPC_status_code(&mut self)
pub fn set_GRPC_status_code(&mut self, v: Chars)
pub fn mut_GRPC_status_code(&mut self) -> &mut Chars
pub fn take_GRPC_status_code(&mut self) -> Chars
pub fn HTTP_method(&self) -> &str
pub fn clear_HTTP_method(&mut self)
pub fn set_HTTP_method(&mut self, v: Chars)
pub fn mut_HTTP_method(&mut self) -> &mut Chars
pub fn take_HTTP_method(&mut self) -> Chars
pub fn HTTP_endpoint(&self) -> &str
pub fn clear_HTTP_endpoint(&mut self)
pub fn set_HTTP_endpoint(&mut self, v: Chars)
pub fn mut_HTTP_endpoint(&mut self) -> &mut Chars
pub fn take_HTTP_endpoint(&mut self) -> Chars
Trait Implementations§
Source§impl Clone for ClientGroupedStats
impl Clone for ClientGroupedStats
Source§fn clone(&self) -> ClientGroupedStats
fn clone(&self) -> ClientGroupedStats
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 ClientGroupedStats
impl Debug for ClientGroupedStats
Source§impl<'a> Default for &'a ClientGroupedStats
impl<'a> Default for &'a ClientGroupedStats
Source§fn default() -> &'a ClientGroupedStats
fn default() -> &'a ClientGroupedStats
Returns the “default value” for a type. Read more
Source§impl Default for ClientGroupedStats
impl Default for ClientGroupedStats
Source§fn default() -> ClientGroupedStats
fn default() -> ClientGroupedStats
Returns the “default value” for a type. Read more
Source§impl Message for ClientGroupedStats
impl Message for ClientGroupedStats
Source§const NAME: &'static str = "ClientGroupedStats"
const NAME: &'static str = "ClientGroupedStats"
Message name as specified in
.proto file. Read moreSource§fn is_initialized(&self) -> bool
fn is_initialized(&self) -> bool
True iff all required fields are initialized.
Always returns
true for protobuf 3.Source§fn merge_from(&mut self, is: &mut CodedInputStream<'_>) -> Result<()>
fn merge_from(&mut self, is: &mut CodedInputStream<'_>) -> Result<()>
Update this message object with fields read from given stream.
Source§fn compute_size(&self) -> u64
fn compute_size(&self) -> u64
Compute and cache size of this message and all nested messages. Read more
Source§fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream<'_>,
) -> Result<()>
fn write_to_with_cached_sizes( &self, os: &mut CodedOutputStream<'_>, ) -> Result<()>
Write message to the stream. Read more
Source§fn special_fields(&self) -> &SpecialFields
fn special_fields(&self) -> &SpecialFields
Special fields (unknown fields and cached size).
Source§fn mut_special_fields(&mut self) -> &mut SpecialFields
fn mut_special_fields(&mut self) -> &mut SpecialFields
Special fields (unknown fields and cached size).
Source§fn new() -> ClientGroupedStats
fn new() -> ClientGroupedStats
Create an empty message object. Read more
Source§fn default_instance() -> &'static ClientGroupedStats
fn default_instance() -> &'static ClientGroupedStats
Return a pointer to default immutable message with static lifetime. Read more
Source§fn parse_from(is: &mut CodedInputStream<'_>) -> Result<Self, Error>
fn parse_from(is: &mut CodedInputStream<'_>) -> Result<Self, Error>
Parse message from stream.
Source§fn cached_size(&self) -> u32
fn cached_size(&self) -> u32
Get size previously computed by
compute_size. Read moreSource§fn write_to(&self, os: &mut CodedOutputStream<'_>) -> Result<(), Error>
fn write_to(&self, os: &mut CodedOutputStream<'_>) -> Result<(), Error>
Write the message to the stream. Read more
Source§fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>,
) -> Result<(), Error>
fn write_length_delimited_to( &self, os: &mut CodedOutputStream<'_>, ) -> Result<(), Error>
Write the message to the stream prepending the message with message length
encoded as varint.
Source§fn write_length_delimited_to_vec(&self, vec: &mut Vec<u8>) -> Result<(), Error>
fn write_length_delimited_to_vec(&self, vec: &mut Vec<u8>) -> Result<(), Error>
Write the message to the vec, prepend the message with message length
encoded as varint.
Source§fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), Error>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), Error>
Update this message object with fields read from given stream.
Source§fn parse_from_reader(reader: &mut dyn Read) -> Result<Self, Error>
fn parse_from_reader(reader: &mut dyn Read) -> Result<Self, Error>
Parse message from reader.
Parse stops on EOF or when error encountered.
Source§fn parse_from_tokio_bytes(bytes: &Bytes) -> Result<Self, Error>
fn parse_from_tokio_bytes(bytes: &Bytes) -> Result<Self, Error>
Parse message from
Bytes object.
Resulting message may share references to the passed bytes object.Source§fn check_initialized(&self) -> Result<(), Error>
fn check_initialized(&self) -> Result<(), Error>
Check if all required fields of this object are initialized.
Source§fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), Error>
fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), Error>
Write the message to the writer.
Source§fn write_length_delimited_to_writer(
&self,
w: &mut dyn Write,
) -> Result<(), Error>
fn write_length_delimited_to_writer( &self, w: &mut dyn Write, ) -> Result<(), Error>
Write the message to the writer, prepend the message with message length
encoded as varint.
Source§fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, Error>
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, Error>
Write the message to the bytes vec, prepend the message with message length
encoded as varint.
Source§fn unknown_fields(&self) -> &UnknownFields
fn unknown_fields(&self) -> &UnknownFields
Get a reference to unknown fields.
Source§fn mut_unknown_fields(&mut self) -> &mut UnknownFields
fn mut_unknown_fields(&mut self) -> &mut UnknownFields
Get a mutable reference to unknown fields.
Source§impl PartialEq for ClientGroupedStats
impl PartialEq for ClientGroupedStats
impl StructuralPartialEq for ClientGroupedStats
Auto Trait Implementations§
impl !Freeze for ClientGroupedStats
impl RefUnwindSafe for ClientGroupedStats
impl Send for ClientGroupedStats
impl Sync for ClientGroupedStats
impl Unpin for ClientGroupedStats
impl UnwindSafe for ClientGroupedStats
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> 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> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request