Remove test CI configuration

This commit is contained in:
Thomas Roehl 2024-12-21 18:11:22 +01:00
parent 03d5486413
commit f83a342e28
5 changed files with 0 additions and 60 deletions

View File

@ -1,6 +0,0 @@
{
"tempstat": {},
"diskstat": {},
"memstat": {},
"cpustat": {}
}

View File

@ -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"
}

View File

@ -1 +0,0 @@
{}

View File

@ -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
}

View File

@ -1,8 +0,0 @@
{
"testoutput" : {
"type" : "stdout",
"meta_as_tags" : [
"unit"
]
}
}