Commit Graph

10 Commits

Author SHA1 Message Date
Alberto Soutullo f20e56be30
Ignore columns option for plotting (#32)
* Renamed functions and split responsibilities. Added argument to ignore columns

* PR suggestions: Remove constructor
2024-06-11 14:48:18 +02:00
Alberto Soutullo 249f35a970
Add new parameter for selecting how many datapoints we will add to the plots (#28) 2024-05-24 11:56:38 +02:00
Alberto Soutullo a6a21a4045
Extend query to multiple timestamps (#27)
* Added midstrap for ordering

* Changed scrapper for query a batch of timestamps

* Changed debug level to better tracking

* Updated scrape to have as example
2024-05-23 16:22:25 +02:00
Alberto Soutullo 8fe63202b8
Download pod logs (#21)
* Added method to download pod logs

* Fixed typo in ok_value

* Added kubeconfig in yaml file

* Added missing comment
2024-04-15 16:01:00 +02:00
Alberto Soutullo 2ca551ce44
Yaml improvements - plotter (#18)
* Add new fields to yaml

* Using new yaml parameters in plotter class

* Update src/plotting/plotter.py

string format

Co-authored-by: Álex Cabeza Romero <alex93cabeza@gmail.com>

---------

Co-authored-by: Álex Cabeza Romero <alex93cabeza@gmail.com>
2024-03-27 18:04:34 +01:00
Alberto Soutullo 657562b198
Scrape yaml improvements (#17)
* Changed YAML to possible variance

* Remove out folder from Scrapper parameters

* Corrected YAML indentation

* Use correct yaml format to create_query

* Use correct yaml format to when using dump data from scrapper

* Removed file utils and correctly move them to path

* Final yaml version

* Removed unnecessary list from yaml structure

* Use Path.parent, and remove wrongly added methods

* Removed other wrongly added function hehe
2024-03-27 16:41:17 +01:00
Alberto Soutullo 0fc2fb967e
Improved plotter.py 2024-03-14 15:17:49 +01:00
Alberto Soutullo f1a4f65459
Cleaned plotter and modified yaml file. Also added np to requirements 2024-03-14 15:17:19 +01:00
Alberto Soutullo d75eb1397e
Changed scrapper to select initial and final time 2024-03-14 15:00:36 +01:00
Alberto Soutullo 6e91884e89
Changed scrapping configuration to .yaml file 2024-02-21 19:18:01 +01:00