| Age | Commit message (Collapse) | Author |
|
|
|
See https://github.com/robusta-dev/krr/pull/266#issuecomment-2124477234
|
|
The name is misleading. Before this change we had both --prometheus-cluster-label and --prometheus-label which referred to very different things, leading to a bug in the code (to be fixed in the next commit).
We still support -l and have added support for "--prometheus-cluster-value" which is what `-l` really represents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/robusta-dev/krr into prometheus-workload-loader
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Simple strategy with OOMKill data
* Merge oom into simple, minor other improvements
* Fix join bug in MaxOOMKilledMemoryLoader
* Minor improvements
* Colored oom message, comments improvements
* One more comment improvement
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Megrez Lu <lujiajing1126@gmail.com>
|
|
|
|
* Refactor k8s workloads streaming
* Fix tests
|
|
|
|
|
|
* Add Mimir support
* Update url postfix for Mimir
* Fix Mimir-specific headers
---------
Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
Co-authored-by: LeaveMyYard <zhukovpavel2001@gmail.com>
|
|
* Load kubeconfig first in case it is provided by CLI arg
* simplify implementation
---------
Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
|
|
|
|
Make non-critical errors to be warnings
|
|
Fix trail slash in prometheus url
|
|
|
|
* Live introduction
* Add intro file into pyinstaller in CI/CD pipelines
* Do not exit if file fallback failed for some reason
* Make the intro message full colored
* Check for a newer version from github releases
* Rework intro to load the message from robusta API
* Change log of new version error to debug
* Add version query param to fetching intro message
* Fix request arg
* Remove stg from the intro link
|
|
behavior won't change for existing users, in case they have more than one match
|
|
Adds labels to the promethues discovery selectors that follow the convention used by the prometheus-community chart
|
|
|
|
|
|
* Fix for blocking async merge
* Fix the edge case with empty iterables
|
|
|
|
|
|
* Rework prometheus detection logging, fix #119
* Fix success if no scans were made
* Fix get_history_range in tests
* Remove unused constant
---------
Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
|
|
* Add --as option to impersonate a specific user
* Update test case
* Don't exit if the user lacks permissions to auto-discover prometheus
* Add a comment
* Add support for HPA w/o cluster-level permissions
* feat: cli option for --as-group (#224)
* feat: cli option for --as-group
* add: as-group example
* Improve a message in case of API error
* Return the debug log with found items in cluster
---------
Co-authored-by: Robusta Runner <aantny@gmail.com>
Co-authored-by: Rohan Katkar <rohan.katkar@dnv.com>
Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
|
|
|
|
Log number of used workers
|
|
|
|
* Fix --fileoutput
* Remove dead code
---------
Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
|
|
|
|
* Add --allow_hpa flag
* use `--allow-hpa` option
* use OptionInfo instead of Option to support different name for same option
* revert back allow_hpa field definition
* fix issue when there is no underscore exist in option name
---------
Co-authored-by: Robusta Runner <aantny@gmail.com>
|
|
* CSV Exporter
* CSV Exporter
* updated readme
---------
Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
|