Skip to main content

Introduction and Overview

Overview

Oracle Backend for Microservices and AI includes SigNoz, which is an observability platform to collect and provide access to logs, metrics, and traces for the platform itself and for your applications.

The diagram below provides an overview of SigNoz:

Observability Overview

In the diagram above:

  • You may deploy applications into the platform and can either send the metrics, logs, and traces to the SigNoz OpenTelemetry collector or configure annotations on the application pod for SigNoz to scrape metrics endpoints from the application pod directly. Similarly, traces can be generated and sent to the SigNoz OpenTelemetry collector using the OpenTelemetry SDK. Please refer to the OpenTelemetry Collector - architecture and configuration guide for details.
  • The Oracle Database Exporter and Kube State Metrics are pre-installed and SigNoz is configured to collect metrics from them.
  • SigNoz is populated with a set of pre-installed dashboards.
note

More details can be found in the SigNoz Documentation.

Oracle Database Monitoring Explorer

With Oracle Backend for Microservices and AI, you can choose to install Oracle Database Monitoring Explorer. The tool provides observability for Oracle Database so that users can understand performance and diagnose issues easily across applications and the database. The project also provides dashboards for SigNoz.

Next Steps