Grafana Alerting Overview Plus New Features Coming to Grafana 12 | Grafana Labs

In this walkthrough, Grafana’s Ryan Kehoe dives into the biggest improvements designed to help teams create, manage, and route alerts with less friction and more power. Whether you're wrangling multi-source queries or managing alerts across large environments, these updates are for you.

Getting started with Jenkins dashboards

Jenkins is an open-source automation server widely used for continuous integration and continuous delivery (CI/CD), enabling developers to automate the building, testing, and deployment of software projects. Jenkins requires a good layer of visualization as it provides real-time visibility into pipeline performance, build statuses, test results, and deployment progress.

Monitor the full end-user experience: k6 browser checks in Synthetic Monitoring are generally available

We continue to evolve Grafana Cloud Synthetic Monitoring to help you simulate even the most complex transactions and user journeys, and proactively monitor the performance of your web applications and APIs. In line with this effort, we’re excited to share that k6 browser checks in Synthetic Monitoring are now generally available.

Simulate Real User Workflows | Introduction to Grafana Cloud Synthetic Monitoring

Just because your app is up doesn’t mean it’s working. Behind the scenes, users could be facing failed checkouts, broken workflows, or slow page loads — and you may not know until it’s too late. In this video, we’ll show you how Grafana Cloud Synthetic Monitoring helps you proactively simulate real user behavior and monitor the performance of your critical user flows, websites, and APIs from locations around the world — so you can catch issues before your users do.

Azure DevOps agent pools: diving deeper

Most of the time the build and deployment pipelines we create will run on compute provided by the Azure DevOps cloud and the only decision we need to make is whether to select a Windows or Linux Agent. Sometimes though, the specification for the VM that Azure DevOps spins up may not be right for our needs. We may need more memory or a particular OS version. This is when custom agents and Agent Pools come into play.

A simple new way to visualize Prometheus

Even if you don’t work with Prometheus day-to-day, you most likely have heard of it. After Kubernetes was donated to the Cloud Native Computing Foundation (CNCF), Prometheus became the second project to be incubated soon after. That was back in 2016 and it is still one of the most active CNCF projects. Why is it so popular? It’s the de facto monitoring tool for containerized workloads running on-prem and in the cloud – that is, it’s the monitoring tool for Kubernetes.

Getting Started With AWS Dashboards

Being the most popular cloud solution provider, AWS needs no introduction. With its powerful and numerous services and solutions, many companies of all sizes and shapes run their applications and/or infrastructure on AWS. With AWS being integrated with other internal services as well as external solutions hosting the business apps, it is crucial to be aware of what's happening across the landscape and beyond, to ensure business continuity. The AWS plugin for SquaredUp helps you achieve exactly that.

How to keep Ingress NGINX Controller metric volumes manageable and still meaningful

The Ingress NGINX Controller is a widely used Kubernetes component for managing HTTP and HTTPS traffic routing. While it provides powerful observability through Prometheus metrics, it’s also notorious for generating an excessively high number of time series. The root cause lies in how the controller labels its metrics—tracking requests across multiple dimensions such as ingress name, host, path, status code, and upstream response times.