ingest-parsing-allocation Metric
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 Name | ingest-parsing-allocation | |
| Metric Type | Meter | |
| Introduced Version | 1.0.0 | |
| Specific Fields for this Metric | ||
| parser | Name of the parser used | |
| repo | Name of the repository | |
Example Metric Record:
json
{
"#repo" : "humio-metrics",
"#type" : "metrics",
"@host" : "73",
"@id" : "jOycnKGH6AuidsJlGtY4lh64_13688_559_1768726667",
"@ingesttimestamp" : "1768726667537",
"@timestamp" : 1768726667493,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "2213747753152",
"m1" : "577755.500456068",
"m15" : "643714.7038733745",
"m5" : "632212.5072293147",
"mean_rate" : "645030.6136995243",
"name" : "ingest-parsing-allocation",
"parser" : "humio",
"rate_unit" : "bytes/second",
"repo" : "humio",
"type" : "METER"
}