You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .chloggen/log-jaegerreceiver-endpoints.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
change_type: enhancement
5
5
6
6
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7
-
component: receiver/jaegerreceiver
7
+
component: jaegerreceiver
8
8
9
9
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10
-
note: Log the endpoints of different server at which jaegerreceiver is listening to
10
+
note: Log the endpoints of different servers started by jaegerreceiver
11
11
12
12
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13
13
issues: [36961]
@@ -16,7 +16,7 @@ issues: [36961]
16
16
# These lines will be padded with 2 spaces and then inserted directly into the document.
17
17
# Use pipe (|) for multiline entries.
18
18
subtext: |
19
-
This change logs the endpoints of different server at which jaegerreceiver is listening to. It simplifies debugging by ensuring log messages match configuration settings.
19
+
This change logs the endpoints of different servers started by jaegerreceiver. It simplifies debugging by ensuring log messages match configuration settings.
20
20
21
21
# If your change doesn't affect end users or the exported elements of any package,
22
22
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
0 commit comments