Jorge Luis Betancourt
Jorge Luis Betancourt
@fredysomy Thanks for the fork and for already integrating the fix for the new download procedure. I think that for now I'm going to translate the country code (that we...
Grafana Cloud uses basic authentication as the login, we get a userId and an API key that has to be generated with the `MetricsPublisher` role.
@sercanov Sorry for the delayed response, yes it is possible. You can just import the dashboard and point it towards your Loki datasource (to which the worker should be writing...
095a954a8f6cb4d5864d88f23347f19d6fa1455b Formats the `timestamp` field using the ISO8601 standard.
I think that in general, the desktop app should mimic the font size of the web UI.
This works almost fine, if you hit the submit button before writing anything in the wysihtml5 editor, it popups the required message, but then even if you fill the wysihtml5...
This usually means that whenever the exporter connected to Kafka and fetched the offsets the lag was ahead of the committed offset. Even with @ileaving solution (depending on how long...
I've seen this issue with multiple Kafka monitoring agents. Sometimes on the PromQL side we use to just use the [`abs` query function](https://prometheus.io/docs/prometheus/latest/querying/functions/#abs) ``` abs(sum(kafka_consumergroup_lag{topic="$topic", consumergroup="$consumergroup"})) ``` We do this...
I don't think that we currently support this use case. From a quick overview it seems that we would need to skip all the touchid integration (since you are directly...
@stffndtz can you give it a try to the latest release (v0.0.3) and check if it fixes the issue?