Operations | Monitoring | ITSM | DevOps | Cloud

Grafana

Legacy alerting removal: What you need to know about upgrading to Grafana Alerting

Two years ago, when we launched Grafana 9, we announced the deprecation of legacy alerting and introduced Grafana Alerting, the new default alerting system in all editions of Grafana. Since then we have invested in Grafana Alerting, making it easier to create and manage your alerts. Along the way we have also worked to make the transition from legacy alerting to Grafana Alerting as seamless as possible in preparation for the time when we remove legacy alerting altogether from Grafana.

How the Prometheus community is investing in OpenTelemetry

Goutham Veeramachaneni, a product manager at Grafana Labs, and Carrie Edwards, a senior software engineer at Grafana Labs, are both contributors to the Prometheus open source project. This post, which they wrote together, was originally published on the Prometheus.io blog in March 2024. The OpenTelemetry project is an observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs.

Creating alerts with Grafana | Grafana for Beginners Ep 11

When observing your data with Grafana, you don't need to be glued to your dashboard 24/7. Join Senior Developer Advocate, Lisa Jung to learn how to set up Grafana to keep an eye on your data and alert you if something needs your attention! The following are covered in this episode: ☁️ Grafana Cloud is the easiest way to get started with Grafana dashboards, metrics, logs, and traces. Our forever-free tier includes access to 10k metrics, 50GB logs, 50GB traces and more. We also have plans for every use case.

Beginners guide - Visualizing Logs | Grafana

In this video, Grafana Developer Advocate Leandro Melendez describes the logs visualization panel, which shows log lines from data sources that support logs, such as Elastic, Influx, and Loki. Typically you would use this visualization next to a graph visualization to display the log output of a related process.

Simplified routing in Grafana Alerting: Easy, secure, and powerful

With great power comes great… complexity? When we introduced Grafana Alerting a few years ago, it included a powerful routing feature that teams could use to send alerts to various contact points. Unfortunately, this functionality also came with a fair bit of complexity and an unfamiliar UX. This prevented many users from adopting it, but we’re still big believers in how it can help users.

A better Grafana OnCall: Seamless workflows with the rest of Grafana Cloud

Incident response and management (IRM) doesn’t happen in a vacuum. Your ability to respond to issues in a timely manner depends greatly on how well your on-call engineers can use their IRM tooling and observability tools together to understand what changed and why.

Call me, maybe: designing an incident response process

Hey, I just deployed — and this is crazy. But the server’s down, so call me, maybe? Making your services available at all times is the gold standard of modern software operations. The easiest way to reach this would be to just write bug-free software, but even if you reach this completely unattainable goal — stuff happens! Modern software rarely exists in a vacuum and often depends on a multitude of external services and libraries.

How to Configure a Histogram Visualization | Grafana

💡 Do you want to know how and when to use histogram visualizations? Join Senior Developer Advocate Marie Cruz in this beginner-friendly tutorial to learn how to configure a histogram visualization in Grafana. ☁️ Grafana Cloud is the easiest way to get started with Grafana dashboards, metrics, logs, and traces. Our forever-free tier includes access to 10k metrics, 50GB logs, 50GB traces and more.

How to automate image analysis with the ChatGPT vision API and Grafana Cloud Metrics

OpenAI’s ChatGPT has an extraordinary ability to process natural language, reason about a user’s prompts, and generate human-like conversation in response. However, as the saying goes, “a picture is worth a thousand words” — and perhaps an even more significant achievement is ChatGPT’s ability to understand and answer questions about images.

CI/CD observability: Extracting DORA metrics from a CD pipeline

Last November, Dimitris and Giordano Ricci wrote a blog post about CI/CD observability that looked into ways to extract traces and metrics in order to get a better understanding of possible issues inside a CI/CD system. That post focused on getting data from a continuous integration (CI) system, and it really resonated with the community.