Get more accurate results with Grafana Assistant. Use specific prompts, set context with @, and enhance intelligence with MCP and memory to build dashboards and insights tailored to your environment.
Create full monitoring dashboards from a single prompt. Grafana Assistant analyzes your stack, builds key metrics instantly, and suggests next steps, so you skip complex queries and move straight to actionable insights.
Ask a question, get a system-wide answer. Grafana Assistant maps your architecture, builds service diagrams, and runs queries behind the scenes, so you can troubleshoot faster without writing complex code or hunting through dashboards.
In Grafana Cloud we use a simple yet generous formula that lets you query up to 100x your monthly ingested log volume in gigabytes for free. This works for the vast majority of our customers, but if you aren’t careful and strategic with your usage, you could find yourself with an overage bill.
Overview & demo of how Cloud provides an end to end Observability Platform that empowers users who have adopted open standards like or to improve their systems reliability using & a shift left approach with performance testing while optimizing their observability costs.
In the March edition of the Kubernetes Monitoring Helm chart office hours, we discuss the version 4.0 major release, the upcoming 4.1 release and features, and we discuss the upcoming deprecation of the 1.x and 2.0 versions.
Performance optimization often feels like searching for a needle in a haystack. You know your code is slow, but where exactly is the bottleneck? This is where continuous profiling comes in. In this blog post, we’ll explore how continuous profiling with Alloy and Pyroscope can transform the way you approach performance optimization.
Imagine you're troubleshooting a production issue: your application is slow, the CPU is spiking, and users are complaining. You turn to your profiler for answers—after all, this is exactly what it's built for. The profiler runs, collecting thousands of stack samples. eBPF profilers, including the OpenTelemetry eBPF profiler, operate at the kernel level, so they capture raw program counters: memory addresses pointing into your binary.