http-requests-external-size Metric
Size of external inbound http requests
| Metric Name | http-requests-external-size | |
| Metric Type | Histogram | |
| 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. | |
| max | Maximum value of the metric within the time period | |
| mean | Mean value of the metric within the time period | |
| median | Median value of the metric within the time period | |
| min | Minimum value of the metric within the time period | |
| name | Name of metric | |
| p75 | 75th percentile of the metric within the time period | |
| p95 | 95th percentile of the metric within the time period | |
| p98 | 98th percentile of the metric within the time period | |
| p99 | 99th percentile of the metric within the time period | |
| p999 | 99.9th percentile of the metric within the time period | |
| rate_unit | Rate per unit for metric event | |
| stddev | Standard deviation of the metric within the time period | |
| type | Metric type | |
| window_count | Counter of the number of events within the current window | |
Example Metric Record:
json
{
"#repo" : "humio-metrics",
"#type" : "metrics",
"@host" : "82",
"@id" : "GC917jcfRfQGQzV5tKxhQSdC_12792_1630_1772355600",
"@ingesttimestamp" : "1772355600327",
"@timestamp" : 1772355600285,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "4738",
"max" : "255",
"mean" : "71.59480719229657",
"median" : "78",
"min" : "0",
"name" : "http-requests-external-size",
"p75" : "92",
"p95" : "172",
"p98" : "255",
"p99" : "255",
"p999" : "255",
"rate_unit" : "bytes/second",
"stddev" : "65.24869176340158",
"type" : "HISTOGRAM",
"window_count" : "1028"
}