delta-io / kafka-delta-ingest

A highly efficient daemon for streaming data from Kafka into Delta Lake
Apache License 2.0
337 stars 72 forks source link

Handle lag metrics as gauges #78

Closed xianwill closed 2 years ago

xianwill commented 2 years ago

I made an oversight in https://github.com/delta-io/kafka-delta-ingest/pull/77. Lag metrics should be reported as gauges (not counters - which is the default).

This PR corrects that.