Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
e9e81164
Unverified
Commit
e9e81164
authored
Dec 18, 2020
by
Pierre Krieger
Committed by
GitHub
Dec 18, 2020
Browse files
Fix Jaeger service name (#2140)
parent
184a4b1a
Pipeline
#117616
passed with stages
in 27 minutes and 34 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
node/subsystem/src/jaeger.rs
View file @
e9e81164
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment