|
1 | 1 | --- |
2 | | -title: Oracle Database Metrics Exporter |
| 2 | +title: Oracle Database Metrics Exporter |
3 | 3 | sidebar_position: 6 |
4 | 4 | --- |
5 | 5 | ## Oracle Database Metrics Exporter |
6 | 6 |
|
7 | | -Oracle Database Metrics Exporter aims to provide observability for the Oracle Database so that users can understand performance and diagnose issues easily across applications and the database. Oracle Database Metrics Exporter delivers functionality to support both cloud and on-premises databases, including those running in Kubernetes and containers. |
| 7 | +The Oracle Database Metrics Exporter is a key observability component that provides comprehensive metrics collection for Oracle Database. It helps users understand database performance and diagnose issues easily across applications and the database, supporting both cloud and on-premises deployments, including databases running in Kubernetes and containers. |
8 | 8 |
|
9 | | -See the [documentation](https://oracle.github.io/oracle-db-appdev-monitoring/) for how to install and configure Oracle Database Metrics Exporter. |
| 9 | +:::info Complete Documentation Available |
| 10 | +This exporter is documented in detail in the **[Platform Components](../platform/dbexporter.md)** section. For complete installation instructions, testing procedures, troubleshooting guidance, and dashboard configuration, please refer to the comprehensive guide: |
| 11 | + |
| 12 | +**[→ Oracle Database Metrics Exporter - Full Documentation](../platform/dbexporter.md)** |
| 13 | +::: |
| 14 | + |
| 15 | +## Quick Links |
| 16 | + |
| 17 | +- **[Installation Guide](../platform/dbexporter.md#installing-oracle-database-metrics-exporter)** - Enable and deploy the exporter |
| 18 | +- **[Testing Guide](../platform/dbexporter.md#testing-oracle-database-metrics-exporter)** - Verify metrics collection |
| 19 | +- **[Dashboards](../platform/dbexporter.md#dashboards)** - View pre-built Grafana dashboards |
| 20 | +- **[Troubleshooting](../platform/dbexporter.md#troubleshooting)** - Common issues and solutions |
| 21 | +- **[Official Documentation](https://github.com/oracle/oracle-db-appdev-monitoring)** - Oracle's GitHub repository |
| 22 | + |
| 23 | +## What Metrics Are Available |
| 24 | + |
| 25 | +The exporter provides Prometheus-formatted metrics including: |
| 26 | + |
| 27 | +- **Database connectivity** - `oracledb_up` - Database instance reachability |
| 28 | +- **Session metrics** - `oracledb_sessions_*` - Active sessions and session statistics |
| 29 | +- **Tablespace metrics** - `oracledb_tablespace_*` - Tablespace usage and capacity |
| 30 | +- **Activity metrics** - `oracledb_activity_*` - Database activity and performance |
| 31 | +- **Transactional Event Queue metrics** - TxEventQ throughput and queue statistics |
| 32 | + |
| 33 | +These metrics are exposed on port 9161 and automatically scraped by Prometheus when properly configured. |
| 34 | + |
| 35 | +## Integration with OBaaS Observability |
| 36 | + |
| 37 | +The Database Metrics Exporter integrates seamlessly with the OBaaS observability stack: |
| 38 | + |
| 39 | +1. **Prometheus** automatically discovers and scrapes metrics from the exporter |
| 40 | +2. **SigNoz** provides pre-built dashboards for visualizing database performance |
| 41 | +3. **Service Discovery** ensures metrics are collected from all database instances |
| 42 | +4. **Alert Manager** can trigger alerts based on database metric thresholds |
| 43 | + |
| 44 | +For the complete setup and configuration, see the **[full documentation](../platform/dbexporter.md)**. |
| 45 | + |
| 46 | +## Getting Help |
| 47 | + |
| 48 | +- [#oracle-db-microservices Slack channel](https://oracledevs.slack.com/archives/C06L9CDGR6Z) in the Oracle Developers slack workspace. |
| 49 | +- [Open an issue in GitHub](https://github.com/oracle/microservices-datadriven/issues/new). |
0 commit comments