timestamp-parsing-failed Metric
Total number of timestamp strings that did not parse as a time stamp since start of the node
| Metric Name | timestamp-parsing-failed | |
| Metric Type | Counter | |
| Introduced Version | 1.0.0 | |
| 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. | |
| name | Name of metric | |
| type | Metric type | |
Example Metric Record:
json
{
"#repo" : "humio-metrics",
"#type" : "metrics",
"@host" : "82",
"@id" : "GC917jcfRfQGQzV5tKxhQSdC_12794_260_1772355840",
"@ingesttimestamp" : "1772355840330",
"@timestamp" : 1772355840285,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "0",
"name" : "timestamp-parsing-failed",
"type" : "COUNTER"
}