Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

feat: Adds proper APM using Prometheus and Grafana #52

Merged
merged 4 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
'ext: scripts':
- scripts/*

'ext: dashboard':
- dashboard/*
'ext: apm':
- apm/*

'module: database':
- src/app/db.py
Expand Down
2 changes: 0 additions & 2 deletions .github/license-notice.txt

This file was deleted.

2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This project uses the following integrations to ensure proper codebase maintenan
- [PostgreSQL](https://www.postgresql.org/) - storing and interacting with the metadata database
- [PostHog](https://posthog.com/) - product analytics
- [Slack](https://slack.com/) - event notifications
- [Prometheus](https://prometheus.io/) - Scraping API metrics
- [Grafana](https://grafana.com/) - Dashboard for API monitoring (dashboard adapted from https://github.com/Kludex/fastapi-prometheus-grafana)
- [Traefik](https://traefik.io/) - the reverse proxy and load balancer

As a contributor, you will only have to ensure coverage of your code by adding appropriate unit testing of your code.
Expand Down
Loading
Loading