mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Improve Jaeger errors and debugging experience (#2127)
* Improve Jaeger errors and debugging experience * Bind on 0.0.0.0:0 instead
This commit is contained in:
@@ -70,10 +70,4 @@ pub enum JaegerError {
|
||||
|
||||
#[error("Missing jaeger configuration")]
|
||||
MissingConfiguration,
|
||||
|
||||
#[error("Failed to allocate port for UDP transfer to jaeger agent")]
|
||||
PortAllocationError(#[source] std::io::Error),
|
||||
|
||||
#[error("Failed to send jaeger span to agent")]
|
||||
SendError(#[source] std::io::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user