Amount of memory allocated by the parser during the parsing process, to parse and ingest a given event for the parser in repo. The memory allocated here can be an indication of the average size of the incoming event processed during parsing. Since it tracks across individual parsers, when summing the total across all parsers the metric will indicate the memory load for parsing all events. See also ingest-parsing to monitor the time taken per event.

Metric Nameingest-parsing-allocation
Metric TypeMeter
Additional Fields for this Metric  
See the standard field list  
 repoName of the repository

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "1",
   "@id" : "RFqPuCKcrRXVfDtkjx7v7Tys_20_1768_1714448060",
   "@ingesttimestamp" : "1714448061101",
   "@timestamp" : 1714448060898,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "count" : "1104496",
   "m1" : "32253.719057454175",
   "m15" : "176076.7048248733",
   "m5" : "138030.12945182328",
   "mean_rate" : "9483.189885081592",
   "name" : "ingest-parsing-allocation",
   "parser" : "audit-log",
   "rate_unit" : "bytes/second",
   "repo" : "humio-audit",
   "type" : "METER"
}