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/development/_index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ Oracle Backend for Microservices and AI provides the following services that app
16
16
* Spring Boot Eureka Service Registry for service discovery. The API Gateway and monitoring services are pre-configured to use this registry for service discovery.
17
17
* Spring Cloud Config Server to serve externalized configuration information to applications. This stores the configuration data in the Oracle Autonomous Database instance associated with the backend.
18
18
* Netflix Conductor OSS for running workflows to orchestrate your services.
19
-
* Hashicorp Vault for storing sensitive information.
20
19
* Spring Admin for monitoring your services.
21
20
* Prometheus and Grafana for collecting and visualizing metrics and for alerting.
22
21
* Jaeger and Open Telemetry (OTEL) for distributed tracing. Applications deployed to the Oracle Backend for Microservices and AI may use Jaeger or OTEL for distributed tracing. See the [Environment Variables page](envvars) for variables that can be used.
Copy file name to clipboardExpand all lines: docs-source/spring/content/observability/metrics/_index.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,6 @@ resources:
45
45
- name: apache-apisix-dashboard
46
46
src: "apache-apisix-dashboard.png"
47
47
title: "Apache APISIX Observability Dashboard"
48
-
- name: vault-dashboard
49
-
src: "vault-grafana.png"
50
-
title: "Apache APISIX Observability Dashboard"
51
48
---
52
49
53
50
Oracle Backend for Microservices and AI provides built-in platform services to collect metrics from system and application workloads and pre-built Grafana dashboards to view and explore those metrics.
@@ -61,7 +58,6 @@ On this page, you will find the following topics:
## How to have metrics collected for your applications
193
175
194
176
When you deploy an application with Oracle Backend for Microservices and AI 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