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:
Pierre Krieger
2020-12-17 15:38:56 +01:00
committed by GitHub
parent 05e9f13782
commit e6e3bda3f0
2 changed files with 4 additions and 14 deletions
-6
View File
@@ -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),
}