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 | |
| Standard Fields for this Metric | ||
| @host | VHost ID | |
| @id | A unique identifier for the event. Can be used to refer to and re-find specific events. | |
| @ingesttimestamp | The timestamp of when the event was ingested. The value is milliseconds-since-epoch. | |
| @timestamp | Timestamp 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.nanos | Extended precision of timestamp below millisecond. E.g. 295000 | |
| @timezone | The timezone the event originated in, if known. | |
| count | Counter of the number of events since LogScale was started. | |
| m1 | 1 minute moving average | |
| m15 | 15 minute moving average | |
| m5 | 5 minute moving average | |
| mean_rate | Moving mean rate since the application started. | |
| name | Name of metric | |
| rate_unit | Rate per unit for metric event | |
| type | Metric type | |
Example Metric Record:
json
{
"#repo" : "humio-metrics",
"#type" : "metrics",
"@host" : "82",
"@id" : "GC917jcfRfQGQzV5tKxhQSdC_12792_564_1772355480",
"@ingesttimestamp" : "1772355480325",
"@timestamp" : 1772355480285,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "4544508872",
"m1" : "605298.159545664",
"m15" : "670683.1926632744",
"m5" : "655765.7623856008",
"mean_rate" : "681921.5004367527",
"name" : "ingest-parsing-allocation",
"parser" : "humio",
"rate_unit" : "bytes/second",
"repo" : "humio",
"type" : "METER"
}