Skip to content

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

@kirxcore

Description

@kirxcore

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions