David Moreau Simard
David Moreau Simard
I've added a bit more context in the issue (https://github.com/ansible-community/ara/issues/177#issuecomment-1442713388) and got two quick iterations in: - Added --max-days to limit backfill at boot - Added a bit of verbosity...
I think my brain is starting to understand what is happening. I've temporarily commented out the current iteration of the playbook metrics until I revisit it with newfound knowledge. This...
Lots of cleanup in this last iteration and I've done some tweaking on the grafana dashboard. It looks like this now:  
I feel this is ready for a first look to a wider audience so I've asked around for testing and feedback: - https://fosstodon.org/@ara/110582123918416479 - https://old.reddit.com/r/ansible/comments/14f65ik/experimental_prometheus_exporter_for_ansible/ The final implementation may change...
Nothing special pushed, just rebased on top of latest master.
I will eventually include it in the docs but in the meantime, I've come up with the following graph that explains how one might use the exporter: ``` ┌──────────────────┐ ┌────────────┐...
Hi @voileux and thanks for reaching out! What you suggest makes sense to me and it's worth looking into. I don't have bandwidth to look into this /right now/ but...
Hi, I haven't revisited this in a little while but I wanted to say it was still on my radar and I plan to work on this some more in...
Thanks for pointing me in the right direction! Some of those aren't meant to be python modules, most notably the UI bits, but we can figure it out.
This is a build issue, not a runtime issue and it seems like we should use something else anyway: ``` ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build,...