mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +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);
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user