mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
6abbc5f77e
* Fix config for Github Actions * Fix paths * Add CentOS Latest and AlmaLinux 8.5 to RPM action * Fix ID * Reduce min Go version to 1.16 and use time.Unix in gpfsMetric
23 lines
431 B
JSON
23 lines
431 B
JSON
{
|
|
"add_tags" : [
|
|
{
|
|
"key" : "cluster",
|
|
"value" : "testcluster",
|
|
"if" : "*"
|
|
},
|
|
{
|
|
"key" : "test",
|
|
"value" : "testing",
|
|
"if" : "name == 'temp_package_id_0'"
|
|
}
|
|
],
|
|
"delete_tags" : [
|
|
{
|
|
"key" : "unit",
|
|
"value" : "*",
|
|
"if" : "*"
|
|
}
|
|
],
|
|
"interval_timestamp" : true
|
|
}
|