Number of incoming bytes for the parser

Metric Nameingest-parsing-bytes-in
Metric TypeCounter
Introduced Version1.237
Specific Fields for this Metric  
parserName of the parser used 
repoName of the repository 
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. 
countCounter of the number of events since LogScale was started. 
nameName of metric 
typeMetric type 

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "131",
   "@id" : "0mirrOqt8nVBKxtDKw9w0y7K_9446_813_1776589129",
   "@ingesttimestamp" : "1776589129673",
   "@timestamp" : 1776589129630,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "count" : "565897722",
   "name" : "ingest-parsing-bytes-in",
   "parser" : "humio",
   "repo" : "humio",
   "type" : "COUNTER"
}