pub struct CloudTraceConfiguration {
pub project_id: String,
}
Available on crate feature
opentelemetry
only.Expand description
Configuration for projects looking to use the Cloud Trace integration through trace-specific fields in a LogEntry.
Fields§
§project_id: String
Google-provided Project ID for prefixing and identifying collectecd traces.
Trait Implementations§
source§impl Clone for CloudTraceConfiguration
impl Clone for CloudTraceConfiguration
source§fn clone(&self) -> CloudTraceConfiguration
fn clone(&self) -> CloudTraceConfiguration
Returns a copy 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 more