Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineat/ocelot
https://github.com/ineat/ocelot
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ineat/ocelot
- Owner: ineat
- Created: 2019-09-17T19:18:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T01:03:03.000Z (over 2 years ago)
- Last Synced: 2024-11-07T11:44:28.222Z (about 2 months ago)
- Language: Java
- Size: 26.8 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple demo project of InspectIt Ocelot
Goal of this project is to illustrate InspectIt Ocelot Agent usage.
To simply launch project :
1 - Compile project
```
mvn clean install
```2 - Run the following command to the root of this project
```
docker-compose up
```This last command will built docker images of the project services, and launch the complete stack with Grafana, Prometheus, Ocelot config server, Postgres and project services.
Grafana can be join to the following url
http://localhost:3001 (login 'admin' and password 'password') and Ocelot Config Server with http://localhost:8090 (login 'admin' and password 'demo')