You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there is no process listening on 9090 in code executor:
root@retool-code-executor-8578784858-w9m2f:/retool/code_executor# curl localhost:9090
curl: (7) Failed to connect to localhost port 9090: Connection refused
root@retool-code-executor-8578784858-w9m2f:/retool/code_executor# netstat -pnlt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp6 0 0 :::3004 :::* LISTEN 14/node
We should remove the prometheus scrape annotations from code executor.
The text was updated successfully, but these errors were encountered:
The
retool-code-executor
deployment contains the prometheus scrape annotations:However, there is no process listening on 9090 in code executor:
We should remove the prometheus scrape annotations from code executor.
The text was updated successfully, but these errors were encountered: