oracledb_exporter
oracledb_exporter copied to clipboard
Feature Request: Support Oracle Database Connection URL as a Parameter
- [X] feature request
What is the current behavior?
The connection URL is defined by an environmental variable. Without using Docker, this means only one exporter can run on one machine.
What is the expected behavior?
Being able to pass in the connection URL as a parameter, i.e.
--database.url=path string
Example
--database.url=DATA_SOURCE_NAME=oracle://system:password@oracle-sid
What is the motivation / use case for changing the behavior?
Using Docker is not an option for my situation.
Please tell us about your environment:
Version: 0.5.1
Using pre-compiled Linux binary on Oracle Linux and personally compiled binary for Windows running on Windows 10.