Time spent doing garbage collection

Metric Namegarbage-collection-time
Metric TypeGauge
Introduced Version1.0.0
Specific Fields for this Metric  
garbage-collectionGarbage collection for metric event 
Standard Fields for this Metric  
@hostVHost ID 
@idA unique identifier for the event. Can be used to refer to and re-find specific events. 
@ingesttimestampThe timestamp of when the event was ingested. The value is milliseconds-since-epoch. 
@timestampTimestamp 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.nanosExtended precision of timestamp below millisecond. E.g. 295000 
@timezoneThe timezone the event originated in, if known. 
nameName of metric 
typeMetric type 
valueValue for metric 

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "124",
   "@id" : "0mirrOqt8nVBKxtDKw9w0y7K_5158_233_1775984390",
   "@ingesttimestamp" : "1775984390458",
   "@timestamp" : 1775984390416,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "garbage-collection" : "G1 Concurrent GC",
   "name" : "garbage-collection-time",
   "type" : "GAUGE",
   "value" : "0.0"
}