From ffef7c72507450f3b4a01ec4e4e643ee15fba00b Mon Sep 17 00:00:00 2001 From: Fernando Harris Date: Thu, 14 Nov 2024 10:45:42 +0100 Subject: [PATCH] Created new term Sidecar Container Signed-off-by: Fernando Harris --- content/en/sidecar-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/sidecar-container.md b/content/en/sidecar-container.md index 3a847afde..79dafc0b2 100644 --- a/content/en/sidecar-container.md +++ b/content/en/sidecar-container.md @@ -15,7 +15,7 @@ to deal with cross-platform requirements or shared functionality. Such scenarios include [observability](/observability/) topics like logging, monitoring, tracing, but also security, and networking. For example, when multiple microservices have their sidecar containers -acting as loging agents to collect and forward logs to a log server, +acting as logging agents to collect and forward logs to a log server, or collecting metrics to forward to a monitoring system. ## How it helps