mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 21:51:06 +00:00
Fix Jaeger service name (#2140)
This commit is contained in:
@@ -205,7 +205,7 @@ impl Jaeger {
|
|||||||
log::info!("🐹 Collecting jaeger spans for {:?}", &jaeger_agent);
|
log::info!("🐹 Collecting jaeger spans for {:?}", &jaeger_agent);
|
||||||
|
|
||||||
let (traces_in, mut traces_out) = mick_jaeger::init(mick_jaeger::Config {
|
let (traces_in, mut traces_out) = mick_jaeger::init(mick_jaeger::Config {
|
||||||
service_name: format!("{}-{}", cfg.node_name, cfg.node_name),
|
service_name: format!("polkadot-{}", cfg.node_name),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Spawn a background task that pulls span information and sends them on the network.
|
// Spawn a background task that pulls span information and sends them on the network.
|
||||||
|
|||||||
Reference in New Issue
Block a user