summaryrefslogtreecommitdiffstats
path: root/opt/plugin/doctor/collector.yaml
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-17 21:58:44 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-23 12:17:27 +0800
commitd728b82cbff33ab7658e8aa0f2e846ae3afe3606 (patch)
tree491c74d47a8ac363a88310e026c873f5f1a38e49 /opt/plugin/doctor/collector.yaml
parentb659a9296223b7f63a89bedbc0dad281117de936 (diff)
Code refactoring about doctor QPI
- Move sample log files to test data - Move configuration from plugin to plan Change-Id: Iaaf36ab3ce29c2eafe2d75f3524e7a302cc3836d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'opt/plugin/doctor/collector.yaml')
-rw-r--r--opt/plugin/doctor/collector.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/opt/plugin/doctor/collector.yaml b/opt/plugin/doctor/collector.yaml
deleted file mode 100644
index 40167588..00000000
--- a/opt/plugin/doctor/collector.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# collector configuration for doctor verification job
-# collect performance data from log files
-collector: logfile
-# transform collected data into timeline
-transformer: timeline
-logfiles:
- - filename: doctor_consumer.log
- # 2016-12-28 03:16:05,630 consumer.py 26 INFO doctor consumer notified at 1482894965.63
- - match: doctor consumer notified at \d+(\.\d+)?$
- checkpoint: notified consumer
- - filename: doctor_inspector.log
- # 2016-12-28 03:16:05,299 inspector.py 76 INFO event posted at 1482894965.3
- # 2016-12-28 03:16:05,299 inspector.py 56 INFO doctor mark vm(<Server: doctor_vm1>) error at 1482894965.3
- # 2016-12-28 03:16:05,506 inspector.py 66 INFO doctor mark host(overcloud-novacompute-1.ool-virtual1) down at 1482894965.51
- - match: event posted at \d+(\.\d+)?$
- checkpoint: posted event
- - match: doctor mark vm\(.*\) error at \d+(\.\d+)?$
- checkpoint: marked VM error
- - match: doctor mark host\(.*\) down at \d+(\.\d+)?$
- checkpoint: marked host down
- - filename: disable_network.log
- # doctor set host down at 1482894965.164096803
- - match: doctor set host down at \d+(\.\d+)?$
- - checkpoint: set host down