oracle-db-appdev-monitoring icon indicating copy to clipboard operation
oracle-db-appdev-monitoring copied to clipboard

[BUG] Exporter stopped working on 9161 port inside and outside the container without crashing the container

Open kirxcore opened this issue 2 months ago • 17 comments

Description

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?

kirxcore avatar Oct 06 '25 09:10 kirxcore