Ashraf Miah

Results 5 comments of Ashraf Miah

Hi, This is the most prominent GitHub issue for the websocket error when enabling SSH access. My error message was of the format: ```bash 2023-05-06T12:16:07Z ERR failed to connect to...

Updated title to reflect another bug: ![image](https://github.com/4n4nd/prometheus-api-client-python/assets/99686292/158b25f9-f5e8-41d2-aacd-7d45ee7f0a7a) Link to documentation: [here](https://prometheus-api-client-python.readthedocs.io/en/master/source/prometheus_api_client.html#prometheus_api_client.metric_range_df.MetricRangeDataFrame). The key snippet of code is: ```python metric_data = prom.get_current_metric_value(metric_name='up', label_config=my_label_config) metric_df = MetricRangeDataFrame(metric_data) ``` However `MetricRangeDataFrame` only works...

This worked for me - I suggest you close the issue as well - @Belval

I have a similar issues using the `deployStandalone: true` setting the `values.yaml` file. See [discord discussion](https://discord.com/channels/1123360753068540065/1287359206839550024). The advice whilst insightful, didn't state how it should be used with the `helm`...

I managed to fix it for version `0.2.3`. It appears the `templates/deployment.yaml` is missing the `DATABASE_URL` environmental variable. In this location `...containers.env` marked by the `{{- if .Values.db.deployStandalone }}` flag:...