We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f84b71 commit a02f99bCopy full SHA for a02f99b
βREADME.mdβ
@@ -71,9 +71,15 @@ This project uses a microservices architecture with 7 independent services commu
71
72
## π· Screenshots
73
74
+### Application
75
+
76

77

78
79
+### Grafana
80
81
+
82
83
## πΆπ»ββοΈ Getting started and ππ»ββοΈ Running the app
84
85
Clone the repo
βassets/grafana.pngβ
214 KB
βprometheus.ymlβ
@@ -2,7 +2,6 @@ global:
2
scrape_interval: 4s
3
4
scrape_configs:
5
- - job_name: 'prometheus'
+ - job_name: 'api-gateway'
6
static_configs:
7
- - targets:
8
- - api-gateway:5000
+ - targets: ['api-gateway:5000']
0 commit comments