Skip to content

Commit

Permalink
Added the folders used to integrate with the microservices
Browse files Browse the repository at this point in the history
  • Loading branch information
camba1 committed Apr 23, 2021
1 parent 9dcda9a commit c99c63c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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
- `<serviceName>/server/monitoring` integrates the wrappers as middleware in the microservice

0 comments on commit c99c63c

Please sign in to comment.