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
Exporter stopped working on 9161 port inside and outside the container without crashing the container.
Steps to Reproduce
Don't know exactly how to reproduce the behaviour, but I have 23 databases, and some shared metrics between them. Occasionally they are down due to maintenance, so there are some ORA-12514 in logs. And after some time Exporter stops providing metrics - curl localhost:9161 gives nothing outside the container, and gives "Connection refused" inside the container.
Expected Behavior
Exporter doesn't stop listening 9161 port
Actual Behavior
Exporter doesn't crash, but stops working at 9161 port
Environment
OS: centos 7
Oracle Database version: various
Exporter version: 2.0.4
Suggestion
Maybe config maxOpenConns:10 and maxIdleConns:10 parameters affect the behaviour?