From 4db9280b74c813858ddd5f448e807744c2bfeb47 Mon Sep 17 00:00:00 2001 From: Saumyacodes-40 Date: Fri, 27 Dec 2024 22:46:43 +0530 Subject: [PATCH] update chlog Signed-off-by: Saumyacodes-40 --- .chloggen/log-jaegerreceiver-endpoints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.chloggen/log-jaegerreceiver-endpoints.yaml b/.chloggen/log-jaegerreceiver-endpoints.yaml index effd37995386..c2d735a0fc19 100644 --- a/.chloggen/log-jaegerreceiver-endpoints.yaml +++ b/.chloggen/log-jaegerreceiver-endpoints.yaml @@ -4,10 +4,10 @@ change_type: enhancement # The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) -component: receiver/jaegerreceiver +component: jaegerreceiver # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Log the endpoints of different server at which jaegerreceiver is listening to +note: Log the endpoints of different servers started by jaegerreceiver # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. issues: [36961] @@ -16,7 +16,7 @@ issues: [36961] # These lines will be padded with 2 spaces and then inserted directly into the document. # Use pipe (|) for multiline entries. subtext: | - This change logs the endpoints of different server at which jaegerreceiver is listening to. It simplifies debugging by ensuring log messages match configuration settings. + This change logs the endpoints of different servers started by jaegerreceiver. It simplifies debugging by ensuring log messages match configuration settings. # If your change doesn't affect end users or the exported elements of any package, # you should instead start your pull request title with [chore] or use the "Skip Changelog" label.