The distance between the latest offset in the ingest queue partition and the current offset which the consumer group has reached.

Metric Nameingest-consumer-group-offset-lag
Metric TypeGauge
Introduced Version1.187
Specific Fields for this Metric  
partitionPartition ID 
Standard Fields for this Metric  
@hostVHost ID 
@idA unique identifier for the event. Can be used to refer to and re-find specific events. 
@ingesttimestampThe timestamp of when the event was ingested. The value is milliseconds-since-epoch. 
@timestampTimestamp in milliseconds since the epoch (1st Jan 1970, 00:00) of the event, e.g. 2022-11-22 09:50:20.100 if the event has an identifiable timestamp. 
@timestamp.nanosExtended precision of timestamp below millisecond. E.g. 295000 
@timezoneThe timezone the event originated in, if known. 
group-id  
nameName of metric 
typeMetric type 
valueValue for metric 

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "296",
   "@id" : "SBFV0q2ZP38KXne3dz8yXV97_14303_2_1788685203",
   "@ingesttimestamp" : "1788685203719",
   "@timestamp" : 1788685203676,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "group-id" : "tmp_DSmonitoring",
   "name" : "ingest-consumer-group-offset-lag",
   "partition" : "0",
   "type" : "GAUGE",
   "value" : "43737"
}