mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37: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
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"sinks": ".github/ci-sinks.json",
|
|
"collectors" : ".github/ci-collectors.json",
|
|
"receivers" : ".github/ci-receivers.json",
|
|
"router" : ".github/ci-router.json",
|
|
"interval": 5,
|
|
"duration": 1
|
|
}
|