Ilya Mashchenko

Results 366 comments of Ilya Mashchenko

> But still not very happy that netdata grub all secrets. Secrets are basically ConfigMaps with encoded values, using them to store sensitive info is not secure in general. Using...

> Works like a charm) Great, I will: - update other collectors' jobs to use those variables. - update documentation.

Ahh, the config has no Redis. Actually nice things you mention the problem, I will add it and you will help with testing 😄 If we go with the current...

Try ```yaml - module: redis name: redis-{{.TUID}} address: 'redis://:{{ get .Env "NETDATA_SD_AUTH_PASS" }}@{{.Address}}' ``` - `address` string format is https://github.com/netdata/go.d.plugin/tree/master/modules/redis#configuration - service discovery available fields we can use is https://github.com/netdata/agent-service-discovery#pod-role

@rerime thanks for help/testing, not really sure why it doesn't work with single quotes 🤔 If you want you can make a PR with Redis btw (after #280 is merged).

I think all that support user/pass authentication - I gave a generic name to those env var on purpose.

Hi @thangld322 > so it is not counter from beginning. I dont get that part, [counter](https://prometheus.io/docs/concepts/metric_types/#counter) is > a cumulative metric that represents a single monotonically increasing counter whose value...

@MrZammler hey, is this PR still relevant?

Closing due to no response. @herauthon, hey 🙋‍♂️ The issue is (likely) fixed in #13703.

Hi @skurfuerst > I can also develop etc, as I need this feature anyways. Sounds good 👍 > How would you map this status into a chart or into alerts...