pub(crate) struct StatisticData {
pub os: String,
pub version: String,
pub arch: String,
pub mode: Mode,
pub git_commit: String,
pub nodes: Option<i32>,
pub uuid: String,
}
Expand description
Telemetry data to report
Fields§
§os: String
Operating system name, such as linux
, windows
etc.
version: String
The greptimedb version
arch: String
The architecture of the CPU, such as x86
, x86_64
etc.
mode: Mode
The running mode, standalone
or distributed
.
git_commit: String
The git commit revision of greptimedb
nodes: Option<i32>
The node number
uuid: String
The local installation uuid
Trait Implementations§
Source§impl Debug for StatisticData
impl Debug for StatisticData
Source§impl<'de> Deserialize<'de> for StatisticData
impl<'de> Deserialize<'de> for StatisticData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StatisticData
impl RefUnwindSafe for StatisticData
impl Send for StatisticData
impl Sync for StatisticData
impl Unpin for StatisticData
impl UnwindSafe for StatisticData
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
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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
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