Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 329 Bytes

File metadata and controls

38 lines (26 loc) · 329 Bytes

FastAPI-ELK-APM

  • Elasticsearch
  • Kibana
  • Logstash
  • Filebeat
  • Metricbeat
  • Heartbeat
  • Redis
  • FastAPI

Deployment

run command:

cp .env.example .env

after run command:

make up

Overview: http://localhost:5601/app/observability/overview


Testing

run command:

make test