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