<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Journey overview on Grafana Labs</title><link>https://grafana.com/docs/learning-hub/intro-to-alloy/01-intro/</link><description>Recent content in Journey overview on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/learning-hub/intro-to-alloy/01-intro/index.xml" rel="self" type="application/rss+xml"/><item><title>Journey overview</title><link>https://grafana.com/docs/learning-hub/intro-to-alloy/01-intro/01-journey-overview/</link><pubDate>Wed, 19 Aug 2026 09:33:11 -0700</pubDate><guid>https://grafana.com/docs/learning-hub/intro-to-alloy/01-intro/01-journey-overview/</guid><content><![CDATA[&lt;h2 id=&#34;journey-overview&#34;&gt;Journey overview&lt;/h2&gt;
&lt;p&gt;Grafana Alloy is an open source telemetry collector. Telemetry is the data your systems produce about how they are running: metrics, logs, traces, and profiles. Observability means understanding how systems are running by examining that telemetry. A collector gathers telemetry and forwards it to wherever you store and view it.&lt;/p&gt;
&lt;p&gt;This journey helps understand what Alloy is and how it works across all four signals. You learn to read an Alloy configuration file, then choose the signal you want to collect and open its collection docs to go deeper.&lt;/p&gt;
&lt;h2 id=&#34;what-this-journey-covers&#34;&gt;What this journey covers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;What Alloy is and when to use it:&lt;/strong&gt; the problems one collector for metrics, logs, traces, and profiles solves&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;How Alloy works:&lt;/strong&gt; how telemetry enters Alloy, the collect, transform, and send jobs, and the layer Alloy runs in&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Components and pipelines:&lt;/strong&gt; how the building blocks of an Alloy configuration connect so data flows from source to destination&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reading a configuration file:&lt;/strong&gt; the parts of an Alloy configuration, and how to trace how those parts connect&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alloy in Grafana Cloud:&lt;/strong&gt; where you deploy Alloy and manage many collectors from one place&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choose a signal next:&lt;/strong&gt; open collection docs for metrics, logs, traces, or profiles&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;what-you-need&#34;&gt;What you need&lt;/h2&gt;
&lt;p&gt;This journey is a guided orientation, not a full install-and-configure workshop. No prior Alloy experience is assumed, and you don&amp;rsquo;t need Alloy installed on a host.&lt;/p&gt;
&lt;p&gt;A Grafana Cloud account is optional. If you want to open the menus named in the each section, you can &lt;a href=&#34;/signup/cloud/connect-account&#34;&gt;create a free account&lt;/a&gt;. Basic familiarity with the Grafana Cloud UI helps for that look-around, but you can complete the journey without it.&lt;/p&gt;
]]></content><description>&lt;h2 id="journey-overview">Journey overview&lt;/h2>
&lt;p>Grafana Alloy is an open source telemetry collector. Telemetry is the data your systems produce about how they are running: metrics, logs, traces, and profiles. Observability means understanding how systems are running by examining that telemetry. A collector gathers telemetry and forwards it to wherever you store and view it.&lt;/p></description></item><item><title>What is Grafana Alloy</title><link>https://grafana.com/docs/learning-hub/intro-to-alloy/01-intro/02-what-is-alloy/</link><pubDate>Fri, 14 Aug 2026 09:40:11 -0500</pubDate><guid>https://grafana.com/docs/learning-hub/intro-to-alloy/01-intro/02-what-is-alloy/</guid><content><![CDATA[&lt;h2 id=&#34;what-is-grafana-alloy&#34;&gt;What is Grafana Alloy&lt;/h2&gt;
&lt;p&gt;Grafana Alloy is an open source telemetry collector that simplifies how you gather and send telemetry. Alloy is based on the OpenTelemetry Collector, an open source collector that receives, processes, and sends telemetry. Alloy also includes built-in support for Prometheus, a system for collecting metrics, and can send data to Loki (logs), Pyroscope (profiles), and other telemetry backends.&lt;/p&gt;
&lt;p&gt;Instead of running a separate collector for each signal type, Alloy collects all four in one tool:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Metrics:&lt;/strong&gt; numeric measurements collected over time that give a high-level picture of system state&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Logs:&lt;/strong&gt; timestamped text records of discrete events&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Traces:&lt;/strong&gt; a map of a single request as it moves through distributed services&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Profiles:&lt;/strong&gt; code-level data that shows which functions consume CPU and memory&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;where-your-data-can-go&#34;&gt;Where your data can go&lt;/h2&gt;
&lt;p&gt;Once Alloy has collected your telemetry, you choose where to send it. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grafana Cloud&lt;/li&gt;
&lt;li&gt;A self-managed Grafana stack&lt;/li&gt;
&lt;li&gt;Other telemetry platforms&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h2 id="what-is-grafana-alloy">What is Grafana Alloy&lt;/h2>
&lt;p>Grafana Alloy is an open source telemetry collector that simplifies how you gather and send telemetry. Alloy is based on the OpenTelemetry Collector, an open source collector that receives, processes, and sends telemetry. Alloy also includes built-in support for Prometheus, a system for collecting metrics, and can send data to Loki (logs), Pyroscope (profiles), and other telemetry backends.&lt;/p></description></item><item><title>When to use Alloy</title><link>https://grafana.com/docs/learning-hub/intro-to-alloy/01-intro/03-when-to-use-alloy/</link><pubDate>Fri, 14 Aug 2026 09:40:11 -0500</pubDate><guid>https://grafana.com/docs/learning-hub/intro-to-alloy/01-intro/03-when-to-use-alloy/</guid><content><![CDATA[&lt;h2 id=&#34;when-to-use-alloy&#34;&gt;When to use Alloy&lt;/h2&gt;
&lt;p&gt;Alloy is often a strong fit when you need to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Collect several signals with one tool:&lt;/strong&gt; gather metrics, logs, traces, and profiles with one collector instead of several&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use Prometheus and OpenTelemetry together:&lt;/strong&gt; work with both without having to choose only one&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stay vendor-neutral:&lt;/strong&gt; send data to Grafana Cloud, a self-managed Grafana stack, or other backends you choose&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Start small and grow:&lt;/strong&gt; start with one Alloy instance, then run several instances together or update their configuration from one central place as you scale&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;prometheus-and-opentelemetry&#34;&gt;Prometheus and OpenTelemetry&lt;/h2&gt;
&lt;p&gt;Prometheus and OpenTelemetry are two standards for collecting telemetry. Some tools support one or the other. Because Alloy supports both, you can bring in data from either without running a second collector or committing to a single ecosystem.&lt;/p&gt;
]]></content><description>&lt;h2 id="when-to-use-alloy">When to use Alloy&lt;/h2>
&lt;p>Alloy is often a strong fit when you need to:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Collect several signals with one tool:&lt;/strong> gather metrics, logs, traces, and profiles with one collector instead of several&lt;/li>
&lt;li>&lt;strong>Use Prometheus and OpenTelemetry together:&lt;/strong> work with both without having to choose only one&lt;/li>
&lt;li>&lt;strong>Stay vendor-neutral:&lt;/strong> send data to Grafana Cloud, a self-managed Grafana stack, or other backends you choose&lt;/li>
&lt;li>&lt;strong>Start small and grow:&lt;/strong> start with one Alloy instance, then run several instances together or update their configuration from one central place as you scale&lt;/li>
&lt;/ul>
&lt;h2 id="prometheus-and-opentelemetry">Prometheus and OpenTelemetry&lt;/h2>
&lt;p>Prometheus and OpenTelemetry are two standards for collecting telemetry. Some tools support one or the other. Because Alloy supports both, you can bring in data from either without running a second collector or committing to a single ecosystem.&lt;/p></description></item></channel></rss>