A telemetry monitoring platform using a Go API and Python agent to collect, process, and visualize system metrics and logs. The API ingests telemetry via REST, indexes it in OpenSearch, and displays it in Kibana.
- Install Docker & Docker Compose, Go and Python 3.12+.
- From repo root run:
make up - In another terminal run:
make run-agent - Open OpenSearch Dashboards at http://localhost:5601