Beginning of the OTLP generator, example usage of the OTel sdk #3460
Annotations
10 errors
Run clippy:
lading/src/generator/otlp.rs#L53
field `shutdown` is never read
|
Run clippy:
lading/src/generator/otlp.rs#L57
used `unwrap()` on a `Result` value
|
Run clippy:
lading/src/generator/otlp.rs#L89
this argument is passed by value, but not consumed in the function body
|
Run clippy:
lading/src/generator/otlp.rs#L222
unneeded `return` statement
|
Run clippy:
lading/src/generator/otlp.rs#L223
unneeded `return` statement
|
Run clippy:
lading/src/generator/otlp.rs#L129
consider adding a `;` to the last statement for consistent formatting
|
Run clippy:
lading/src/generator/otlp.rs#L157
consider adding a `;` to the last statement for consistent formatting
|
Run clippy:
lading/src/generator/otlp.rs#L208
consider adding a `;` to the last statement for consistent formatting
|
Run clippy:
lading/src/generator/otlp.rs#L222
matching over `()` is more explicit
|
Run clippy:
lading/src/generator/otlp.rs#L105
unused `async` for function with no await statements
|
Loading