From 1596e5556030ab3990a7d0117bf7d4306417c052 Mon Sep 17 00:00:00 2001 From: syasonik Date: Tue, 16 Apr 2019 17:16:51 +0800 Subject: Cleanup misnamed or unnecessary files --- .../gitlab/metrics_dashboard/sample_dashboard.yml | 36 ++++++++++++++++++++++ .../metrics_dashboard_processing_service.yml | 36 ---------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 spec/fixtures/lib/gitlab/metrics_dashboard/sample_dashboard.yml delete mode 100644 spec/fixtures/services/metrics_dashboard_processing_service.yml (limited to 'spec/fixtures') diff --git a/spec/fixtures/lib/gitlab/metrics_dashboard/sample_dashboard.yml b/spec/fixtures/lib/gitlab/metrics_dashboard/sample_dashboard.yml new file mode 100644 index 00000000000..ebfe06da6db --- /dev/null +++ b/spec/fixtures/lib/gitlab/metrics_dashboard/sample_dashboard.yml @@ -0,0 +1,36 @@ +dashboard: 'Test Dashboard' +order: 1 +panel_groups: +- group: Group A + priority: 10 + panels: + - title: "Super Chart A1" + type: "area-chart" + y_label: "y_label" + weight: 2 + metrics: + - id: metric_a1 + query_range: 'query' + unit: unit + label: Legend Label + - title: "Super Chart A2" + type: "area-chart" + y_label: "y_label" + weight: 1 + metrics: + - id: metric_a2 + query_range: 'query' + label: Legend Label + unit: unit +- group: Group B + priority: 1 + panels: + - title: "Super Chart B" + type: "area-chart" + y_label: "y_label" + weight: 1 + metrics: + - id: metric_b + query_range: 'query' + unit: unit + label: Legend Label diff --git a/spec/fixtures/services/metrics_dashboard_processing_service.yml b/spec/fixtures/services/metrics_dashboard_processing_service.yml deleted file mode 100644 index ebfe06da6db..00000000000 --- a/spec/fixtures/services/metrics_dashboard_processing_service.yml +++ /dev/null @@ -1,36 +0,0 @@ -dashboard: 'Test Dashboard' -order: 1 -panel_groups: -- group: Group A - priority: 10 - panels: - - title: "Super Chart A1" - type: "area-chart" - y_label: "y_label" - weight: 2 - metrics: - - id: metric_a1 - query_range: 'query' - unit: unit - label: Legend Label - - title: "Super Chart A2" - type: "area-chart" - y_label: "y_label" - weight: 1 - metrics: - - id: metric_a2 - query_range: 'query' - label: Legend Label - unit: unit -- group: Group B - priority: 1 - panels: - - title: "Super Chart B" - type: "area-chart" - y_label: "y_label" - weight: 1 - metrics: - - id: metric_b - query_range: 'query' - unit: unit - label: Legend Label -- cgit v1.2.1