Roel Arents
Roel Arents
Good find. We encounter this sometimes in long running workflows. > This leaves the workflow stuck in Processing state until the WorkflowTaskResult is manually edited to mark it complete. ~~How...
Thx for checking! Our use case is the latter. We have ~100 images and with prometheus/grafana we want the most important ones on top. We use priorities from zero (default)...
I agree [metric_relabel_configs](https://prometheus.io/docs/prometheus/latest/configuration/configuration/) could be used here. I don't know if it would be more manageable and meaningful. The config would be moved to the general prometheus config instead of...
Thx for checking! Relabeling would come too late. The goal (in our use case) is to check/search the original image repository for newer tags, instead of our own private repository....
> Could you confirm for me this (I may be repeating what you've said above, but just so I can understand exactly what the ask/intentions are): > > * You...