mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +01:00
Remove test CI configuration
This commit is contained in:
parent
03d5486413
commit
f83a342e28
6
.github/ci-collectors.json
vendored
6
.github/ci-collectors.json
vendored
@ -1,6 +0,0 @@
|
||||
{
|
||||
"tempstat": {},
|
||||
"diskstat": {},
|
||||
"memstat": {},
|
||||
"cpustat": {}
|
||||
}
|
8
.github/ci-config.json
vendored
8
.github/ci-config.json
vendored
@ -1,8 +0,0 @@
|
||||
{
|
||||
"sinks": ".github/ci-sinks.json",
|
||||
"collectors" : ".github/ci-collectors.json",
|
||||
"receivers" : ".github/ci-receivers.json",
|
||||
"router" : ".github/ci-router.json",
|
||||
"interval": "5s",
|
||||
"duration": "1s"
|
||||
}
|
1
.github/ci-receivers.json
vendored
1
.github/ci-receivers.json
vendored
@ -1 +0,0 @@
|
||||
{}
|
37
.github/ci-router.json
vendored
37
.github/ci-router.json
vendored
@ -1,37 +0,0 @@
|
||||
{
|
||||
"add_tags": [
|
||||
{
|
||||
"key": "cluster",
|
||||
"value": "testcluster",
|
||||
"if": "*"
|
||||
},
|
||||
{
|
||||
"key": "test",
|
||||
"value": "testing",
|
||||
"if": "name == 'temp_package_id_0'"
|
||||
}
|
||||
],
|
||||
"delete_tags": [
|
||||
{
|
||||
"key": "unit",
|
||||
"value": "*",
|
||||
"if": "*"
|
||||
}
|
||||
],
|
||||
"interval_aggregates": [
|
||||
{
|
||||
"name": "temp_cores_avg",
|
||||
"function": "avg(values)",
|
||||
"if": "match('temp_core_%d+', metric.Name())",
|
||||
"tags": {
|
||||
"type": "node"
|
||||
},
|
||||
"meta": {
|
||||
"group": "<copy>",
|
||||
"unit": "<copy>",
|
||||
"source": "MetricAggregator"
|
||||
}
|
||||
}
|
||||
],
|
||||
"interval_timestamp": true
|
||||
}
|
8
.github/ci-sinks.json
vendored
8
.github/ci-sinks.json
vendored
@ -1,8 +0,0 @@
|
||||
{
|
||||
"testoutput" : {
|
||||
"type" : "stdout",
|
||||
"meta_as_tags" : [
|
||||
"unit"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user