ingest-writer-jobs Metric
Number of jobs pushed to in-memory job queue for digest writers
| Metric Name | ingest-writer-jobs | |
| Metric Type | Meter | |
| 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. | |
| 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" : "117",
"@id" : "0mirrOqt8nVBKxtDKw9w0y7K_858_755_1775379652",
"@ingesttimestamp" : "1775379652049",
"@timestamp" : 1775379652004,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "228885",
"m1" : "29.376777199771475",
"m15" : "23.218655848292862",
"m5" : "24.508259011167443",
"mean_rate" : "21.877173158798076",
"name" : "ingest-writer-jobs",
"rate_unit" : "jobs/second",
"type" : "METER"
}