You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,12 @@
2
2
The edge service is one of the backing services that serves as the front door for the API. The services utilizes Zuul.
3
3
4
4
# Running the service:
5
-
6
5
After making sure the project assembled properly run: ```docker-compose up --build```
7
6
8
7
## Running with locally build images.
9
-
10
-
Build the images locally but tag them with version ```:local``` instead of default, for example instead of just building gmaps-adapter as aista/gmaps-adapter tag it aista/gmaps-adapter:local
11
-
8
+
Build the images locally but tag them with version ```:local``` instead of default, for example instead of just building gmaps-adapter as aista/gmaps-adapter tag it aista/gmaps-adapter:local
12
9
Run ```docker-compose -f docker-compose-local.yml up```
13
-
14
10
remove the :local from the docker-compose-local.yml file for images that wont be changed locally.
11
+
12
+
# Performance Metrics API
13
+
Once edge service is UP, you can access the metrics at http://localhost:8080/actuator
0 commit comments