@LeoColman drafting some ideas for custom metrics, now that we have Micrometer and Grafana in place (kudos!):
• Number of requests under a specific action (owner+name+version)
• Time of fetching the YAMLs and compiling the binding
• Bindings cache hit rate (0-1)
• Number of requests using major versions, full versions, other
• Number of inputs/outputs of an action with undefined typings
Of course, not saying you should implement these, I'd be happy to implement some of them as well 😊
Exciting!