Skip to content

Commit a58821c

Browse files
authored
Add schema processor to the collector conrib (#891)
* Add schema processor to the collector conrib * update the issue number
1 parent 04c0e29 commit a58821c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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: new_component
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: schemaprocessor
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: |
11+
Add Schema Processor to contrib
12+
13+
# One or more tracking issues or pull requests related to the change
14+
issues: [891]
15+
16+
# (Optional) One or more lines of additional information to render under the primary note.
17+
# These lines will be padded with 2 spaces and then inserted directly into the document.
18+
# Use pipe (|) for multiline entries.
19+
subtext:
20+
21+
# Optional: The change log or logs in which this entry should be included.
22+
# e.g. '[user]' or '[user, api]'
23+
# Include 'user' if the change is relevant to end users.
24+
# Include 'api' if there is a change to a library API.
25+
# Default: '[user]'
26+
change_logs: [user]
27+

distributions/otelcol-contrib/manifest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ processors:
107107
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/remotetapprocessor v0.122.0
108108
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.122.0
109109
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor v0.122.0
110+
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/schemaprocessor v0.122.0
110111
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/spanprocessor v0.122.0
111112
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/sumologicprocessor v0.122.0
112113
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.122.0

0 commit comments

Comments
 (0)