Max Vorobev
Max Vorobev
@duncanwraight have you tried configuring `spec.integrations.selector` in `GrafanaAgent` resource such that it matches the labels set on `Integration` resource? `kubectl explain grafanaagent.spec.integrations` contains more details on what arguments it expects
@oferb having access to English translation, I can do the Russian one 🙂
/remove-lifecycle stale
/remove-lifecycle stale
This is fixed by https://github.com/kubernetes-sigs/external-dns/pull/4946 and using new-style registry only
Thanks for clarifying! I think when showing RPS a bit cleaner solution could be showing 0.1, 0.2 and so on on the axis label
If you agree, I could submit a PR :)
A fine-ish approach would be to use colored `print`: ``` def warn(msg): print('{red}{msg}{nc}'.format(red='\033[0;31m', msg=msg, nc='\033[0m')) ```
@simar7 I believe the linter should now be happy and tests are there — could you please do another round of reviews? :)