torrescd
torrescd
Thank you for consider the request. Maybe another possibility to process the array value always as a yaml array, able to be parsed. e.g. ``` ["value","anotherValue"] - a - b...
The lack of this feature is our only reason to not use this app instead of https://github.com/github/safe-settings
Hi @joejulian ! There have been any progress? It should be feasible to print logs before executing the deletion hooks, or to not print logs of deleted pods. See #10566...
Hi @mfbieber ! Its an interesting feature, I wonder if it can cover my use case. We are using a helm chart [dependency ](https://github.com/localstack/helm-charts/blob/main/charts/localstack/templates/tests/test-connection.yaml) which have a given test the...
Also looking for this feature, relevant implementation probably around here https://github.com/jfrog/frogbot/blob/00489def8f047904e7caafb34c4db91579eeda2a/utils/comment.go#L109
Hi Joao, thank you for your answer. I think that ScrapeConfig it is not needed in my use case. See here this function. https://github.com/prometheus-operator/prometheus-operator/blob/e93e2ed39a029ec056019c73d34dce0bf252343c/pkg/prometheus/promcfg.go#L1109 Here in this line we are...
Yes! Basically we want to avoid to have dropped targets. If you have several endpoints (or several ingresses) and you only want to target one of them, would be nice...
Hi! I won't be able to make it for a PR, but with[ this hardcoded change](https://github.com/devopsmindset/prometheus-operator/commit/b20c80fa907b4f3569b4a25ea7d1eefb9e1a94b8), I am able to discover only the ingress/enpoints with the desired label, I don't...
I have tested relabeling on the ServiceMonitor, and they seem to work at ingestion time, not at discovery time (targets still appear as undefined) I am attaching the [slack post](https://cloud-native.slack.com/archives/C167KFM6C/p1676893899683429)...
Hi @simonpasquier, thank you for your answer. As I said before relabelings is only helping me to select desired targets, but I am not avoiding the discover of others (I...