Prometheus reaches 1.0
prometheus.io
Prometheus reaches 1.0
1–10 of 60 posts
Re: Prometheus reaches 1.0
#2Re: Prometheus reaches 1.0
#3Re: Prometheus reaches 1.0
#4Many thanks to the authors for all their hard work, and congrats.
Re: Prometheus reaches 1.0
#5Re: Prometheus reaches 1.0
#6Is there a company offering a SaaS version of Prometheus?
Re: Prometheus reaches 1.0
#7Is there a company offering a SaaS version of Prometheus?
There's noone presently offering that, it's designed more with a view to being on-prem for reliability ( http://www.robustperception.io/monitoring-without-consensus/ ).
Re: Prometheus reaches 1.0
#8Is there a company offering a SaaS version of Prometheus?
Note that a hosted Prometheus service has different design tradeoffs. As Brian mentioned, Prometheus as it is is really meant to be run as close as possible to your monitored services for maximum reliability. Also, there's no clustered and long-term durable storage for a similar reason, which will likely be different in hosted versions.
Re: Prometheus reaches 1.0
#9I'm blocked because a network partition can mean no stats.
Edit: Maybe https://github.com/prometheus/prometheus/issues/398 ? Also, limit is configurable.
Re: Prometheus reaches 1.0
#10Earlier quoted context omitted.
There's noone presently offering that, it's designed more with a view to being on-prem for reliability ( http://www.robustperception.io/monitoring-without-consensus/ ).
Understood and generally agreed. That said, often when monitoring matters most is the exact moment when you least want to worry about the integrity or uptime of your monitoring.