Ent+Documentation Index
Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
Use this file to discover all available pages before exploring further.
This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Supported Platforms
| Platform | Metrics | Logs | Traces |
|---|---|---|---|
| Linux | ✓ | ✓ | |
| Windows | ✓ | ✓ | |
| macOS | ✓ | ✓ |
Metrics Requirements
To collect metrics from OracleDB, a user withSELECT access to the relevant views is required. To create a new user with those permissions, run the following SQL script as a user with sufficient permissions connected to the Oracle DB instance as SYSDBA or SYSOPER.
Configuration Table
| Parameter | Type | Default | Description |
|---|---|---|---|
| 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. |