Prajith
Prajith
@kk-kwok @mvertes any workaround for this? facing the same problem
Any update?
We have setup the linkerd-viz with external prometheus and after the upgrade we are getting following errors ``` time="2023-06-26T12:34:55Z" level=error msg="queryProm failed with: Query failed: \"sum(increase(response_total{deployment=\\\"app-prod-http\\\", direction=\\\"outbound\\\", namespace=\\\"web\\\"}[1m])) by (dst_namespace,...
This feature might be required only for those who use Service Mesh with Traefik. Can we consider this?
@nmengin Yes right :+1:
We are also encountering a similar issue. In our case, the creation of the ScaledObject is failing because there is already an HPA for a deployment that we are attempting...
@olix0r I just enabled http2 debug and this is what I can see. ``` 2024/10/11 03:06:45 http2: Framer 0xc0002002a0: read HEADERS flags=END_HEADERS stream=39 len=26 2024/10/11 03:06:45 http2: decoded hpack field...
I can only see following logs in the proxy. ``` [ 429.553649s] TRACE ThreadId(01) outbound:accept{client.addr=10.3.113.251:42754 server.addr=172.20.253.28:7233}:proxy{addr=172.20.253.28:7233}:http:server_handshake:Connection{peer=Server}:poll:FramedRead::poll_next:FramedRead::decode_frame{offset=13}: h2::codec::framed_read: decoding frame from 13B [ 429.553653s] TRACE ThreadId(01) outbound:accept{client.addr=10.3.113.251:42754 server.addr=172.20.253.28:7233}:proxy{addr=172.20.253.28:7233}:http:server_handshake:Connection{peer=Server}:poll:FramedRead::poll_next:FramedRead::decode_frame{offset=13}: h2::codec::framed_read: frame.kind=Reset [...
@olix0r Here is the deployment YAML for both the Temporal server and worker: `https://raw.githubusercontent.com/Prajithp/hello-temporal-go/refs/heads/main/deployment.yaml`. You can apply this and, after waiting for at least 20 minutes, you should see the...