https://github.com/autometrics-dev/autometrics-demo-embeddings
Demo app with autometrics-py and autometrics-ts
https://github.com/autometrics-dev/autometrics-demo-embeddings
Last synced: 7 months ago
JSON representation
Demo app with autometrics-py and autometrics-ts
- Host: GitHub
- URL: https://github.com/autometrics-dev/autometrics-demo-embeddings
- Owner: autometrics-dev
- License: mit
- Created: 2023-09-10T08:01:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T13:32:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T14:32:03.084Z (over 1 year ago)
- Language: Python
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autometrics Demo App - Embeddings Service
## Quickstart
- Start all services - `docker compose up --build`
- Generate load on the api - `k6 run load/load-test.js`
- View some metrics - `http://localhost:6788`
- Make a coffee - Let the load test run for at least 5 minutes
- Check the alerts - `http://localhost:6788/explorer#/alerts`
If you don't want to install `k6` locally, you can run it via Docker as well:
```sh
docker run --rm -i grafana/k6 run --vus 10 --duration 30s -