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" : "222",
"@id" : "GEXJkLoqicpCSdSkW6cutQu6_15689_240_1783242287",
"@ingesttimestamp" : "1783242287381",
"@timestamp" : 1783242287335,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"name" : "build-info",
"type" : "GAUGE",
"value" : "1",
"version" : "1.249.0--build-6027--sha-735c02f09e7cdf5b4af697d02a7c88fc1f0bc63c"
}