summaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl
diff options
context:
space:
mode:
authorAviZi <avi.ziv@amdocs.com>2017-06-09 02:39:56 +0300
committerAviZi <avi.ziv@amdocs.com>2017-06-09 02:39:56 +0300
commit280f8015d06af1f41a3ef12e8300801c7a5e0d54 (patch)
tree9c1d3978c04cd28068f02073038c936bb49ca9e0 /openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl
parentfd3821dad11780d33c5373d74c957c442489945e (diff)
[SDC-29] Amdocs OnBoard 1707 initial commit.
Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl')
-rw-r--r--openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl67
1 files changed, 0 insertions, 67 deletions
diff --git a/openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl b/openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl
deleted file mode 100644
index 6cf3dfdb66..0000000000
--- a/openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "ceilometerInfoList": [
- {
- "name": "instance",
- "type": "Gauge",
- "unit": "instance",
- "category": "compute",
- "description": "Existence of instance"
- },
- {
- "name": "instance:type",
- "type": "Gauge",
- "unit": "instance",
- "category": "compute",
- "description": "Existence of instance <type> (OpenStack types)"
- },
- {
- "name": "memory",
- "type": "Gauge",
- "unit": "MB",
- "category": "compute",
- "description": "Volume of RAM allocated to the instance"
- },
- {
- "name": "memory.usage",
- "type": "Gauge",
- "unit": "MB",
- "category": "compute",
- "description": "Volume of RAM used by the instance from the amount of its allocated memory"
- },
- {
- "name": "memory.resident",
- "type": "Gauge",
- "unit": "MB",
- "category": "compute",
- "description": "Volume of RAM used by the instance on the physical machine"
- },
- {
- "name": "cpu",
- "type": "Cumulative",
- "unit": "ns",
- "category": "compute",
- "description": "CPU time used"
- },
- {
- "name": "cpu_util",
- "type": "Gauge",
- "unit": "%",
- "category": "compute",
- "description": "Average CPU utilization"
- },
- {
- "name": "cpu.delta",
- "type": "Delta",
- "unit": "ns",
- "category": "compute",
- "description": "CPU time used since previous datapoint"
- },
- {
- "name": "vcpus",
- "type": "Gauge",
- "unit": "ms",
- "category": "compute",
- "description": "Average disk latency"
- }
- ]
-} \ No newline at end of file