Pre-installed dashboards
More details can be found in the SigNoz Documentation.
Pre-installed dashboards
There are several dashboards that are pre-installed in SigNoz, for example:
- Pre-installed dashboards
- Spring Boot Observability
- Spring Boot Statistics
- Oracle Database Dashboard
- Kube State Metrics Dashboard
- Apache APISIX Dashboard
- Helidon Main Dashboard
- Helidon MP Details
- Helidon SE Details
- Helidon JVM Details
- APM Metrics
- Kafka Server Monitoring Dashboard
- Kubernetes Pod Metrics - Overall
- Kubernetes Pod Metrics - Detailed
- Kubernetes PVC Metrics
- Kubernetes Node Metrics - Overall
- Kubernetes Node Metrics - Detailed
- DB Calls Monitoring
- Host Metrics (k8s)
- HTTP API Monitoring
- JVM Metrics
- NGINX (OTEL)
- MicroTx
Spring Boot Observability
This dashboard provides details of one or more Spring Boot applications including the following:
- The number of HTTP requests received by the application
- A breakdown of which URL paths requests were received for
- The average duration of requests by path
- The number of exceptions encountered by the application
- Details of 2xx (that is, successful) and 5xx (that is, exceptions) requests
- The request rate per second over time, by path
- Log messages from the service
You may adjust the time period and drill down into issues, and search the logs for particular messages. This dashboard is designed for Spring Boot 3.x applications. Some features may work for Spring Boot 2.x applications.
Here is an example of this dashboard displaying data for a simple application:

Spring Boot Statistics
This dashboard provides more in-depth information about services including the following:
- JVM statistics like heap and non-heap memory usage, and details of garbage collection
- Load average and open files
- Database connection pool statistics (for HikariCP)
- HTTP request statistics
- Logging (logback) statistics
You may adjust the time period and drill down into issues, and search the logs for particular messages. This dashboard is designed for Spring Boot 3.x applications. Some features may work for Spring Boot 2.x applications.
Here is an example of this dashboard displaying data for a simple application:

Oracle Database Dashboard
This dashboard provides details about the Oracle Database including:
- SGA and PGA size
- Active sessions
- User commits
- Execute count
- CPU count and platform
- Top SQL
- Wait time statistics by class
Here is an example of this dashboard:

Kube State Metrics Dashboard
This dashboard provides details of the Kubernetes cluster including:
- Pod capacity and requests for CPU and memory
- Node availability
- Deployment, Stateful Set, Pod, Job and Container statistics
- Details of horizontal pod autoscalers
- Details of persistent volume claims
Here is an example of this dashboard:

Apache APISIX Dashboard
This dashboard provides details of the APISIX API Gateway including:
- Total Requests
- NGINX Connection State
- Etcd modifications
Here is an example of this dashboard:

In addition, the following dashboards are also pre-installed:
Helidon Main Dashboard
Combined dashboard for Heap memory usage statistics about all Helidon SE and Helidon MP applications deployed in the cluster.

Helidon MP Details
Details about CPU and Memory usage of Helidon MP applications along with statistics about HTTP/REST requests per JVM.

Helidon SE Details
Details about Memory usage of Helidon SE applications along with statistics about HTTP/REST requests per JVM.

Helidon JVM Details
JVM level details about Helidon applications, including statistics about Virtual Threads, CPU and Memory usage and HTTP requests.

APM Metrics
Application Performance overview for all deployed services in terms of request execution times and consistency.

Kafka Server Monitoring Dashboard
Details about Kafka brokers, topics, partitions, and consumers.

Kubernetes Pod Metrics - Overall
Aggregated view of CPU, Memory, FileSystem, and Network usage by pods.

Kubernetes Pod Metrics - Detailed
Detailed view of CPU, Memory, FileSystem, and Network usage by pods.

Kubernetes PVC Metrics
Capacity and Usage statistics about Persistent Volume Claims in the cluster.

Kubernetes Node Metrics - Overall
Aggregated view of CPU, Memory, FileSystem, and Network usage by Nodes in the cluster.

Kubernetes Node Metrics - Detailed
Detailed view of CPU, Memory, FileSystem, and Network usage by Nodes in the cluster.

DB Calls Monitoring
Details about DB attributes from opentelemetry.

Host Metrics (k8s)
This dashboard uses the system metrics collected from the hostmetrics receiver to show CPU, Memory, Disk, Network and Filesystem usage.

HTTP API Monitoring
This dashboard is built on top of available HTTP attributes from opentelemetry and provides insights about endpoint level performance indicators for HTTP calls.

JVM Metrics
JVM Runtime metrics for all services deployed in the cluster in terms of CPU/Memory usage, Garbage collection events, threads and class loading/unloading.

NGINX (OTEL)
Details about connections/requests being handled by the NGINX Ingress controller.

MicroTx
Details about Transaction Manager for Microservices component and statistics about participating transactions.
