Dmitry Shmulevich
Dmitry Shmulevich
> @dmitsh I would advocate for tweaking the approach here a bit so that the power state can be added as a prometheus label. You can check this PR (it...
OK, let me add power state label
@simonpasquier @brian-brazil @tariq1890 I've refactored the code to add VM power state label, as was intended in #4908, and successfully tested it against real Azure VM/VMSS. Please take another look.
> Have you come up with a way of doing this that doesn't involve additional RPCs? Otherwise we'll unfortunately have to close this as infeasible. > > Azure never got...
@brian-brazil , this is a very old PR. Is it still relevant? I updated it to reduce number of API calls.
> Fully agree with this. Do you not also have to have to have the Redisearch module installed? yes, we need both
@tomnlittle , I have a follow-up question. FailoverClient accepts a list of sentinel addresses in FailoverOptions. But SentinelClient accepts a single sentinel address. According to the Guidelines for Redis clients...
I created issue #1451