<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Press on Grafana Labs</title><link>https://grafana.com/press/</link><description>Recent content in Press on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/press/index.xml" rel="self" type="application/rss+xml"/><item><title>News stories</title><link>https://grafana.com/press/news/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://grafana.com/press/news/</guid><description/></item><item><title>Press releases</title><link>https://grafana.com/press/releases/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://grafana.com/press/releases/</guid><description/></item><item><title>Grafana Labs Launches Grafana 13 at GrafanaCON 2026, Makes Open Observability Easier to Run at Scale</title><link>https://grafana.com/press/2026/04/21/grafana-labs-launches-grafana-13-at-grafanacon-2026-makes-open-observability-easier-to-run-at-scale/</link><pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate><guid>https://grafana.com/press/2026/04/21/grafana-labs-launches-grafana-13-at-grafanacon-2026-makes-open-observability-easier-to-run-at-scale/</guid><description>&lt;p>&lt;strong>BARCELONA, SPAIN — April 21, 2026 —&lt;/strong> Grafana Labs, the company behind the open observability cloud, today unveiled Grafana 13 and a wave of open source updates at &lt;a href="/events/grafanacon/">GrafanaCON 2026&lt;/a>, anchored by a next-generation Grafana Loki architecture and simpler paths to OpenTelemetry on Linux and Kubernetes.&lt;/p>
&lt;p>According to &lt;a href="/observability-survey/">Grafana Labs’ 2026 Observability Survey&lt;/a>, more than 77% of organizations now lean on open source/open standards for observability, yet more than 38% of teams still cite complexity as their top challenge. The updates announced at GrafanaCON are aiming to address that tension: keep the openness, lose the friction.&lt;/p>
&lt;p>“We’re seeing a clear shift in how organizations think about observability. It’s no longer about choosing a single vendor; it’s about building on open foundations,” said Anthony Woods, Co-Founder, Grafana Labs. “Open source, open standards, and an open ecosystem give teams the control and flexibility they need in a world that’s only getting more complex. The future of observability will be defined by interoperability and community-driven innovation, not closed systems. What we’re announcing at GrafanaCON today helps make that open model not just possible, but practical at scale.”&lt;/p>
&lt;h3 id="grafana-13-from-insight-to-action-faster">Grafana 13: From Insight to Action, Faster&lt;/h3>
&lt;p>&lt;a href="/blog/grafana-13-release-all-the-latest-features/">Grafana 13&lt;/a> focuses on helping teams move from raw telemetry to actionable insight more quickly. Key updates include:&lt;/p>
&lt;ul>
&lt;li>Faster time-to-value through suggested dashboards, dashboard layout templates supporting standard methodologies like DORA and USE/RED method that reduce the blank-page problem, as well as guided learning paths for onboarding new and growing teams.&lt;/li>
&lt;li>Dynamic dashboards, now generally available, allow dashboards to adapt based on variables, context, and user needs instead of multiplying static copies.&lt;/li>
&lt;li>Programmability and governance at scale, 2-way Git workflows (supporting GitHub, GitLab, Bitbucket, and git) based on a redesigned dashboard schema and a versioned dashboard API, improved secrets handling, and dashboard restore, as well as advisory tooling for safer change management.&lt;/li>
&lt;li>Expanded ecosystem support, with more than 170 data sources and 120 visualization panels, plus continued guidance on repeatable patterns and best practices.&lt;/li>
&lt;/ul>
&lt;h3 id="loki-architecture-for-the-next-wave-of-log-workloads">Loki: Architecture for the Next Wave of Log Workloads&lt;/h3>
&lt;p>As observability data continues to evolve, Grafana Labs is also rethinking how logs are stored and queried at scale. The rise of structured logs and OpenTelemetry has fundamentally changed how teams use logs, shifting from simple search toward more analytical, high-cardinality queries, making it critical to rethink the system design to address performance bottlenecks and increasing infrastructure costs.&lt;/p>
&lt;p>To address this, Grafana Labs introduced a major evolution of Grafana Loki, designed for modern log use cases and next-generation scale, specifically:&lt;/p>
&lt;ul>
&lt;li>Kafka-backed ingestion for more efficient, durable pipelines at the ingestion layer.&lt;/li>
&lt;li>A redesigned query engine and scheduler to better handle large-scale analytical workloads. A new query planner will distribute work across partitions and execute queries in parallel, optimizing for data locality and maximizing throughput, and allowing Loki to process significantly less data per query while returning results faster.&lt;/li>
&lt;/ul>
&lt;p>Together, these changes deliver up to 20x less data scanned and 10x faster performance on aggregated queries, making it possible to answer complex questions across massive log datasets with far greater efficiency.&lt;/p>
&lt;p>To further accelerate Loki’s evolution, Grafana Labs also announced the &lt;a href="/blog/grafana-labs-acquires-logline/">acquisition of Logline&lt;/a>, an early-stage company founded by tenured engineering leader and entrepreneur Jason Nochlin, focused on performant search of large-scale log data. Logline’s technology is designed to efficiently power “needle in the haystack” queries, such as searching for a specific user ID or error identifier across massive datasets, one of the most common and challenging use cases in log analysis. By bringing this capability into Loki, Grafana Labs aims to significantly improve precision search performance while maintaining Loki’s cost-efficient, index-light architecture.&lt;/p>
&lt;h3 id="opentelemetry-easier-to-install-easier-to-run">OpenTelemetry: Easier to Install, Easier to Run&lt;/h3>
&lt;p>Grafana Labs continues to invest in an open observability model built on open standards and a broad ecosystem, anchored by Prometheus and OpenTelemetry.&lt;/p>
&lt;p>According to &lt;a href="/observability-survey/">Grafana Labs’ 2026 Observability Survey&lt;/a>, a majority of organizations are using OpenTelemetry or are actively migrating toward it, signaling a clear industry shift toward vendor-neutral instrumentation. But while adoption is accelerating, many teams still face &lt;a href="https://opentelemetry.io/blog/2025/otel-rocks/" target="_blank" rel="noopener noreferrer">challenges&lt;/a> around complexity, evolving semantic conventions, and operational overhead. &lt;/p>
&lt;p>To reduce these barriers, Grafana Labs engineers are working with the broader community to help make OpenTelemetry easier to install and operate, including:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Integrated OpenTelemetry packages for Linux environments&lt;/strong>, enabling installation with a single command, and enhanced support for Kubernetes through the OpenTelemetry Operator.&lt;/li>
&lt;li>&lt;strong>A more unified experience through &lt;a href="/docs/alloy/latest/">Grafana Alloy&lt;/a>&lt;/strong>, the company’s distribution of the OpenTelemetry Collector. In a recent OpenTelemetry community survey, Grafana Alloy was the &lt;a href="https://opentelemetry.io/blog/2025/devex-survey/" target="_blank" rel="noopener noreferrer">most cited vendor distribution of the OpenTelemetry Collector&lt;/a>. With the new OpenTelemetry Engine mode, teams can now configure Alloy using standard OpenTelemetry Collector YAML, enabling fully OpenTelemetry-native pipelines seamlessly integrated with Grafana.&lt;/li>
&lt;/ul>
&lt;p>Grafana Labs continues to contribute upstream to improve the stability of instrumentation, semantic conventions, and distributions, helping make OpenTelemetry more consistent, interoperable, and production-ready across the ecosystem.&lt;/p>
&lt;h3 id="grafanacon-2026-innovation-across-the-open-observability-ecosystem">GrafanaCON 2026: Innovation Across the Open Observability Ecosystem&lt;/h3>
&lt;p>GrafanaCON 2026 brings together the global community behind Grafana’s 35 million users worldwide, with thousands of engineers, SREs, and developers gathering in Barcelona to share how they use observability in practice. The event goes beyond product announcements, showcasing real-world applications of open observability across industries.&lt;/p>
&lt;p>This year’s agenda features user-led sessions highlighting observability in action, including:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="/events/grafanacon/agenda/planet-scale-dashboards-google-grafana/">How Google uses Grafana to build planet-scale dashboards&lt;/a>&lt;/li>
&lt;li>&lt;a href="/events/grafanacon/agenda/lego-grafana-dashboard-framework/">How LEGO Group uses Grafana Foundation SDK to build a better dashboard framework&lt;/a>&lt;/li>
&lt;li>&lt;a href="/events/grafanacon/agenda/irish-rail-monitoring-platform-grafana/">How Irish Rail modernized monitoring across a 180-year-old railway system&lt;/a>&lt;/li>
&lt;li>&lt;a href="/events/grafanacon/agenda/future-nuclear-powered-data-centers-grafana/">How Theia Scientific uses Grafana, machine learning, and Jupyter notebooks to help manage nuclear-powered data centers&lt;/a>&lt;/li>
&lt;li>And more – from &lt;a href="/events/grafanacon/agenda/measuring-livestock-emissions-grafana/">measuring cow emissions&lt;/a> and &lt;a href="/events/grafanacon/agenda/drive-terra-e-bike-business-grafana/">e-bike battery health&lt;/a> to monitoring &lt;a href="/events/grafanacon/agenda/grotshotpro-the-open-source-launch-monitor-for-golfers/">golf simulators&lt;/a> and &lt;a href="/events/grafanacon/agenda/meet-tamagrotchi-the-first-fully-observable-digital-pet/">digital pets &lt;/a>&lt;/li>
&lt;/ul>
&lt;p>“GrafanaCON is where the future of observability gets built in the open,” said Torkel Ödegaard, Co-Founder, Grafana Labs. “What you see in these announcements is a direct result of that collaboration. Everything we build is shaped by how people actually run these systems at scale. We continue to invest in open source because it’s the most effective way to solve hard technical problems together and push the entire ecosystem forward.”&lt;/p>
&lt;p>&lt;strong>Resources&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;a href="/blog/grafanacon-2026-announcements/">Read more&lt;/a> about Grafana 13 and other product announcements from GrafanaCON&lt;/li>
&lt;li>&lt;a href="/blog/grafanacon-2026-agenda/">Explore the GrafanaCON 2026&lt;/a> agenda and sessions &lt;/li>
&lt;li>&lt;a href="/blog/pyroscope-2-0-release/">Read the blog announcing Pyroscope 2.0&lt;/a> and how it provides faster, more cost-effective continuous profiling at scale&lt;/li>
&lt;li>&lt;a href="/blog/grafana-marketplace-pilot/">Learn more&lt;/a> about the new Grafana Marketplace, making it easier for partners to sell and distribute plugins developed for Grafana&lt;/li>
&lt;/ul></description></item><item><title>Grafana Labs Targets the “AI Blind Spot” with New Observability Tools Announced at GrafanaCON 2026</title><link>https://grafana.com/press/2026/04/21/grafana-labs-targets-the-ai-blind-spot-with-new-observability-tools-announced-at-grafanacon-2026/</link><pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate><guid>https://grafana.com/press/2026/04/21/grafana-labs-targets-the-ai-blind-spot-with-new-observability-tools-announced-at-grafanacon-2026/</guid><description>&lt;p>&lt;strong>Barcelona, Spain — April 21, 2026 —&lt;/strong> Grafana Labs, the company behind the open observability cloud, today announced a set of new AI-focused capabilities at &lt;a href="/events/grafanacon/">GrafanaCON 2026&lt;/a>: AI Observability in Grafana Cloud; a significant expansion of Grafana Assistant into more environments, as well as new agentic capabilities; the Grafana Cloud CLI (GCX), a new agentic interface for automated and agent-driven workflows; and o11y-bench, a new open source benchmark for evaluating AI agents running observability workflows.&lt;/p>
&lt;p>AI is transitioning from experimentation to production, while observability, control, and operational trust are still catching up. &lt;a href="/blog/observability-survey-AI-2026/?pg=blog&amp;amp;plcmt=featured">Grafana Labs’ 2026 Observability Survey&lt;/a> found near-universal interest in AI’s value, alongside real caution about autonomy: 15% of respondents expressed skepticism about AI taking autonomous actions without stronger safeguards. Now, observing LLMs and the systems they touch is becoming table stakes for teams that intend to run them safely and reliably at scale.&lt;/p>
&lt;p>“AI systems are starting to look a lot like distributed systems did a decade ago: powerful, but difficult to reason about and even harder to operate,” said Jen Villa, Senior Director of Product, Grafana Labs. “We’re not approaching this as a separate category. The goal is to bring the same level of visibility and control to AI that teams already expect from the rest of their stack.”&lt;/p>
&lt;h2 id="introducing-ai-observability-in-grafana-cloud-monitor-and-evaluate-ai-systems-in-real-time">Introducing AI Observability in Grafana Cloud: Monitor and Evaluate AI Systems in Real Time&lt;/h2>
&lt;p>Launching in Public Preview, &lt;a href="/blog/ai-observability-for-agents-in-grafana-cloud/">AI Observability in Grafana Cloud&lt;/a> is a complete solution designed to help teams monitor and evaluate LLM-powered applications and agents in real time.&lt;/p>
&lt;p>As AI becomes embedded in customer-facing experiences, failures often don’t look like classic telemetry: unexpected outputs, inconsistent behavior, and silent degradation that erodes trust before traditional dashboards light up.&lt;/p>
&lt;p>AI Observability in Grafana Cloud is built to close these visibility gaps by helping teams:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Observe AI agent behavior in real time&lt;/strong>, including inputs, outputs, and execution flows.&lt;/li>
&lt;li>&lt;strong>Continuously evaluate outputs&lt;/strong>, with alerts for issues such as low-quality responses, policy violations, or anomalous behavior.&lt;/li>
&lt;li>&lt;strong>Surface risk earlier&lt;/strong>, including potential data exposure or misuse (for example, leaked credentials or abnormal usage patterns).&lt;/li>
&lt;li>&lt;strong>Elevate agent sessions and conversations to first-class telemetry signals&lt;/strong> and correlate them in the same environment where applications are observed.&lt;/li>
&lt;/ul>
&lt;p>Teams can get started with AI Observability in &lt;a href="/products/cloud/">Grafana Cloud&lt;/a> today to understand what their AI is doing, how well it’s doing it, and where issues are emerging.&lt;/p>
&lt;h2 id="grafana-assistant-broader-reach-deeper-workflow-support">Grafana Assistant: Broader Reach, Deeper Workflow Support&lt;/h2>
&lt;p>Grafana Labs also announced a &lt;a href="/blog/grafana-assistant-everywhere">significant expansion of Grafana Assistant&lt;/a>, its AI-powered agent for observability and operational workflows that helps monitor, troubleshoot, and manage systems through natural language conversations.&lt;/p>
&lt;p>Assistant is no longer limited to Grafana Cloud; it is extending to additional environments and surfaces, including on-premises deployments of Grafana Enterprise, so teams with stricter data and control requirements can use the same AI-assisted workflows. Grafana open source users will also be able to use Grafana Assistant by connecting their accounts to a Grafana Cloud instance.&lt;/p>
&lt;p>Additional new capabilities coming to Grafana Assistant include:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Assistant Workspace&lt;/strong>: Bring Grafana Assistant into full-screen, chat, and browse visualizations at the same time.&lt;/li>
&lt;li>&lt;strong>Assistant API&lt;/strong>: Call Grafana Assistant in workflows from anywhere and move the Assistant into your stack.&lt;/li>
&lt;li>&lt;strong>Automations&lt;/strong>: Schedule tasks and automation workflows, enabling routine operational actions to run without manual intervention.&lt;/li>
&lt;li>&lt;strong>Remote MCP server&lt;/strong>: Bring any agent and connect it to Grafana’s remote MCP server&lt;/li>
&lt;li>&lt;strong>Learn mode&lt;/strong>: Get personalized, hands-on lessons tailored to your role and infrastructure so you can elevate your skills.&lt;/li>
&lt;li>&lt;strong>And so much more&lt;/strong>: Grafana Assistant in Microsoft Teams, 50+ integrations, 15 native data source integrations, Python runtime in the Assistant, and EU-preferred inference for European customers.&lt;/li>
&lt;/ul>
&lt;p>The focus is shortening the distance from question to grounded investigation, especially when minutes matter. It is not just a generic chat interface. &lt;/p>
&lt;p>To get started with Grafana Assistant, &lt;a href="/products/grafana-enterprise/">Grafana Enterprise&lt;/a> and &lt;a href="/oss/grafana/">Grafana OSS&lt;/a> users can create a &lt;a href="/products/cloud/">Grafana Cloud&lt;/a> account (including the &lt;a href="/auth/sign-up/create-user/?pg=prod-cloud&amp;amp;plcmt=hero-btn-1&amp;amp;cta=free">actually useful free forever plan&lt;/a>) and connect it to their Grafana installation via a &lt;a href="/docs/grafana-cloud/machine-learning/assistant/on-premise/">one-click setup&lt;/a>.&lt;/p>
&lt;h2 id="grafana-cloud-cli-gcx-observability-where-agents-already-work">Grafana Cloud CLI (GCX): Observability Where Agents Already Work&lt;/h2>
&lt;p>Grafana Labs also introduced the Grafana Cloud CLI (GCX), a new interface designed for a shift already underway in how software is built and operated: engineers are increasingly working through AI-assisted development environments like Cursor, Claude Code, and GitHub Copilot, where the agent becomes the primary interface.&lt;/p>
&lt;p>GCX is designed to bring Grafana Cloud into that workflow, so teams can:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Access the full Grafana Cloud surface area agentically&lt;/strong>, including provisioning, configuration, and telemetry querying&lt;/li>
&lt;li>&lt;strong>Invoke Grafana Assistant capabilities from the dev environment&lt;/strong>, without context-switching into separate tools&lt;/li>
&lt;li>&lt;strong>Close the agentic loop between code and production&lt;/strong> by using agents to query live observability insights, correlate alerts with recent repository changes, and propose fixes without leaving the development environment to create a continuous feedback cycle where observability data drives the next action&lt;/li>
&lt;/ul>
&lt;p>The intent is fewer handoffs between code, alerts, and dashboards, so investigation and remediation can stay closer to where changes ship. &lt;a href="https://github.com/grafana/gcx" target="_blank" rel="noopener noreferrer">Download&lt;/a> GCX and get started today. &lt;/p>
&lt;h2 id="o11y-bench-an-open-benchmark-for-observability-agents">o11y-bench: An Open Benchmark for Observability Agents&lt;/h2>
&lt;p>Grafana Labs also announced it is &lt;a href="/blog/o11y-bench-open-benchmark-for-observability-agents">open sourcing o11y-bench&lt;/a>, a benchmark for evaluating AI agents on observability workflows.&lt;/p>
&lt;p>Built on &lt;a href="https://harborframework.com/" target="_blank" rel="noopener noreferrer">Harbor&lt;/a> and designed to run against a real Grafana stack, o11y-bench is intended to help teams measure how agents perform on the kinds of tasks that matter in practice: querying metrics, logs, and traces; investigating incidents; and making targeted dashboard changes.&lt;/p>
&lt;p>In modern observability environments, where teams operate across open tools and multiple telemetry types, evaluating AI agents requires more than reviewing outputs. o11y-bench is designed to reflect that reality by measuring what agents actually do in the system, not just what they say.&lt;/p>
&lt;p>Learn more at &lt;a href="https://o11ybench.ai/" target="_blank" rel="noopener noreferrer">https://o11ybench.ai/&lt;/a> &lt;/p>
&lt;h2 id="building-the-foundation-for-ai-in-production">Building the Foundation for AI in Production&lt;/h2>
&lt;p>Together, these moves reflect a pattern: AI in production adds complexity that traditional tooling only partly covers. To coordinate work across AI observability, assistant experiences, and agent-driven workflows, Grafana Labs is forming a dedicated AI organization unifying these efforts under one team.&lt;/p>
&lt;p>Mat Ryer has been appointed Senior Director of AI and will lead this work across the company.&lt;/p>
&lt;p>“AI breaks in ways traditional observability wasn’t designed for,” said Mat Ryer, Senior Director of AI at Grafana Labs. “Latency and errors still matter, but they’re not enough. You also need visibility into correctness, consistency, and shifting agentic behaviours over time. AI is quickly becoming a key part of the way teams investigate and operate systems. We want to make all of that observable in a way that’s practical, reliable, and fits into how engineers already work today.”&lt;/p>
&lt;p>&lt;strong>Resources&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;a href="/blog/grafanacon-2026-announcements/">Read more&lt;/a> about all the other product announcements from GrafanaCON.&lt;/li>
&lt;li>Explore the &lt;a href="/blog/grafanacon-2026-agenda/">GrafanaCON 2026&lt;/a> agenda and sessions.&lt;/li>
&lt;/ul></description></item><item><title>Grafana Labs Lleva la Observabilidad con IA a América Latina con el Evento Observability Sessions Santiago</title><link>https://grafana.com/press/2026/04/08/grafana-labs-lleva-la-observabilidad-con-ia-a-america-latina-con-el-evento-observability-sessions-santiago/</link><pubDate>Wed, 08 Apr 2026 12:00:00 +0000</pubDate><guid>https://grafana.com/press/2026/04/08/grafana-labs-lleva-la-observabilidad-con-ia-a-america-latina-con-el-evento-observability-sessions-santiago/</guid><description>&lt;p>&lt;strong>SANTIAGO, CHILE — 8 de abril de 2026 —&lt;/strong> Grafana Labs, la empresa detrás del open observability cloud, trae su serie de eventos &lt;a href="/es/events/obsessions/santiago/">Observability Sessions a Santiago&lt;/a> el 15 de abril, conectando a líderes de ingeniería, socios y clientes de toda América Latina para explorar la próxima frontera de la observabilidad impulsada por inteligencia artificial. El evento llega en un momento de fuerte impulso regional para Grafana Labs, que ha incrementado su equipo local en un 30% durante los últimos dos años para atender la creciente demanda de soluciones de observabilidad abiertas y escalables. Organizaciones de toda América Latina —incluyendo LATAM Airlines, Casas Bahia y Hona— están adoptando Grafana Cloud para gestionar mejor sistemas distribuidos complejos, controlar costos y aplicar IA para acelerar la resolución de problemas y la respuesta a incidentes.&lt;/p>
&lt;p>&amp;ldquo;Consideramos hospedar la versión de código abierto de forma propia, pero al calcular el tiempo de ingeniería necesario para la configuración y el mantenimiento en comparación con Grafana Cloud, Grafana Cloud tenía mucho más sentido&amp;rdquo;, afirmó Matías Delgado, Staff Software Engineer en &lt;a href="/es/success/hona/">Hona&lt;/a>. &amp;ldquo;Grafana Cloud nos permite entender nuestros servicios, crear SLOs reales y resolver problemas antes de que afecten a los clientes. Se ha vuelto esencial para nuestra forma de desarrollar.&amp;rdquo;&lt;/p>
&lt;p>Durante el evento, los asistentes escucharán directamente de profesionales regionales y expertos de Grafana Labs a través de análisis técnicos en profundidad, sesiones lideradas por clientes y demostraciones prácticas. Los socios del evento incluyen: Nixe y LIDD.&lt;/p>
&lt;p>&amp;ldquo;América Latina, especialmente en la región sur, es una región de rápido crecimiento para Grafana Labs, y estamos viendo cómo los equipos avanzan rápidamente desde la adopción de la observabilidad hasta la operacionalización de la IA dentro de sus flujos de trabajo&amp;rdquo;, dijo Fernando Paredes, Senior Enterprise Account Executive en Grafana Labs. &amp;ldquo;Observability Sessions Santiago es una oportunidad para reunir a la comunidad, compartir experiencias del mundo real y explorar lo que viene.&amp;rdquo;&lt;/p>
&lt;h3 id="observabilidad-impulsada-por-ia-el-cambio-hacia-lo-agéntico">Observabilidad Impulsada por IA: El Cambio hacia lo Agéntico&lt;/h3>
&lt;p>El lanzamiento de &lt;a href="/docs/grafana-cloud/machine-learning/assistant/get-started/">Grafana Assistant&lt;/a>, ahora disponible de forma general en &lt;a href="/products/cloud/">Grafana Cloud&lt;/a>, marca un avance significativo en cómo los equipos de ingeniería interactúan con sus datos de observabilidad. En lugar de escribir consultas complejas o navegar entre herramientas, los usuarios pueden hacer preguntas en lenguaje natural y recibir respuestas contextuales y accionables. &lt;a href="/whats-new/2025-10-08-introducing-assistant-investigations--now-in-public-preview/">Assistant Investigations&lt;/a>, ahora en vista previa pública, va un paso más allá: actúa como un agente autónomo y de múltiples pasos que coordina métricas, logs, trazas y perfiles para identificar causas raíz y recomendar acciones de remediación durante los incidentes.&lt;/p>
&lt;p>Los datos de la &lt;a href="/observability-survey/">Encuesta de Observabilidad 2026 de Grafana Labs&lt;/a> reflejan el enorme potencial que estos avances representan para los equipos de ingeniería de América Latina. En toda la región, los profesionales identifican el análisis de causa raíz y correlación como el área de mayor valor potencial para la IA, con más del 61% de los encuestados de América del Sur describiéndolo como el caso de uso donde la IA podría generar mayor impacto.&lt;/p>
&lt;p>Estas cifras señalan que las organizaciones en América Latina no solo están adoptando herramientas de observabilidad; están apostando por la observabilidad aumentada con IA como una prioridad estratégica.&lt;/p>
&lt;p>&lt;a href="/es/events/obsessions/santiago/#register">Regístrese en Observability Sessions Santiago para conocer cómo los principales equipos de ingeniería de América Latina están aplicando la IA para mejorar la confiabilidad y acelerar la respuesta a incidentes.&lt;/a>&lt;/p></description></item><item><title>Grafana Labs' 4th Annual Observability Survey Reveals a Field at a Crossroads: AI, Economics, Complexity, and the Enduring Power of Open Source</title><link>https://grafana.com/press/2026/03/18/grafana-labs-4th-annual-observability-survey-reveals-a-field-at-a-crossroads-ai-economics-complexity-and-the-enduring-power-of-open-source/</link><pubDate>Wed, 18 Mar 2026 10:00:00 +0000</pubDate><guid>https://grafana.com/press/2026/03/18/grafana-labs-4th-annual-observability-survey-reveals-a-field-at-a-crossroads-ai-economics-complexity-and-the-enduring-power-of-open-source/</guid><description>&lt;p>&lt;strong>NEW YORK — March 18, 2026 —&lt;/strong> Grafana Labs, the company behind the open observability cloud, today released findings from its fourth annual &lt;a href="/observability-survey/">Observability Survey&lt;/a>, its largest ever, drawing responses from more than 1,300 practitioners and leaders across 76 countries. The survey paints a vivid picture of an industry maturing fast, where AI is welcomed with careful conditions, SaaS economics are reshaping spending decisions, complexity remains a defining challenge, and open standards continue to underpin it all.&lt;/p>
&lt;p>Among the key findings:&lt;/p>
&lt;ul>
&lt;li>92% see value in AI helping surface anomalies and issues before they cause downtime&lt;/li>
&lt;li>38% say complexity and overhead are their biggest observability concern&lt;/li>
&lt;li>77% say open source or open standards are important to their observability strategy&lt;/li>
&lt;li>77% say centralized observability has saved their organization time or money&lt;/li>
&lt;li>Half of organizations now use observability tools to track business-related metrics&lt;/li>
&lt;/ul>
&lt;p>Together, the results point to a clear industry direction: organizations want observability solutions that are open, cost-efficient, and capable of delivering meaningful operational insights without adding complexity.&lt;/p>
&lt;h1 id="practitioners-want-ai-that-earns-its-place-not-ai-for-ais-sake">Practitioners Want AI That Earns Its Place, Not AI for AI’s Sake&lt;/h1>
&lt;p>The survey makes clear that observability practitioners are open to AI, but on their terms. Across a range of use cases, support is overwhelming: 92% see value in AI surfacing anomalies before they cause downtime as well as generating dashboards, alerts, and queries, while 91% endorse AI for forecasting and assisting with root cause analysis. Autonomous actions garner 77% support, but stand out as the highest area of skepticism: 15% don’t yet trust AI to act on their behalf and another 8% see no value in using AI for this.&lt;/p>
&lt;p>The No. 1 barrier to AI adoption? Too much manual input of required context (26%). In other words, practitioners don’t want AI that creates new toil in place of old toil. And 95% say it’s important for AI to show its reasoning, the clearest possible signal that transparency is not optional. Notably, those who are most enthusiastic about AI are also the most insistent on explainability.&lt;/p>
&lt;p>“The survey is clear: AI belongs in the observability workflow, autonomy is the next frontier, and explainability is the price of admission,” said Marc Chipouras, VP of Emerging Products at Grafana Labs. “Practitioners want trustworthy AI that reduces toil and helps them move faster.”&lt;/p>
&lt;h1 id="saas-adoption-surges-as-organizations-invest-for-roi-not-just-growth">SaaS Adoption Surges as Organizations Invest for ROI, Not Just Growth&lt;/h1>
&lt;p>The economics of observability are shifting. Half of all respondents now use SaaS for observability in some capacity (up from 43% in 2025). The share using SaaS exclusively has grown steadily from 10% in 2024 to 17% in 2026, a clear signal of market maturation and growing confidence in managed services.&lt;/p>
&lt;p>Spending is rising, but thoughtfully. Half of respondents expect to spend more on observability next year, not because vendor prices are going up (only a quarter of respondents cite this), but because of broader adoption (63%) and expectations of higher ROI (31%). Those who expect to spend less point to more efficient operations (37%) as the reason. Meanwhile, cost remains the single most important tool selection criterion for the third year running (65%), followed by ease of use (49%).&lt;/p>
&lt;p>The message to vendors is clear: organizations are willing to invest, but they expect demonstrable value in return.&lt;/p>
&lt;h1 id="complexity-remains-the-industrys-defining-challenge--and-centralization-is-helping">Complexity Remains the Industry’s Defining Challenge — and Centralization Is Helping&lt;/h1>
&lt;p>Complexity and overhead topped the list of observability concerns for 2026, cited by 38% of respondents, more than signal-to-noise challenges (34%) or cost (31%). Alert fatigue remains the biggest single obstacle to faster incident response, cited by 30% of respondents, nearly double the next most common response.&lt;/p>
&lt;p>Yet there is genuine progress. More than three-quarters (77%) say they have saved time or money through centralized observability. Teams with mature, centralized practices are more satisfied with their internal operations (61%) compared to those with siloed setups (53%). The industry is also expanding its scope: nearly half (46%) of organizations have unified infrastructure and application observability in full production, and SLO adoption and business observability are both on the rise.&lt;/p>
&lt;p>Self-managed teams are most likely to cite complexity as their top concern, while SaaS users are more likely to point to cost. The shift to SaaS, in part, is a direct response to the complexity burden, a trend expected to accelerate.&lt;/p>
&lt;h1 id="open-source-remains-the-bedrock-while-opentelemetry-is-coming-into-its-own">Open Source Remains the Bedrock while OpenTelemetry Is Coming Into Its Own&lt;/h1>
&lt;p>For the fourth consecutive year, open source and open standards are foundational to how practitioners think about observability. 77% say open source/open standards are important to their observability strategy, with 61% calling them “essential” or “very important.” &lt;/p>
&lt;p>Almost two-thirds (65%) of organizations are investing in both Prometheus and OpenTelemetry. While Prometheus maintains a slight edge in overall investment (77% vs. 76%), OpenTelemetry is showing stronger growth signals: more respondents are building POCs or actively investigating (35% vs. 18%), and a higher share report increased investment over the past year (47% vs. 42%).&lt;/p>
&lt;p>OpenTelemetry is no longer niche. It is now in broad use across metrics (57%), traces (50%), and logs (48%). Practitioners cite ease of adoption (41%) and the freedom to switch vendors (37%) as the top reasons they are turning to OTel, a direct expression of the industry’s desire for openness and portability, not lock-in.&lt;/p>
&lt;h1 id="about-the-report">About the Report&lt;/h1>
&lt;p>The Grafana Labs 4th Annual Observability Survey is based on 1,363 responses from engineers, SREs, and technology leaders across 76 countries, collected through online outreach and industry events between October 1, 2025 and January 6, 2026.&lt;/p>
&lt;p>The full report and interactive dashboards are available at: &lt;a href="/observability-survey/">https://grafana.com/observability-survey/&lt;/a>&lt;/p></description></item><item><title>Grafana Labs Signs Strategic Collaboration Agreement with AWS to Accelerate Open Observability Adoption at Scale</title><link>https://grafana.com/press/2026/03/10/grafana-labs-signs-strategic-collaboration-agreement-with-aws-to-accelerate-open-observability-adoption-at-scale/</link><pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate><guid>https://grafana.com/press/2026/03/10/grafana-labs-signs-strategic-collaboration-agreement-with-aws-to-accelerate-open-observability-adoption-at-scale/</guid><description>&lt;p>&lt;strong>NEW YORK — MARCH 10 —&lt;/strong> &lt;a href="/">Grafana Labs&lt;/a>, the company behind the open observability cloud, announced today that it has signed a strategic collaboration agreement (SCA) with Amazon Web Services (AWS) to accelerate adoption of open observability on AWS. Grafana Labs will help customers more easily adopt, migrate, and scale open observability on &lt;a href="/products/cloud/">Grafana Cloud&lt;/a> so teams can see, understand, and act on data across their AWS environments.&lt;/p>
&lt;p>As software-led businesses move faster and operate at greater scale, the need to turn signals into action across increasingly complex systems has never been more urgent. Cloud-native architectures, distributed workloads, and growing data volumes are raising the bar for observability, while increasing pressure on teams to deliver reliability, performance, and efficiency without adding operational overhead. Through deeper technical and go-to-market collaboration, Grafana Labs and AWS aim to reduce friction for customers, accelerate time to value with AI, and provide greater flexibility through open standards and open ecosystems. &lt;/p>
&lt;p>Through this agreement, Grafana Labs will continue to deliver industry-leading innovation to customers, including:&lt;/p>
&lt;ul>
&lt;li>Actually useful AI: AI capabilities, including &lt;a href="/docs/grafana-cloud/machine-learning/assistant/">Grafana Assistant&lt;/a>, that help teams move from signal to action faster by simplifying investigation, guiding troubleshooting, and reducing cognitive load so engineers spend less time querying data and more time fixing real problems.&lt;/li>
&lt;li>SaaS economics, reimagined: A fully managed observability platform on AWS designed to scale efficiently, helping customers control telemetry costs and reduce operational overhead with &lt;a href="/docs/grafana-cloud/adaptive-telemetry/">Adaptive Telemetry&lt;/a> so they can align observability spend with value.&lt;/li>
&lt;li>Complexity, simplified: Full-stack, open observability that brings metrics, logs, traces, and events together across AWS environments, breaking down silos and helping teams understand complex systems faster.&lt;/li>
&lt;/ul>
&lt;p>As part of the collaboration, Grafana Labs plans to leverage AWS programs and funding to support customer adoption and growth, including AWS credits to help new customers get started with Grafana and transact in AWS Marketplace. Grafana Labs will also participate in AWS ISV Workload Migration Program (WMP) initiatives to help customers migrate to Grafana’s fully hosted observability solution on AWS, enabling teams to offload operational complexity while scaling observability across metrics, logs, and traces. &lt;/p>
&lt;p>“By deepening our collaboration with AWS, we’re accelerating how customers adopt and scale Grafana on AWS,” said Ash Mazhari, VP of Corporate Development, Grafana Labs. “This agreement allows us to collaborate more effectively with AWS, while reducing barriers for customers through marketplace access, migration support, and investments in education and community. Together, we’re helping organizations gain faster, more actionable insights from their observability data as they grow in the cloud.”  &lt;/p>
&lt;p>“Our ability to deliver reliable healthcare operations technology depends on clear, actionable visibility across our entire AWS environment,” said Oren Lion, Director of Software Engineering at TeleTracking. “By unifying our telemetry within Grafana Cloud, we’ve established centralized visibility that spans our AWS-native resources and proprietary services, effectively expanding our capacity to monitor critical workflows. The integration—now enhanced by AI-driven insights from Grafana Assistant—significantly reduces our Mean Time to Resolution (MTTR) by accelerating the transition from initial alert to root-cause identification. This deepened collaboration between Grafana Labs and AWS gives us the confidence to scale our observability alongside our cloud footprint, ensuring our technology continues to support clinicians in delivering exceptional patient care.” &lt;/p>
&lt;p>“Grafana Cloud on AWS empowers organizations to operate complex systems at scale with the observability they need,” said Allison Johnson, Director of Americas Technology Partnerships, AWS. “Through AI-powered insights that eliminate noise, seamless procurement via AWS Marketplace, and comprehensive migration support, customers can focus less on managing observability infrastructure and more on delivering exceptional customer outcomes.”&lt;/p>
&lt;p>This collaboration underscores the value of Grafana Labs and AWS to provide flexibility and unlock greater business value for customers across industries.&lt;/p></description></item><item><title>Grafana Labs Brings ObservabilityCON on the Road to Sydney Amid Accelerating Growth</title><link>https://grafana.com/press/2026/03/08/grafana-labs-brings-observabilitycon-on-the-road-to-sydney-amid-accelerating-growth/</link><pubDate>Sun, 08 Mar 2026 22:00:00 +0000</pubDate><guid>https://grafana.com/press/2026/03/08/grafana-labs-brings-observabilitycon-on-the-road-to-sydney-amid-accelerating-growth/</guid><description>&lt;p>&lt;strong>SYDNEY — MARCH 9 —&lt;/strong> &lt;a href="/">Grafana Labs&lt;/a>, the company behind the open observability cloud, is bringing its global &lt;a href="/events/observabilitycon-on-the-road/2026/sydney/">ObservabilityCON on the Road series to Sydney&lt;/a> with a one-day conference on March 10, 2026. The event will bring together engineering leaders, customers, and partners to explore how organisations across APAC are tackling urgent observability challenges — from tool sprawl and rising telemetry costs to running AI-driven systems reliably at scale — through technical sessions and real-world case studies.&lt;/p>
&lt;p>According to &lt;a href="/observability-survey/2025/">Grafana Labs’ 2025 Observability Survey&lt;/a>, nearly four in ten engineering teams (39%) say complexity and operational overhead are their biggest obstacle in observability — the single most cited challenge — and organisations report juggling an average of eight different observability tools across their stack. At the same time, cost dominates purchasing decisions for 74% of organisations, signalling that telemetry spend is a board-level concern, not just a technical line item.&lt;/p>
&lt;p>Across industries, technology leaders are confronting the same reality: systems are becoming more distributed, data volumes are surging while observability value plateaus, and AI workloads are exposing the limits of fragmented, closed observability tools. Grafana Labs flips that model by offering an open, AI-powered observability platform that unifies signals, controls cost at scale, and gives teams the confidence to run complex systems in production. As a result, Asia-Pacific has become one of Grafana Labs’ fastest-growing regions globally, driven by &lt;a href="https://my.idc.com/getdoc.jsp?containerId=prAP53739125" target="_blank" rel="noopener noreferrer">accelerating cloud adoption and digital transformation&lt;/a> and prompting expanded investment across Australia and the broader APAC region.&lt;/p>
&lt;p>“Some of the most complex, large-scale systems in the world are being built and operated here in Australia and across APAC,” said Anthony Woods, co-founder of Grafana Labs. “As software becomes more distributed and AI-driven, open observability is no longer optional — it’s foundational. Bringing ObservabilityCON on the Road to Sydney is about investing in our local community, learning from customers at scale, and sharing how open, AI-powered observability helps teams move faster with confidence.”&lt;/p>
&lt;h3 id="expanded-footprint-and-innovation-in-apac">Expanded Footprint and Innovation in APAC&lt;/h3>
&lt;p>As software systems become more distributed, more AI-driven, and more central to business outcomes, organisations are choosing Grafana Cloud, the company’s open observability cloud built on open source, open standards, and open ecosystems, reduce tool sprawl, control cost, and regain clarity across complex environments — without vendor lock-in. This demand continues to drive strong growth for Grafana Labs, which recently surpassed more than &lt;a href="/about/press/2025/09/30/grafana-labs-surpasses-400m-arr-and-7000-customers-gains-new-investors-to-accelerate-global-expansion/">7,000 customers&lt;/a> worldwide, including global brands such as Anthropic, Salesforce, and Microsoft, reflecting broad adoption across industries and geographies.&lt;/p>
&lt;p>The company’s momentum is further reinforced by recent industry recognition, including:&lt;/p>
&lt;ul>
&lt;li>Named a &lt;a href="/about/press/2025/07/10/grafana-labs-named-a-leader-in-2025-gartner-magic-quadrant-for-observability-platforms/">Leader in the 2025 Gartner® Magic Quadrant™ for Observability Platforms, positioned furthest for Completeness of Vision&lt;/a>&lt;/li>
&lt;li>Ranked &lt;a href="/about/press/2025/09/03/grafana-labs-named-to-forbes-cloud-100-for-fifth-consecutive-year/">#13 on Forbes’ Cloud 100&lt;/a>, marking the fifth consecutive year on the list&lt;/li>
&lt;li>Named a Leader in &lt;a href="/about/press/2025/11/13/grafana-labs-named-a-leader-and-outperformer-in-2025-gigaom-radar-report-for-cloud-performance-testing/">GigaOm’s Cloud Performance Testing Radar Report&lt;/a>&lt;/li>
&lt;li>Recognised as &lt;a href="https://devops.com/meet-the-2025-devops-dozen-award-winners/" target="_blank" rel="noopener noreferrer">Best Observability Solution for Grafana Cloud in the 2025 DevOps Dozen Awards&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>In Asia-Pacific, Grafana Labs is accelerating investment through expanded local support, deeper community engagement, and a growing partner ecosystem — &lt;a href="https://dnx.solutions/news/grafana-labs-apac-partner-of-the-year-dnx-solutions/" target="_blank" rel="noopener noreferrer">including DNX Solutions, recognised as APAC Partner of the Year&lt;/a> for accelerating Grafana Cloud adoption. Across financial services, telecommunications, technology, government, and critical infrastructure, organisations like &lt;a href="/blog/ecommerce-giant-blinkits-journey-from-elk-stack-to-grafana-cloud/">Blinkit&lt;/a> and &lt;a href="/events/obsessions/melbourne/moving-from-observability-as-a-platform-to-building-user-workflows-at-atlassian-with-grafana/">Atlassian&lt;/a> are using Grafana solutions to improve system reliability, reduce downtime, and gain real-time insight into the health and performance of business-critical services.&lt;/p>
&lt;p>This impact is especially pronounced among AI-native organisations, where rapidly evolving models and unpredictable usage patterns place extreme demands on production infrastructure. Leading APAC AI companies such as &lt;a href="https://harrison.ai/" target="_blank" rel="noopener noreferrer">Harrison.ai&lt;/a> and &lt;a href="https://www.dubber.net/" target="_blank" rel="noopener noreferrer">Dubber&lt;/a> rely on Grafana Cloud to run complex, high-velocity systems with confidence in production.&lt;/p>
&lt;p>Using Grafana Cloud, these teams are able to:&lt;/p>
&lt;ul>
&lt;li>Observe AI workloads end-to-end, correlating metrics, logs, traces, and profiles across training pipelines, inference services, and downstream applications&lt;/li>
&lt;li>Rapidly troubleshoot distributed AI systems, where model behaviour, data pipelines, and user experience converge across multiple services&lt;/li>
&lt;li>Manage telemetry cost at scale, maintaining deep visibility even as AI usage and data volumes fluctuate unpredictably&lt;/li>
&lt;/ul>
&lt;p>“As an AI-driven platform operating at global scale, we need deep, real-time visibility into highly distributed systems,” said Brendon Hay, CTO at Dubber. “Grafana Cloud gives our teams a unified view across metrics, logs, and traces, helping us quickly understand system behaviour, resolve issues faster, and confidently support AI workloads.”&lt;/p>
&lt;p>“Running AI in production, especially in clinical settings, means there’s no margin for blind spots,” said Graham Bucknell, Platforms Engineering Manager at Harrison.ai. “Grafana Cloud gives us end-to-end visibility across our systems, so our teams can understand what’s happening, act quickly, and scale safely. That transparency lets us move fast without compromising reliability or trust.”&lt;/p>
&lt;h3 id="observabilitycon-on-the-road-sydney-sessions-stories-and-takeaways">ObservabilityCON on the Road Sydney: Sessions, Stories, and Takeaways&lt;/h3>
&lt;p>&lt;a href="/events/observabilitycon-on-the-road/2026/sydney/">ObservabilityCON on the Road Sydney&lt;/a> will feature a keynote with Grafana Labs’ co-founder, Anthony Woods, technical presentations from Grafana engineers and senior product leaders, and customer success sessions from &lt;a href="https://www.dubber.net/" target="_blank" rel="noopener noreferrer">Dubber&lt;/a> and &lt;a href="https://www.tally.co/" target="_blank" rel="noopener noreferrer">Tally Group&lt;/a> designed to show how organisations across the region are driving real observability value, including:&lt;/p>
&lt;ul>
&lt;li>Actually Useful AI: Speakers will share how Grafana’s AI capabilities are delivering practical, day-to-day value for engineering and SRE teams. Attendees will see how &lt;a href="/press/2025/10/08/grafana-labs-revolutionizes-ai-powered-observability-with-ga-of-grafana-assistant-and-introduces-assistant-investigations/">Grafana Assistant&lt;/a> helps teams query telemetry, generate dashboards, and reduce cognitive load, and how &lt;a href="/whats-new/2025-10-08-introducing-assistant-investigations--now-in-public-preview/">Assistant Investigations&lt;/a>, an autonomous, agentic AI for multi-step incident analysis, coordinates metrics, logs, traces, and profiles to surface evidence, hypotheses, and actionable recommendations during incidents.&lt;/li>
&lt;li>Reimagined SaaS Economics: As telemetry volumes surge with cloud-native and AI workloads, event talks will explore how organisations are regaining control of observability spend while maintaining deep visibility. Sessions will cover Grafana’s &lt;a href="/press/2025/10/08/grafana-labs-redefines-observability-economics-with-adaptive-telemetry-bring-your-own-cloud-and-fedramp-authorized-cloud/">Adaptive Telemetry&lt;/a> suite, which gives customers a unified, intelligent way to manage telemetry volume and spend without sacrificing visibility, as well as flexible deployment models like &lt;a href="/products/bring-your-own-cloud-byoc/">Bring Your Own Cloud&lt;/a>, showing how teams can scale observability sustainably as their platforms grow. &lt;/li>
&lt;li>Complexity, Simplified: Sessions will showcase how Grafana Cloud helps users move from raw signals to action faster with turnkey observability experiences that reduce operational complexity. This includes &lt;a href="/docs/grafana-cloud/knowledge-graph/">Grafana Cloud Knowledge Graph&lt;/a>, which enables true full-stack observability by automatically mapping relationships across services, infrastructure, and telemetry, as well as new out-of-the-box solutions such as &lt;a href="/blog/instrumentation-hub-a-guided-scalable-way-to-roll-out-your-observability-coverage-without-losing-control/">Instrumentation Hub&lt;/a> and &lt;a href="/docs/grafana-cloud/monitor-applications/database-observability/introduction/">Database Observability&lt;/a>. &lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Gartner Disclosures&lt;/strong>&lt;/p>
&lt;p>Gartner®, Magic Quadrant™ for Observability Platforms, By Gregg Siegfried, Matt Crossley, Padraig Byrne, Andre Bridges, Martin Caren, 7 July 2025&lt;/p>
&lt;p>Gartner does not endorse any company, vendor, product or service depicted in its publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner publications consist of the opinions of Gartner’s business and technology insights organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this publication, including any warranties of merchantability or fitness for a particular purpose. Gartner and Magic Quadrant are a trademark of Gartner, Inc., and/or its affiliates.&lt;/p></description></item><item><title>ObservabilityCON on the Road Comes to Toronto as Grafana Labs Scales Momentum in Canada</title><link>https://grafana.com/press/2026/03/04/observabilitycon-on-the-road-comes-to-toronto-as-grafana-labs-scales-momentum-in-canada/</link><pubDate>Wed, 04 Mar 2026 13:50:27 +0000</pubDate><guid>https://grafana.com/press/2026/03/04/observabilitycon-on-the-road-comes-to-toronto-as-grafana-labs-scales-momentum-in-canada/</guid><description>&lt;p>&lt;strong>TORONTO — March 4, 2026 —&lt;/strong> &lt;a href="/">Grafana Labs&lt;/a>, the company behind the open observability cloud, is bringing its global &lt;a href="/events/observabilitycon-on-the-road/toronto/">ObservabilityCON on the Road series to Toronto&lt;/a> with a one-day conference on March 5, 2026. The event will bring together local engineering leaders, customers, and partners to explore the latest in AI-driven observability through deep technical sessions and real-world success stories. &lt;/p>
&lt;p>As Canada continues to emerge as a key hub for cloud adoption, AI innovation, and digital transformation, Grafana Labs is expanding its presence and community engagement across the country. This initiative underscores the company’s commitment to empowering organisations of all sizes, from fast-growing local tech firms to global enterprises, to harness observability as a competitive advantage.&lt;/p>
&lt;p>“Canada is home to some of the most advanced engineering teams and AI-driven platforms in the world,” said Devin Cheevers, Director of Product, Grafana Labs. “As software becomes more distributed and AI-driven, open observability is no longer optional — it’s foundational. Bringing ObservabilityCON on the Road to Toronto is about investing in the local community, learning from customers at scale, and sharing how open, AI-powered observability helps teams move faster with confidence.”&lt;/p>
&lt;h3 id="expanded-footprint-and-innovation-in-canada">Expanded Footprint and Innovation in Canada&lt;/h3>
&lt;p>As software systems become more distributed, more AI-driven, and more central to business outcomes, organisations are choosing Grafana Cloud, the company’s open observability cloud built on open source, open standards, and open ecosystems, to avoid lock-in and navigate system complexity with clarity. This demand continues to drive strong growth for Grafana Labs, which recently surpassed &lt;a href="/about/press/2025/09/30/grafana-labs-surpasses-400m-arr-and-7000-customers-gains-new-investors-to-accelerate-global-expansion/">7,000 customers&lt;/a> worldwide, including global brands such as Anthropic, Atlassian, Salesforce, and Microsoft, reflecting broad adoption across industries and geographies.&lt;/p>
&lt;p>The company’s momentum is further reinforced by recent industry recognition, including:&lt;/p>
&lt;ul>
&lt;li>Named a &lt;a href="/about/press/2025/07/10/grafana-labs-named-a-leader-in-2025-gartner-magic-quadrant-for-observability-platforms/">Leader in the 2025 Gartner® Magic Quadrant™ for Observability Platforms, positioned furthest for Completeness of Vision&lt;/a>&lt;/li>
&lt;li>Ranked &lt;a href="/about/press/2025/09/03/grafana-labs-named-to-forbes-cloud-100-for-fifth-consecutive-year/">#13 on Forbes’ Cloud 100&lt;/a>, marking the fifth consecutive year on the list&lt;/li>
&lt;li>Named a Leader in &lt;a href="/about/press/2025/11/13/grafana-labs-named-a-leader-and-outperformer-in-2025-gigaom-radar-report-for-cloud-performance-testing/">GigaOm’s Cloud Performance Testing Radar Report&lt;/a>&lt;/li>
&lt;li>Recognized as &lt;a href="https://devops.com/meet-the-2025-devops-dozen-award-winners/" target="_blank" rel="noopener noreferrer">Best Observability Solution for Grafana Cloud in the 2025 DevOps Dozen Awards&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>In Canada, Grafana Labs continues to invest in expanded support, deeper community engagement, and a growing partner ecosystem to help organisations improve system reliability, reduce downtime, and gain real-time insight into the health and performance of business-critical services. These capabilities are increasingly vital across financial services, technology, telecommunications, public sector, and AI-driven industries.&lt;/p>
&lt;p>This impact is especially evident among organisations powering Canada’s most critical digital services — including Bell Canada and TD Bank — which rely on Grafana to support mission-critical operations, improve operational resilience, and maintain visibility at scale across complex, distributed environments.&lt;/p>
&lt;h3 id="observabilitycon-on-the-road-toronto-sessions-stories-and-takeaways">ObservabilityCON on the Road Toronto: Sessions, Stories, and Takeaways&lt;/h3>
&lt;p>&lt;a href="/events/observabilitycon-on-the-road/toronto/">ObservabilityCON on the Road Toronto&lt;/a> will feature technical presentations from Grafana engineers and senior product leaders, and customer success sessions, including &lt;a href="http://justeattakeaway.com" target="_blank" rel="noopener noreferrer">Just Eat Takeaway.com&lt;/a> (parent company of &lt;a href="https://skipthedishes.com/" target="_blank" rel="noopener noreferrer">Skip the Dishes&lt;/a>), designed to show how organisations across the region are driving real observability value, including:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Actually Useful AI&lt;/strong>: Speakers will share how Grafana’s AI capabilities are delivering practical, day-to-day value for engineering and SRE teams. Attendees will see how &lt;a href="/docs/grafana-cloud/machine-learning/assistant/">Grafana Assistant&lt;/a> helps teams query telemetry, generate dashboards, and reduce cognitive load, and how &lt;a href="/whats-new/2025-10-08-introducing-assistant-investigations--now-in-public-preview/">Assistant Investigations&lt;/a>, an autonomous, agentic AI for multi-step incident analysis, coordinates metrics, logs, traces, and profiles to surface evidence, hypotheses, and actionable recommendations during incidents.&lt;/li>
&lt;li>&lt;strong>Reimagined SaaS Economics&lt;/strong>: As telemetry volumes surge with cloud-native and AI workloads, event talks will explore how organisations are regaining control of observability spend while maintaining deep visibility. Sessions will cover Grafana’s &lt;a href="/docs/grafana-cloud/adaptive-telemetry/">Adaptive Telemetry&lt;/a> suite, which gives customers a unified, intelligent way to manage telemetry volume and spend without sacrificing visibility, as well as flexible deployment models like &lt;a href="/products/bring-your-own-cloud-byoc/">Bring Your Own Cloud&lt;/a>, showing how teams can scale observability sustainably as their platforms grow. &lt;/li>
&lt;li>&lt;strong>Complexity, Simplified&lt;/strong>: Sessions will showcase how Grafana Cloud helps users move from raw signals to action faster with turnkey observability experiences that reduce operational complexity. This includes &lt;a href="/docs/grafana-cloud/knowledge-graph/">Grafana Cloud Knowledge Graph&lt;/a>, which enables true full-stack observability by automatically mapping relationships across services, infrastructure, and telemetry, as well as new out-of-the-box solutions such as &lt;a href="/blog/instrumentation-hub-a-guided-scalable-way-to-roll-out-your-observability-coverage-without-losing-control/">Instrumentation Hub&lt;/a> and &lt;a href="/docs/grafana-cloud/monitor-applications/database-observability/introduction/">Database Observability&lt;/a>. &lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Gartner Disclosures&lt;/strong>&lt;/p>
&lt;p>Gartner®, Magic Quadrant™ for Observability Platforms, By Gregg Siegfried, Matt Crossley, Padraig Byrne, Andre Bridges, Martin Caren, 7 July 2025. Gartner does not endorse any company, vendor, product or service depicted in its publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner publications consist of the opinions of Gartner’s business and technology insights organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this publication, including any warranties of merchantability or fitness for a particular purpose. Gartner and Magic Quadrant are a trademark of Gartner, Inc., and/or its affiliates.&lt;/p></description></item><item><title>Grafana Labs、Dirbatoとパートナーシップを締結</title><link>https://grafana.com/press/2026/02/10/grafana-labsdirbato%E3%81%A8%E3%83%8F%E3%83%BC%E3%83%88%E3%83%8A%E3%83%BC%E3%82%B7%E3%83%83%E3%83%95%E3%82%92%E7%B7%A0%E7%B5%90/</link><pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate><guid>https://grafana.com/press/2026/02/10/grafana-labsdirbato%E3%81%A8%E3%83%8F%E3%83%BC%E3%83%88%E3%83%8A%E3%83%BC%E3%82%B7%E3%83%83%E3%83%95%E3%82%92%E7%B7%A0%E7%B5%90/</guid><description>&lt;p>&lt;img
class="lazyload"
src="/media/press/grafana-x-dirbato@2x.png"
alt="" width="2400"
height="1256"/>&lt;/p>
&lt;p>Grafana Labs（本社：米国ニューヨーク市、共同創業者兼CEO：ラジ・ダット、以下「Grafana Labs」）は、株式会社Dirbato（本社：東京都港区、代表取締役社長：金山 泰英、以下「Dirbato」）とパートナーシップ契約を締結したことをお知らせします。&lt;/p>
&lt;p>今回のパートナーシップにより、Dirbatoは連結子会社であるAMBL株式会社（本社：東京都港区、代表取締役社長：毛利 政弘、以下「AMBL」）と共に、Grafana CloudおよびGrafana Enterpriseを中核としたAIOps・DevOpsの統合ソリューションを提供いたします。&lt;/p>
&lt;p>多くの日本企業では、システム運用におけるコスト増大と運用の高度化が同時に進み、現場の負荷が深刻な課題となっています。Grafana Labsが日本国内で実施したオブザーバビリティ調査によると&lt;sup>1&lt;/sup>82%の企業がツール選定においてコストを最重要視している一方で、48%が運用コストそのものを最大の懸念事項として挙げ、38%がコストの予測や予算管理の難しさを課題として認識しています。&lt;/p>
&lt;p>また、シグナル過多やツール運用の複雑さを課題とする企業も3割を超えており、障害発生時に迅速な原因特定や対応を行うことが難しい状況が浮き彫りになっています。加えて、日本企業 &lt;sup>1&lt;/sup>52%は3つ以下のオブザーバビリティ技術しか活用できておらず、集中型の運用体制を確立できている企業も28%にとどまるなど、専門人材不足や属人化といった構造的な課題も顕在化しています。&lt;/p>
&lt;p>こうした背景を踏まえ、Dirbatoの戦略・ITコンサルティング力、AMBLのAI活用技術、そしてGrafana Labsのオブザーバビリティ基盤を組み合わせることで、インシデントの検知、状況把握、優先度判断、対応プロセスの標準化と自動化を通じて、運用全体を高度化・効率化する次世代の運用モデルの実現を目指します。&lt;/p>
&lt;p>Grafana Cloudを中核に、アラート管理やインシデント対応におけるワークフローの自動化・可視化を推進するとともに、運用担当者の意思決定を支援する形でAIOps・DevOpsを実装することで、運用精度の向上やコスト削減、障害対応の迅速化、組織全体の生産性向上に貢献してまいります。&lt;/p>
&lt;h3 id="株式会社dirbato-代表取締役社長-金山-泰英-コメント">株式会社Dirbato 代表取締役社長 金山 泰英 コメント&lt;/h3>
&lt;p>「急速なデジタル化の進展により、多くの企業が「サイロ化されたデータの散在」という課題に直面しています。Dirbatoは、Grafanaのオープンプラットフォームを活用し、あらゆるデータを統合・可視化・一元管理。それを現場に定着させ、システム運用を単なる「コスト」から「価値を生む源泉」へ転換します。この取り組みを通じて、日本のIT人材のポテンシャルを最大限に引き出し、日本経済の成長の一助となれるよう努めます。「テクノロジーで世界に喜びを。」──このミッションの実現に向け、Grafana Labs社とのパートナーシップを通じて、新たな価値創造を加速させます。」&lt;/p>
&lt;h3 id="grafana-labs-バイスプレジデント-グローバルレベニューリーダー-コナー-モロイ-コメント">Grafana Labs バイスプレジデント グローバルレベニューリーダー コナー モロイ コメント&lt;/h3>
&lt;p>「この度、Dirbato社とパートナーシップを締結できたことを大変嬉しく思います。Dirbatoが培ってきた高度なシステム運用の知見と、迅速なソリューション提供力に、Grafanaのオープンで統合されたオブザーバビリティ基盤とAIを組み合わせることで、日本のエンタープライズにおけるインシデント検知・原因分析・自動化のレベルを大きく前進させられると確信しています。多くの企業が直面する「運用コストの増大」や、「障害対応の複雑化」といった課題に対し、両社の強みを掛け合わせることで、これまで実現が難しかった運用最適化とスピード改善を提供していきます。日本のお客様に、これまでにない新しい運用体験と価値をお届けできることを楽しみにしています。」&lt;/p>
&lt;h3 id="グラファナラボ日本合同会社-副社長執行役員-gtmカントリーリーダー-加賀美-正篤-コメント">グラファナラボ日本合同会社 副社長執行役員 GTMカントリーリーダー 加賀美 正篤 コメント&lt;/h3>
&lt;p>「この度、Dirbato社とパートナーシップを締結できましたことを心より嬉しく思います。日本企業では、クラウドとオンプレミスが混在するハイブリッド環境が急速に拡大する一方で、システムや運用がサイロ化し、全体状況の把握やインシデント対応が複雑化しているという課題が顕在化しています。Dirbato社は、こうした複雑なIT環境に対する高度な運用知見と、実装・支援における確かな実績を有しています。Grafanaは、異なる環境に分散したデータを統合的に可視化し、横断的な運用管理を可能にするオープンプラットフォームを提供しており、両社の協業により企業が抱える運用負荷の軽減、インシデント対応プロセスの標準化、そして運用全体の効率化に向けた具体的な支援が可能になります。本パートナーシップを通じて、日本のエンタープライズ企業が直面する運用上の課題解決に貢献し、より安定性の高いシステム運用と継続的な改善を実現できるよう取り組んでまいります。」&lt;/p>
&lt;h3 id="会社概要株式会社dirbato">会社概要：株式会社Dirbato&lt;/h3>
&lt;p>Dirbatoのミッションは「テクノロジーで世界に喜びを。」最先端AIとデジタル技術を駆使し、ITにおける企画立案から現場実装までを一貫して支援し、企業変革を加速させることです。そして、その先にあるIT人材価値の向上によって企業成長と日本経済の復興に寄与します。&lt;/p>
&lt;section class="expand-table-wrapper">&lt;div class="responsive-table-wrapper">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;/th>
&lt;th>&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>設立日&lt;/td>
&lt;td>2018年10月1日&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>代表者&lt;/td>
&lt;td>代表取締役社長 金山泰英&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>所在地&lt;/td>
&lt;td>東京都港区赤坂9丁目7-1 ミッドタウン・タワー 32階&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>事業内容&lt;/td>
&lt;td>テクノロジーコンサルティング事業&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>URL&lt;/td>
&lt;td>&lt;a href="https://www.dirbato.co.jp/" target="_blank" rel="noopener noreferrer">https://www.dirbato.co.jp/&lt;/a>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;/section>&lt;h3 id="会社概要ambl株式会社">会社概要：AMBL株式会社&lt;/h3>
&lt;p>AMBLはAI活用を得意とするDXのプロフェッショナル集団です。ITコンサルティング、AI、クラウドネイティブ（システム開発）、UXデザイン、マーケティングという事業領域から総合的にDXを支援できることをユニークネスとしています。&lt;/p>
&lt;section class="expand-table-wrapper">&lt;div class="responsive-table-wrapper">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;/th>
&lt;th>&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>設立日&lt;/td>
&lt;td>2001年3月9日&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>代表者&lt;/td>
&lt;td>代表取締役社長 毛利政弘&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>所在地&lt;/td>
&lt;td>東京都港区赤坂9丁目7-1 ミッドタウン・タワー 32階&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>事業内容&lt;/td>
&lt;td>DX支援事業&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>URL&lt;/td>
&lt;td>&lt;a href="https://www.ambl.co.jp/" target="_blank" rel="noopener noreferrer">https://www.ambl.co.jp/&lt;/a>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;/section>&lt;h3 id="会社概要grafana-labs">会社概要：Grafana Labs&lt;/h3>
&lt;p>Grafana Labsは、オープンなオブザーバビリティプラットフォームのグローバルリーダーです。Grafana Labsの製品開発は、オープンソース、オープンスタンダード、オープンエコシステム、そしてオープンカルチャーという信念に基づいています。当社のクラウド型オブザーバビリティプラットフォームであるGrafana Cloudは、柔軟性と拡張性を重視して構築されており、組織が分散したあらゆるデータを可視化、理解し、行動に移すことで、ビジネスを加速します。現在、Anthropic、Bloomberg、NVIDIA、Microsoft、Salesforceをはじめとする7,000社以上の顧客と2,500万人以上のユーザーが、アプリケーションとシステムの信頼性確保、インシデントの迅速な解決、そしてノイズとコストを削減するためのテレメトリ最適化のためにGrafana Labsを活用しています。当社は世界40か国以上に1,500人以上の社員が在籍する100%リモートの企業であり、Lightspeed Venture Partners、Sequoia Capital、GIC、Coatue、J.P. Morgan、CapitalG、Lead Edge Capitalなどの主要な投資家から支援を受けています。詳細は&lt;a href="/ja/">https://grafana.com/ja/&lt;/a>をご覧いただくか、&lt;a href="https://www.linkedin.com/company/grafana-labs/" target="_blank" rel="noopener noreferrer">LinkedIn&lt;/a>および&lt;a href="https://x.com/grafanaJP" target="_blank" rel="noopener noreferrer">X&lt;/a>で当社をフォローしてください。&lt;/p>
&lt;section class="expand-table-wrapper">&lt;div class="responsive-table-wrapper">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>&lt;/th>
&lt;th>&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>設立日&lt;/td>
&lt;td>2015年4月22日&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>代表者&lt;/td>
&lt;td>共同創業者兼CEO ラジ・ダット&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>所在地&lt;/td>
&lt;td>165 Broadway, 23rd Floor, New York, NY 10006&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>事業内容&lt;/td>
&lt;td>ソフトウェアおよびテクノロジーサービス事業&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>URL&lt;/td>
&lt;td>&lt;a href="/ja/">https://grafana.com/ja/&lt;/a>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;/section>&lt;h6 id="1出典grafana-labsobservability-trends-in-japan-insights-from-grafana-labs-latest-survey2025年6月本調査は2025年2月に東京で開催されたobservabilitycon-on-the-roadにおいて日本国内のitsre開発担当者108名を対象に実施">&lt;sup>1&lt;/sup>出典：Grafana Labs「&lt;a href="/blog/japan-observability-survey-25/">Observability trends in Japan: Insights from Grafana Labs’ latest surve&lt;/a>y」（2025年6月）本調査は、2025年2月に東京で開催された「ObservabilityCON on the Road」において、日本国内のIT・SRE・開発担当者108名を対象に実施&lt;/h6></description></item></channel></rss>