📄️ Configuring the Go Runtime
If you are running in an environment with limited memory, or you are running a large number of exporters, you may want to control the exporter's usage of memory.
📄️ Monitoring TxEventQ
Oracle Transactional Event Queues ("TxEventQ") is a fault-tolerant, scalable, real-time messaging backbone offered by converged Oracle Database that allows you to build an enterprise-class event-driven architectures.
📄️ Development
The exporter is a Go program using the Prometheus SDK.
📄️ Compatibility with Older Database Versions
In general, fixes and features are not provided for older database versions. However, it is possible to configure the Oracle Database Metrics Exporter to scrape older versions of Oracle Database.
📄️ go-ora Driver
The Oracle Database Metrics Exporter experimentally supports compiling with the go-ora database driver. By default, the exporter compiles using the godror database driver, which uses CGO execution to invoke Oracle Instant Client. the go-ora driver presents an option for users who want to use a "thin" database client without the Oracle Instant Client and CGO.