Skip to content

Commit

Permalink
update changelog, multimod versions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Oct 19, 2022
1 parent d3470f5 commit b83b76e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .chloggen/split-exporters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: exporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Splitting otlp, otlphttp and logging exporters into their own modules"

# One or more tracking issues or pull requests related to the change
issues: [6343]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |-
The import path for these exporters can now be access directly:
- `go.opentelemetry.io/collector/exporters/loggingexporter`
- `go.opentelemetry.io/collector/exporters/otlpexporter`
- `go.opentelemetry.io/collector/exporters/otlphttpexporter`
4 changes: 4 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ module-sets:
modules:
- go.opentelemetry.io/collector
- go.opentelemetry.io/collector/cmd/builder
- go.opentelemetry.io/collector/exporter
- go.opentelemetry.io/collector/exporter/loggingexporter
- go.opentelemetry.io/collector/exporter/otlpexporter
- go.opentelemetry.io/collector/exporter/otlphttpexporter
- go.opentelemetry.io/collector/semconv
- go.opentelemetry.io/collector/pdata

Expand Down

0 comments on commit b83b76e

Please sign in to comment.