Struct mick_jaeger::Config
source · pub struct Config {
pub service_name: String,
}Expand description
Configuration to pass to init.
Fields§
§service_name: StringName of the service. Reported to the Jaeger server.
pub struct Config {
pub service_name: String,
}Configuration to pass to init.
service_name: StringName of the service. Reported to the Jaeger server.