ingest-writer-queue-add Metric
Number of times an ingest queue consumer pushes to in-memory job queue for digest writers, including when the operation fails due to the queue being full
| Metric Name | ingest-writer-queue-add | |
| 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" : "82",
"@id" : "GC917jcfRfQGQzV5tKxhQSdC_12792_1804_1772355600",
"@ingesttimestamp" : "1772355600328",
"@timestamp" : 1772355600285,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "108159",
"m1" : "18.103563895954814",
"m15" : "16.09593358628849",
"m5" : "16.869892984404824",
"mean_rate" : "15.899291521950456",
"name" : "ingest-writer-queue-add",
"rate_unit" : "pushes/second",
"type" : "METER"
}