add health endpoint
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 2m21s
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:
7
influx-commands.md
Normal file
7
influx-commands.md
Normal 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"
|
||||
```
|
Reference in New Issue
Block a user