From 9429aa6661b010795c91f69cee7417b4b746ad14 Mon Sep 17 00:00:00 2001 From: Wei-Chin Call Date: Thu, 10 Oct 2024 08:31:52 -0700 Subject: [PATCH] docs: Update alloy-otel-logs.md to correct a typo (#13827) Co-authored-by: J Stickler --- docs/sources/send-data/alloy/examples/alloy-otel-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/send-data/alloy/examples/alloy-otel-logs.md b/docs/sources/send-data/alloy/examples/alloy-otel-logs.md index f49a63d0abfbc..6b98b67ede7d7 100644 --- a/docs/sources/send-data/alloy/examples/alloy-otel-logs.md +++ b/docs/sources/send-data/alloy/examples/alloy-otel-logs.md @@ -123,7 +123,7 @@ Grafana Alloy requires a configuration file to define the components and their r You will copy all three of the following configuration snippets into the `config.alloy` file. -### Recive OpenTelemetry logs via gRPC and HTTP +### Receive OpenTelemetry logs via gRPC and HTTP First, we will configure the OpenTelemetry receiver. `otelcol.receiver.otlp` accepts logs in the OpenTelemetry format via HTTP and gRPC. We will use this receiver to receive logs from the Carnivorous Greenhouse application.