mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-26 18:36:03 +00:00
e7b7d33be07f21dcd33c891be145e6a968c7db99
The collectd csv plugin starts a new file for each day that data is being recorded. Currently, collectd_scaling.R only reads from the first day's file. This leads to incomplete data being rendered in the report charts. All the data files are collected and present, they just need to be read. This patch makes changes to read all the days of collectd data and add them to the data set. Signed-off-by: David Lyle <dklyle0@gmail.com>
Cloud Native Setup
Automation around setting up the cloud-native content (Kubernetes) on Clear Linux.
Folder Structure
- clr-k8s-examples: script tools to deploy a Kubernetes cluster
- metrics: tools to aid in measuring the scaling capabilities of Kubernetes clusters.
Description
Languages
Shell
65.1%
R
32.5%
Dockerfile
1.9%
Smarty
0.4%
Makefile
0.1%