Thierry Sallé
Thierry Sallé
A feature i would love to see is the provisioning from dashboards ids. in the `dashboards.yml` provisioning file, allow the possibility to install dashboard from grafana.com/dashboards with their ids. example...
Hi, I've patched the KafkaWriter to change the JSON output format. Here is somes examples of output format : ``` { "host":"myhost.mydomain.fr", "what":"OperatingSystem", "device":"", "timestamp":1469116051, "MaxFileDescriptorCount":65536, "FreeSwapSpaceSize":2048532480, "SystemLoadAverage":0.21, "TotalSwapSpaceSize":2147479552, "AvailableProcessors":2,...
same issue with 1.7.0 version
This PR need to add more integration tests. See [example here](https://github.com/ansible-collections/community.grafana/blob/main/tests/integration/targets/grafana_datasource/tasks/influx.yml)
Found the Problem ! In the Worker app the Postgresql connexion string is wrong : replace ``` var pgsql = OpenDbConnection("Server=db;Username=postgres;Password=postgres;"); ``` with ``` var pgsql = OpenDbConnection("Host=db;Username=postgres;Password=postgres;"); ```
I think it was.. This issue was created in 2019.. Don't use temboard anymore..
Hi. I have the same issue here. I want to use an external bot protection service which return a 200 or 401 according to the user agent / source IP...
Hi @thomseddon do you know when you will have time to review / merge this ? Thanks.
> Hello! > > Sorry for the delay in reviewing this, I've just had a look through, the main thing I'm not sure about is the modification the `r.URL` in...
I've tried to use a `PathPrefixStrip` rule in traefik ingress and the returned uri was `/` instead of the wanted path. If we handle the request path in the root...