Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 345 Bytes

File metadata and controls

26 lines (18 loc) · 345 Bytes

Observability - metrics

graph TD;
    Sensors-->InfluxDB;
    Telegraf-->InfluxDB;
    Grafana-->InfluxDB;
Loading

Building

Building the mock sensor image.

cd sensor && docker build -t sensor .

Managing secrets

Copy the env-template to .env and edit.

Run the project

docker compose up -d