teslamotors / fleet-telemetry

Apache License 2.0
625 stars 66 forks source link

Log and report kafka metrics after producing them #155

Closed agbpatro closed 2 months ago

agbpatro commented 2 months ago

Description

Currently we report on kafka metrics on .Produce(). However, there are scenarios that kafka delivery fails and we don't record those failures. Handling reporting of metrics based on producer events instead

Type of change

Please select all options that apply to this change:

Checklist:

Confirm you have completed the following steps: