Completed: * Use Axum + Tower * Setup metrics w/Prometheus & Grafana * Setup distributed tracing w/OTLP exporter + Tempo * Enable MQTT on RabbitMQ * Add compatibility for docker-compose * Update all dependencies * Create Config Files * Clean handling of tasks * Migrate from Diesel ORM to SQLX TODO: * Fix Tilt K8S setup * Consider Tilt docker file
9 lines
226 B
YAML
9 lines
226 B
YAML
global:
|
|
scrape_interval: 5s
|
|
scrape_configs:
|
|
- job_name: "consumer-docker"
|
|
static_configs:
|
|
- targets: ["consumer:8002"]
|
|
- job_name: "consumer"
|
|
static_configs:
|
|
- targets: [ "host.docker.internal:8002" ] |