pub struct GreptimeDBTelemetry {
pub(crate) statistics: Box<dyn Collector + Send + Sync>,
pub(crate) client: Option<Client>,
pub(crate) working_home: Option<String>,
pub(crate) telemetry_url: &'static str,
pub(crate) should_report: Arc<AtomicBool>,
pub(crate) report_times: usize,
}
Expand description
Report version info to GreptimeDB.
We do not collect any identity-sensitive information.
This task is scheduled to run every 30 minutes.
The task will be disabled default. It can be enabled by setting the build feature greptimedb-telemetry
Collector is used to collect the version info. It can be implemented by different components.
client is used to send the HTTP request to GreptimeDB.
telemetry_url is the GreptimeDB url.
Fields§
§statistics: Box<dyn Collector + Send + Sync>
§client: Option<Client>
§working_home: Option<String>
§telemetry_url: &'static str
§should_report: Arc<AtomicBool>
§report_times: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GreptimeDBTelemetry
impl !RefUnwindSafe for GreptimeDBTelemetry
impl Send for GreptimeDBTelemetry
impl Sync for GreptimeDBTelemetry
impl Unpin for GreptimeDBTelemetry
impl !UnwindSafe for GreptimeDBTelemetry
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