Skip to content

Commit 898f6ff

Browse files
authored
APISIX dashboard (#824)
1 parent d27ccad commit 898f6ff

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs-source/spring/content/observability/metrics/_index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ resources:
4242
- name: observability-overview
4343
src: "observability-overview.png"
4444
title: "Observability Overview"
45+
- name: apache-apisix-dashboard
46+
src: "apache-apisix-dashboard.png"
47+
title: "Apache APISIX Observability Dashboard"
4548
---
4649

4750
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:
5457
- [Spring Boot Statistics](#spring-boot-statistics)
5558
- [Oracle Database Dashboard](#oracle-database-dashboard)
5659
- [Kube State Metrics Dashboard](#kube-state-metrics-dashboard)
60+
- [Apache APISIX DashBoard](#apache-apisix-dashboard)
5761
- [How to have metrics collected for your applications](#how-to-have-metrics-collected-for-your-applications)
5862
- [How to access Prometheus](#how-to-access-prometheus)
5963
- [How to access Grafana](#how-to-access-grafana)
@@ -153,6 +157,20 @@ Here is an example of this dashboard:
153157
{{< img name="kube-state-metrics-dashboard" size="medium" lazy=false >}}
154158
<!-- spellchecker-enable -->
155159

160+
### Apache APISIX Dashboard
161+
162+
This dashboard provides details of the APISIX API Gateway including:
163+
164+
- Total Requests
165+
- NGINX Connection State
166+
- Etcd modifications
167+
168+
Here is an example of this dashboard:
169+
170+
<!-- spellchecker-disable -->
171+
{{< img name="apache-apisix-dashboard" size="medium" lazy=false >}}
172+
<!-- spellchecker-enable -->
173+
156174
## How to have metrics collected for your applications
157175

158176
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.
Loading

0 commit comments

Comments
 (0)