diff --git a/.github/ci-collectors.json b/.github/ci-collectors.json deleted file mode 100644 index 3497fc0..0000000 --- a/.github/ci-collectors.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "tempstat": {}, - "diskstat": {}, - "memstat": {}, - "cpustat": {} -} diff --git a/.github/ci-config.json b/.github/ci-config.json deleted file mode 100644 index 1c4ba97..0000000 --- a/.github/ci-config.json +++ /dev/null @@ -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" -} diff --git a/.github/ci-receivers.json b/.github/ci-receivers.json deleted file mode 100644 index 0967ef4..0000000 --- a/.github/ci-receivers.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/.github/ci-router.json b/.github/ci-router.json deleted file mode 100644 index 0146768..0000000 --- a/.github/ci-router.json +++ /dev/null @@ -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": "", - "unit": "", - "source": "MetricAggregator" - } - } - ], - "interval_timestamp": true -} diff --git a/.github/ci-sinks.json b/.github/ci-sinks.json deleted file mode 100644 index 2b78305..0000000 --- a/.github/ci-sinks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "testoutput" : { - "type" : "stdout", - "meta_as_tags" : [ - "unit" - ] - } -}