erikgalajda

Results 7 comments of erikgalajda

> @slavonicsniper Could you give us how to reproduce the problem using `kubectl`? In k9s killing the master pod (ctrl+k).

Rewriting the dashboard was too complicated for some panels as smartmon.sh scrapes more metrics that are used in the dashboard so i ended up using a different exporter which has...

@kortaone yes, i used [this exporter](https://github.com/slavonicsniper/prometheus-smartctl/tree/get-error-raw-metrics-with-zero-values)

i had the same problem. rancher-monitoring chart has hooks with jobs that patch these resource (which are modified for the fleet in the end) after the helm installation, i guess...

['01-01-2024', '03-01-2024', '05-01-2024'] -> dataList for xAxis, I will see only these specific dates, is there a way to show the other dates like '02-01-2024' on the xAxis without adding...

![image](https://github.com/apache/echarts/assets/22478414/7e67aa18-c2aa-4035-ac55-60c998625781) basically my idea was to have a point for days which are not in the data and to assign them value 0 but I guess that's not possible unless...

In your solution, only dates that are in const data are displayed, ['01-01-2024', '03-01-2024', '05-01-2024'] I would like to show all the missing dates from 01-01-2024 to 05-01-2024 like 02-01...