Re: [prometheus-developers] amtool: passwords passed in the command line

2021-11-24 Thread Colin Douch
I think the Kubernetes analogy is a good one. My only reservation (as in the GitHub thread above) is that any structure in an http config file would probably need tooling around parsing/generating them in situations where tokens rotate frequently. That's not a deal breaker (and I wholeheartedly

Re: [prometheus-developers] Requirements / Best Practices to use Prometheus Metrics for Serverless environments

2021-11-27 Thread Colin Douch
Just to throw my 2c in, we've been battling with this problem at (company) as we move more services to a serverless model for our customer facing things. Chiefly the issue of metrics aggregation for services that can't easily track their own state across multiple requests. For us, there's just too

Re: [prometheus-developers] amtool: passwords passed in the command line

2021-11-28 Thread Colin Douch
> Yes, I would use alertmanager' http_config: Ah cool. That works - I think that covers 99% of use cases, so full header support can come later IMO - Colin On Wed, Nov 24, 2021 at 9:18 PM Julien Pivotto wrote: > On 24 Nov 20:56, Colin Douch wrote: > > I think the Kubernetes analo

Re: [prometheus-developers] Prometheus Dynamic Exporter

2021-05-24 Thread 'Colin Douch' via Prometheus Developers
Cool project! Out of interest, what would you say are the benefits of this over something like the Node Exporter Textfile Collector ( https://github.com/prometheus/node_exporter#textfile-collector), or the Prometheus Push Gateway? - Colin On Tue, May 25, 2021 at 3:37 AM 'Christian' via