Grafana Labs launches free incident management tool in Grafana Cloud
21–30 of 56 posts
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#22Anyone replacing PAgerduty with this?
Internally we (Grafana Labs) already have replaced PagerDuty and are using it for our teams running critical systems.
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#23I work at Grafana, so AMA about the tool :)
It looks really cool and since we already use Grafana it would be a good fit for us, but for on call purposes Slack isn't very useful. If we were to migrate from PagerDuty to this, we would need an app that can override do not distrub and wake people up. Do you have any plans for any such app?
We have plans to build a native mobile app for ios & android for OnCall that would let you achieve this over the next few months.
OnCall is a separate product from Incident. It's available via OSS and Cloud. Incident and OnCall work well together, or you can use either as standalone!
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#24Anyone replacing PAgerduty with this?
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#25All good except that Grafana Cloud is super expensive when you consider it per metric. This probably is the most expensive service per bit of data!
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#26All good except that Grafana Cloud is super expensive when you consider it per metric. This probably is the most expensive service per bit of data!
I'm curious—what other sorts of services are you referring to in your comparison?
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#27Are you planning any posts on comparing your new incident tool to other services? We currently use incident.io and are happy with it but we pay a lot for Grafana Cloud right now so it's worth considering if we can reduce spend elsewhere. Edit: We're happy with incident.io but free is compelling if the product is good and having a single view for observability is useful
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#28Bonus questions, are you tracking or driving improvement in the related times for detection/response/mitigate/recover?
Disclosure: Principal at AWS currently in a similar apace. Though I ask in a personal capacity and interest.
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#29All good except that Grafana Cloud is super expensive when you consider it per metric. This probably is the most expensive service per bit of data!
Hey @nikolay! I work at Grafana Labs & focus on pricing - would you be up for a 15 minute chat to discuss this further? If so, feel free to either drop me a note at divy.goel@grafana.com or let me know how best to reach you :)
Re: Grafana Labs launches free incident management tool in Grafana Cloud
#30Earlier quoted context omitted.
Is there a chance we'll see it open sourced / a self hosting option?
No plans currently, but a self hosted option seems reasonable. Although, most people like their emergency tech not hosted on their own tech :)
I wrote a little glue to make this straightforward for anyone else who uses Prometheus/Alertmanager: https://github.com/jrockway/alertmanager-status This ensures that the website check checks the health of the whole alerting pipeline; Prometheus has an always firing alert, Alertmanager is set to send that alert to alertmanager-status, and alertmanager-status starts failing its external health check if it isn't seeing that alert firing at the configured interval. If one of [Prometheus, Alertmanager, alertmanager-status] fails, then your website health check fails.