dokku / dokku-graphite

a graphite, grafana, statsd, carbon plugin for dokku
MIT License
56 stars 13 forks source link

fix: refactor how services are filtered #34

Closed josegonzalez closed 2 years ago

josegonzalez commented 2 years ago

The previous method did not include the service type in the user-auth-service hook, which meant it was kinda guess/check as to whether a datastore was filtered correctly for the service in question.

Additionally, we now handle newlines correctly, ensuring that when there is filtering, we treat each datastore as a distinct one.