François Gouteroux
François Gouteroux
When using rbenv::definition with source parameter and starting with /http(s)?:/, the exec resource needs to have path attribute to avoid Error "[...] is not qualified and no path was specified....
Hi, I want to add the tls config support needed when the verify_peer option is set tot true on rabbitmq. Does it seems good ?
This script can perform: - a generic service state check like "service httpd status", - a custom service state check like "rabbitmq cluster_status" with the pattern "running_nodes" and check if...
Hello, The following patch third party S3 who does not support some bucket features like accelerate configuration. Example of error message: ``` Error: getting S3 Bucket (my-bucket) accelerate configuration: XNotImplemented:...
Hello, I want to add stdin support in promtool check rules, like this ``` $ cat /tmp/fgx.yaml | promtool check rules Checking stdin SUCCESS: 1 rules found ``` We could...
Hello, I want to enhance the validation of config file for probe type when using `--config.check` option. ``` $ blackbox_exporter --config.check --config.file config.yml ts=2023-10-19T08:46:20.927Z caller=main.go:86 level=info msg="Starting blackbox_exporter" version="(version=0.24.0, branch=fgx-0.24,...
Hi, I would ask for an update of the basic auth http filter (https://github.com/envoyproxy/envoy/pull/30079) to support per route config. The use case is the following, I need to disable the...
Hello, We used mimir (v2.10.0) and loki (2.9.1), and the loki ruler is configured to send alerts to mimir alertmanager. In my mimir alertmanager logs, we got this error since...
#### PR Description Hi, I would like to add the `--inspect` flag from promtail to `grafana-agentctl test-logs` command, like explain in the [doc](https://grafana.com/docs/loki/latest/send-data/promtail/troubleshooting/#inspecting-pipeline-stages). ``` $ grafana-agentctl test-logs -h Starts Promtail...
**What this PR does / why we need it**: Fix the panic error when there is duplicate job name defined in scrape config: ``` grafana-agent[2859804]: panic: send on closed channel...