lightstep / telemetry-generator

An opentelemetry receiver that generates configurable metrics & traces to emulate live services
Apache License 2.0
18 stars 8 forks source link

Do not fatal for ordinary consume errors #66

Closed jmacd closed 11 months ago

jmacd commented 11 months ago

What is the current behavior?

The collector will exit because of a transient failure.

What is the new behavior?

It will log the failure.

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

Does this introduce a breaking change?

Other information

The process fails in a difficult to diagnose way! It exits with status 0 and the log explaining why is nowhere near the bottom.