Pedro Gomes
Pedro Gomes
hi @ccremer Maybe prometheus libraries need to be updated? Seems there's an accept header being used for scrapes as seen here: https://github.com/prometheus/prometheus/blob/b5c833ca2194db5581b8979048b3450cc869b88a/scrape/scrape.go#L528 Is that something you can look into?
sorry for the late response, I think it doesn't justify allowing all kinds of dynamic headers. We can just add the Accept one for now. Don't hesitate to make a...
E.g. https://medium.com/opsops/using-block-for-handlers-in-ansible-a55f45b62a96
Hugo - Seems they usually build external tools to generate search indexes, see https://gohugo.io/tools/search/ To do it natively you build a template and adding it as "export" format `cat layouts/_default/baseof.json.json...
Thanks for the feedback, this is also new to me, so just thinking out loud. 1. new field: image - this is for displaying results in the frontend, we would...
I remember seeing utm data quite often back in the days I used to spend more time on Analytics, and from what I see it continues to be common ground....
Manually removing the yum repo and rerunning the playbook seems to have solved it `sudo rm /etc/yum.repos.d/runner_gitlab-runner.repo`
I would consider helping maintaining the project, I'm running my CI/CD using self hosted fork of your docker image
No need to put all the burden on a single person, can simply add both of us as maintainers in the repo settings.
Lambda doesn't solve the issue Lambda doesn't have a public IP address (it's using NAT) Each AWS account deploys lambda containers in a group of dedicated EC2 instances. So basically...