rubenssoto

Results 10 issues of rubenssoto

Hello, How are you? I've been using this alert on my prometheus, but the alert is triggered too soon. ``` alert: KubernetesPodNotHealthy expr: min_over_time(sum by (namespace, pod) (kube_pod_status_phase{phase=~"Pending|Unknown|Failed"})[15m:1m]) > 0...

Hello Everyone, I have some rules that I need to filter by nodes labels, how can I do that? For example on metric container_memory_working_set_bytes I don't have any node label...

kind/support
stale

Hello Guys, I have a dict with data and want to convert to pynamodb model, how can I do it? Thank you

Hello 👍 I read your article about CDC and metorikku, great article. I have a case that I have 200 tables that arrives in parquet format in my datalake, metorikku...

I installed by pip, when i try yo profilling my dataframe this errors appers 'DataFrame' object has no attribute 'ix' Thank you

Hello, Whale get information about comments from in my case hive metastore, but access to hive metastore is limited, so if more people in the company want to collaborate with...

enhancement
python

Hello :) There is a great software that I use in my company called Great Expectations, its a tool to check data quality. They have a feature called data docs,...

enhancement

Hello everyone, Thank you for this amazing exporter. Probably I am doing something wrong. I need to export some metrics from AWS MSK. I used prometheus exporter helm chart from...

bug

Hello, Thank you for this great connector. Is it work with spark 3? This connector is only supported by this repository? I found in apache bahir repository too.

I create a python virtual env and install the lib but I am having this error, any idea how to solve this? from RealtimeTTS import TextToAudioStream, SystemEngine, AzureEngine, ElevenlabsEngine ModuleNotFoundError:...