Configuring the Go Runtime
If you are running in an environment with limited memory, or you are running a large number of scraper processes, you may want to control the scraper's memory usage.
Preconfigured Operational Alerts
The scraper repository supplies Grafana-managed alert rules in:
Development
The scraper is a Go program that connects to Oracle databases on a schedule and
Compatibility with Older Database Versions
In general, fixes and features are not provided for older database versions. However, it is possible to configure the scraper to collect from older Oracle Database versions.
go-ora Driver
The scraper supports compiling with the go-ora database driver. By default, it compiles with the godror database driver, which uses CGO and Oracle Instant Client. The go-ora driver is useful when you need a pure-Go binary without Oracle Instant Client.