build-info Metric
Humio full build version. Value is a constant of 1.
| Metric Name | build-info | |
| Metric Type | Gauge | |
| Introduced Version | 1.207 | |
| Specific Fields for this Metric | Â | Â |
| version | Software version of metric event | Â |
| 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. | Â |
| name | Name of metric | Â |
| type | Metric type | Â |
| value | Value for metric | Â |
Example Metric Record:
json
{
"#repo" : "humio-metrics",
"#type" : "metrics",
"@host" : "165",
"@id" : "VOHeBcOQqUwnABO4Dfm96GpO_5560_1571_1779008691",
"@ingesttimestamp" : "1779008691141",
"@timestamp" : 1779008691098,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"name" : "build-info",
"type" : "GAUGE",
"value" : "1",
"version" : "1.242.0--build-5705--sha-25fcb8ef0e5153e47e2cbcc1a0ee36701a575d7d"
}