From 7a709b89f77e269f44c00acd68bea30d1ccc83e5 Mon Sep 17 00:00:00 2001 From: Nocnica Mellifera Date: Mon, 19 May 2025 08:27:00 -0700 Subject: [PATCH] single typo --- .../learn/opentelemetry/otel-agent-management-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/learn/opentelemetry/otel-agent-management-protocol.md b/site/content/learn/opentelemetry/otel-agent-management-protocol.md index 48ed2653b..c2d6be11d 100644 --- a/site/content/learn/opentelemetry/otel-agent-management-protocol.md +++ b/site/content/learn/opentelemetry/otel-agent-management-protocol.md @@ -23,7 +23,7 @@ The OpenTelemetry Open Agent Management Protocol (OpAMP) is an emerging standard OpAMP provides a standard framework for remotely managing telemetry agents. Although current implementations primarily focus on the OpenTelemetry Collector, the protocol is flexible enough to manage various telemetry-related components, including instrumentation agents or future SDK-level integrations. The primary goal is to allow real-time configuration changes, package updates, and secure connection management without manual intervention. -### Key Featuress of OpAMP +### Key Features of OpAMP 1. **Dynamic Configuration Management:**