diff --git a/prometheus/README.md b/prometheus/README.md index 929ca82..6d8667e 100644 --- a/prometheus/README.md +++ b/prometheus/README.md @@ -17,4 +17,7 @@ Notes: - The microservices, ArangoDB and NATS provide endpoints for Prometheus to scrape metrics directly and thus they do not need exporters. - Since Micro automatically manages the K8s objects for the microservices, exposing the metrics ports to Prometheus is done by patching the Micro created K8s services via service patches. -The patches can be found under `cicd/K8s/microservicesPatch` \ No newline at end of file +The patches can be found under `cicd/K8s/microservicesPatch` +- The microservices integration with Prometheus was made in two parts: + - `globalMonitoring/prometheus` provides wrapper definitions common to all services + - `/server/monitoring` integrates the wrappers as middleware in the microservice \ No newline at end of file