The lowest offset on the Kafka ingest queue partition that LogScale will ever need to read again (in failover scenarios). This metric is not updated very often. With the default configuration it is updated around every 40 minutes. It is important that this value keeps growing over time to show there is progress on all datasources.

Metric Nameingest-offset-lowest
Metric TypeGauge
Specific Fields for this Metric  
partitionPartition ID of the affected partition 
Standard Fields for this Metric  
#repo  
#type  
@host  
@id  
@ingesttimestamp  
@timestamp  
@timestamp.nanos  
@timezone  
name  
type  
value  

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "72",
   "@id" : "E4JsyIw1U6bFCIC4H9anKvRC_6401_1527_1765098017",
   "@ingesttimestamp" : "1765098017489",
   "@timestamp" : 1765098017450,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "name" : "ingest-offset-lowest",
   "partition" : "8",
   "type" : "GAUGE",
   "value" : "918445"
}