add health endpoint
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 2m21s

This commit is contained in:
Lee
2024-04-14 12:44:05 +01:00
parent 1408cecee3
commit 4d0ae5286d
2 changed files with 29 additions and 0 deletions

7
influx-commands.md Normal file
View File

@ -0,0 +1,7 @@
# Useful InfluxDB commands
## Delete data from bucket
```bash
influx delete --bucket mcutils --start 2024-01-01T00:00:00Z --stop 2025-01-05T00:00:00Z --org mcutils --token setme --predicate '_measurement="requests_per_route"
```