artprima / prometheus-metrics-bundle

Symfony 5/6 Prometheus Metrics Bundle
MIT License
127 stars 29 forks source link

Add console command to clear metrics (#33) #67

Closed Johnmeurt closed 2 years ago

Johnmeurt commented 2 years ago

This PR provides a simple console command to clear metrics from the storage.

./bin/console artprima:prometheus:metrics:clear
denisvmedia commented 2 years ago

Thank you.