Skip to content
Snippets Groups Projects
Commit f8894d59 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Bugfix, correcting symlinks

parent 3d7d3492
No related branches found
No related tags found
1 merge request!31Bugfix, correcting symlinks
Pipeline #129390 passed
......@@ -77,15 +77,3 @@ set yrange [0:*]
set timefmt "%Y-%m-%d %H:%M"
set ylabel 'B1: Centres connected to Backbone'
plot '../stats/vpn/data.csv' u 1:2 w lp pt 7 ps 0.5 lc black notitle
set datafile separator ";"
set ylabel 'Gitlab Usage'
plot '../stats/gitlab/active_users.csv' u 1:2 w l title 'Total' ,\
'' u 1:4 w l title 'last 7 days' ,\
'' u 1:7 w l title 'last 60 days'
plot '../stats/gitlab/projects_statistics.csv' u 1:2 w l title 'Total'
......@@ -22,7 +22,6 @@ Also daily plots are generated.
### KPI plots
* [**Latest build, all graphs**](https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/browse/plots_kpi?job=plot_general)
* [Download all graphs in zip file](https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/download/plots_kpi?job=plot_general)
* [Previously used graphs](example_graphs.md), used in reports, reproduced with most recent data.
* [Graphs pdf collection](https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/raw/plots_kpi/all.pdf?job=plot_general)
* Example of KPI plot (HZDR Codebase):
![HZDR codebase users](https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/raw/plots_kpi/svg/hzdr_codebase_active_users-plot_4.svg?job=plot_general)
......
../subprojects/HZDR-Gitlab-Mattermost/stats/
\ No newline at end of file
../subprojects/HZDR-codebase/stats/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment