You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, following dashboards are also pre-installed:
114
+
115
+
### Helidon Main Dashboard
116
+
Combined dashboard for Heap memory usage statistics about all [Helidon SE](https://helidon.io/docs/v3/about/introduction) and [Helidon MP](https://helidon.io/docs/v4/mp/introduction) applications deployed in cluster.
117
+
118
+

119
+
120
+
### Helidon MP Details
121
+
Details about CPU and Memory usage of [Helidon MP](https://helidon.io/docs/v4/mp/introduction) applications along with statistics about HTTP/REST requests per JVM.
Details about Memory usage of [Helidon SE](https://helidon.io/docs/v3/about/introduction) applications along with statistics about HTTP/REST requests per JVM.
127
+
128
+

129
+
130
+
### Helidon JVM Details
131
+
JVM level details about Helidon applications, including statistics about [Virtual Threads](https://docs.oracle.com/en/java/javase/24/core/virtual-threads.html), CPU and Memory usage and HTTP requests
This dashboard uses the system metrics collected from the [hostmetrics receiver](https://uptrace.dev/opentelemetry/collector/host-metrics) to show CPU, Memory, Disk, Network and Filesystem usage
This dashboard is built on top of available [HTTP attributes from opentelemetry](https://opentelemetry.io/docs/specs/semconv/attributes-registry/http/) and provides insights about endpoint level performance indicators for HTTP calls.
182
+
183
+

184
+
185
+
### JVM Metrics
186
+
JVM Runtime metrics for all services deployed in cluster in terms of CPU/Memory usage, Garbage collection events, threads and class loading/unloading.
Details about connections/requests being handled by the the [NGINX Ingress controller](https://github.com/kubernetes/ingress-nginx).
192
+
193
+

194
+
195
+
### MicroTx
196
+
Details about Transaction Manager for Microservices(https://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/24.2/tmmdg/oracle-transaction-manager-microservices.html) component and statistics about participating transactions.
0 commit comments