Santiago Fraire Willemoes
Santiago Fraire Willemoes
I created this repo just in case someone has the same need: https://github.com/kpn/arq-prometheus it can probably see some improvements over the way data is collected, or what data is colected.
I think the format is just markdown, you can write any markdown by the looks of it.
Thanks for the explanation, indeed some extra information would be helpful.
Hello @ihucos again, sorry to bother, but I'm trying to reproduce and I still cannot see other website. I shared a link to a post, and I only see the...
Hey @pi0 do you think you could take a look at this PR? Do you think it's in the right direction, I'm interested in it. Thanks a lot 🙏🏻
I agree some documentation would be super helpful, for example: what is it doing? how often is it sending the metrics?
Hello people, I'm also interested in this, I was wondering if I want to use it with Grafana, how do I do it? maybe also worth asking, does it make...
Where are the events being sent?
kafka has offsets so it should be possible, also for time it has [offsets_for_times](https://aiokafka.readthedocs.io/en/stable/api.html#aiokafka.AIOKafkaConsumer.offsets_for_times) which returns the offset inside that timestamp. It's a bit tricky because of the kafka partitions,...
Thank you! I'll give it a try!