| telemetry_types | telemetrySelector | ["Logs", "Metrics"] | Choose Telemetry Type. |
| audit_log_path | strings | ”/u01/app/oracle/product//dbhome_1/admin//adump/*.aud” | File paths to audit logs. |
| enable_alert_log | bool | true | |
| alert_log_path | strings | ”/u01/app/oracle/product//dbhome_1/diag/rdbms//_/trace/alert__.log” | File paths to alert logs. |
| enable_listener_log | bool | true | |
| listener_log_path | strings | ”/u01/app/oracle/product//dbhome_1/diag/tnslsnr//listener/alert/log.xml” | File paths to listener logs. |
| start_at | enum | end | Start reading the file from the ‘beginning’ or ‘end’. |
| host | string | localhost | Host to scrape metrics from. |
| port | int | 1521 | Port of the host to scrape metrics from. |
| username* | string | | Database user to run metric queries with. |
| password | string | | Password for user. |
| sid | string | | Site Identifier. One or both of sid or service_name must be specified. |
| service_name | string | | OracleDB Service Name. One or both of sid or service_name must be specified. |
| wallet | string | | OracleDB Wallet file location (must be URL encoded). |
| collection_interval | int | 60 | Sets how often (seconds) to scrape for metrics. |
| enable_audit_log | bool | true | Enable to collect audit logs. |