Skip to content

Commit a084c18

Browse files
Add chlog for adding ScraperID to scraper error logs
1 parent d3e77b0 commit a084c18

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/otlp)
7+
component: scraper/scraperhelper
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: ScraperID has been added to the error logs for metrics, logs, and profiler
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35814]

0 commit comments

Comments
 (0)