From 5e4c7d54cc6a5003cf9107a90137cb8f2f96c4e6 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 7 Sep 2021 10:39:09 +0200 Subject: [PATCH] Sept 7th -reactoring --- docs/index.md | 4 +++- mkdocs.yml | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 77776a78..6f5fb02f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -116,7 +116,9 @@ A curated list of awesome references collected since 2018. Microservices archite - [Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more](embedded-servlet-containers.md) - [Caching Solutions](caching.md) ## Monitoring and Performance. Prometheus, Grafana, APMs and more -- [Monitoring and Performance. Prometheus, Grafana, APMs and more 🌟](monitoring.md) +- [Monitoring and Performance 🌟](monitoring.md) +- [Prometheus](prometheus.md) +- [Grafana](grafana.md) ## Configuration Management - [Ansible](ansible.md) - [Argo CD - Declarative GitOps for Kubernetes](argocd.md) diff --git a/mkdocs.yml b/mkdocs.yml index 0c42d2c8..d5d44768 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -119,7 +119,10 @@ nav: - Java EE/Jakarta EE and MicroProfile Runtimes - Payara, JBoss EAP, WebSphere Liberty, WildFly and more: java_app_servers.md - Embedded Servlet Containers in SpringBoot: embedded-servlet-containers.md - Caching Solutions: caching.md - - Monitoring and Performance. Prometheus, Grafana, APMs and more: monitoring.md + - Monitoring and Performance. Prometheus, Grafana, APMs and more: + - Monitoring and Performance: monitoring.md + - Prometheus: prometheus.md + - Grafana: grafana.md - Configuration Management: - Ansible: ansible.md - Argo CD - Declarative GitOps for Kubernetes: argocd.md