nosalan
nosalan
If anyone is interested I'm patching it in the way below. Just call `patch_websockets_lib_in_order_to_see_unsuccessful_websocket_connection_response_body` ``` from typing import Tuple import websockets import websockets.client as websockets_client_for_patching from websockets.http import Headers class...
@roidelapluie Thanks for clarification. Then, all metrics except `container_cpu_usage_seconds_total` should be dropped in my case, but the actual behavior is that everything is dropped anyway.
Yeah, that's correct. Only the second rule is sufficient. Thanks.
It's really bothersome, please prioritize this. It was working in older version looks like a regression.
This disables the PodSecurityPolicy ``` loki: rbac: pspEnabled: false ```
Thanks @joe-elliott for clarifying this. I asked helm chart maintainers to make it possible to set `block_retention`. Currently, they have the `retention` setting that translates to `compacted_block_retention` which could be...
Thank you @Wwwsylvia but the error indicate something with authentication/permissions. Seems like receiving `429` from ACR triggers some authentication/permissions issues in az cli. Full error ``` Access to registry '.azurecr.io'...
@navba-MSFT Yes and thank you. I'm ok with adding the back-off based retries. The status code `429` explains the problem. I would only suggest to update the error message to...
It has a bug label, @msftbot should be closing this.
Yes, it is possible. I'd try switching dest with src at first.