An open API service indexing awesome lists of open source software.

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

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 -