From 688394311595e29e7bce39fd199dc8acc5fcc0f1 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sun, 27 Oct 2024 16:46:29 -0400 Subject: [PATCH] [agent] Add deprecation notice to the readme (#6130) ## Which problem is this PR solving? - Part of #4739 Signed-off-by: Yuri Shkuro --- cmd/agent/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/agent/README.md b/cmd/agent/README.md index 22171776799..38bdaf90010 100644 --- a/cmd/agent/README.md +++ b/cmd/agent/README.md @@ -1,5 +1,7 @@ # Jaeger Agent +🛑🛑🛑 DEPRECATED 🛑🛑🛑 See [issues/4739](https://github.com/jaegertracing/jaeger/issues/4739). + `jaeger-agent` is a daemon program that runs on every host and receives tracing information submitted by applications via Jaeger client libraries.