BENEFICE Pierre
BENEFICE Pierre
I just saw this [comment](https://github.com/terrylinooo/githuber-md/issues/100#issuecomment-512877477) in another issue. I guess this answer my question 😅 > Markdown for comments is not working for now. Thanks for your feedback. I will...
Same error here, setting `x-aws-cluster` gives me the ``InvalidParameterException: Invalid identifier: Identifier is for cluster Demo-Apps. Your cluster is default`` error What's weired is that it works when I run...
Is it the same as https://github.com/docker/compose/issues/9126 ? and maybe solved by https://github.com/docker/compose-cli/pull/2130 ?
Just referencing here what personnally helped me on this topic, the "raw string" : ```shell # Excerpt from a Prometheus Alertmanager yaml receivers: - name: slack-receiver slack_configs: - text: |-...
Hi, I'm also facing the need to scrape two container within a single pod and gave a shot at the "Multiple Pod annotations" solution within the [google doc](https://docs.google.com/document/d/1S6O1czHtjR2DGfK2zeZDLr88wxyLRXB2JpH5g7YM1J8/edit#) I though...
Hi @bwplotka, (related to my comment just above) I don't know if this idea is similar to the `if` you already mentionned but how crazy would it be to be...
> Your second idea is kind of `if` -> relabelling does not allow to use regex build from values from another labels. Regexp is build on config reload time. I...