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
Copy file name to clipboardExpand all lines: docs-source/spring/content/observability/metrics/_index.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ resources:
42
42
- name: observability-overview
43
43
src: "observability-overview.png"
44
44
title: "Observability Overview"
45
+
- name: apache-apisix-dashboard
46
+
src: "apache-apisix-dashboard.png"
47
+
title: "Apache APISIX Observability Dashboard"
45
48
---
46
49
47
50
Oracle Backend for Spring Boot and Microservices provides built-in platform services to collect metrics from system and application workloads and pre-built Grafana dashboards to view and explore those metrics.
@@ -54,6 +57,7 @@ On this page, you will find the following topics:
## How to have metrics collected for your applications
157
175
158
176
When you deploy an application with Oracle Backend for Spring Boot and Microservices CLI or Visual Code Extension, provided you included the Eureka Discovery Client and Actuator in your application, Prometheus will automatically find your application (using the service registry) and start collecting metrics. These metrics will be included in both the Spring Boot Observability dashboard and the Spring Boot Statistic dashboard automatically.
0 commit comments