-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: garbage collection / prune #557
Comments
We've considered prune, a la Tanka. But, there's no consistent place across resource types to store the marker. Yes, we could use tags on dashboards, but without somewhere to put them on folders, datasources, alert rules, etc, we're stuck. That's what blocked us from implementing this in the past. |
Do all the resources manageable by Grizzly have UIDs that can be arbitrarily chosen by their creator? If so, how about using a UID prefix as a marker? |
That's an interesting idea. Although it wouldn't work for existing resources. And for existing dashboards, it'd change the URL, which sucks. |
A further extension to that idea: A A |
Related: #490 |
Feature Request
A cursory examination of code and documentation shows that Grizzly is missing the "D" letter of CRUD. This Tanka's feature could possibly be the source of inspiration. Grafana's tags could be used as a marker for resources managed by Grizzly. And/or it should be possible to declare that Grizzly should manage everything in a specific folder.
I am aware of Grafana Terraform Provider and of Grafana Operator but out of three, it is Grizzly that is best suited for our deployment workflow.
The text was updated successfully, but these errors were encountered: