events-parsed Metric
Number of input events a parser was applied to
| Metric Name | events-parsed | |
| Metric Type | Meter | |
| Introduced Version | 1.132 | |
| Specific Fields for this Metric | ||
| parser_name | 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" : "124",
"@id" : "0mirrOqt8nVBKxtDKw9w0y7K_5158_639_1775984390",
"@ingesttimestamp" : "1775984390459",
"@timestamp" : 1775984390416,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "846525",
"m1" : "92.2497200107415",
"m15" : "75.0922499929705",
"m5" : "78.83952784498796",
"mean_rate" : "81.52107778331562",
"name" : "events-parsed",
"parser_name" : "humio",
"rate_unit" : "events/second",
"repo" : "humio",
"type" : "METER"
}