krakend / krakend-otel

KrakenD component for OpenTelemetry
Apache License 2.0
8 stars 10 forks source link

Fix bad interface conversion #14

Closed dhontecillas closed 4 months ago

dhontecillas commented 4 months ago

Avoid panics when converting interfaces. Looked for similar issues in the code, and checked that nil values when the values do not comply with the interface are handled as expected.