Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CHANGELOG order #2374

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ Main (unreleased)
- JSON-encoded traces from OTLP versions earlier than 0.16.0 are no longer
supported. (@rfratto)

### Enhancements

- Update OpenTelemetry Collector dependency to v0.61.0. (@rfratto)
### Features

- Update Prometheus dependency to v2.38.0. (@rfratto)
- Add `agentctl test-logs` command to allow testing log configurations by redirecting
collected logs to standard output. This can be useful for debugging. (@jcreixell)

- Flow: add an `otelcol.receiver.otlp` component which receives OTLP-formatted
traces, metrics, and logs. Data can then be forwarded to other `otelcol`
Expand All @@ -41,12 +40,12 @@ Main (unreleased)

- Flow: add an `otelcol.receiver.jeager` component which receives Jaeger-formatted
traces. Data can then be forwarded to other `otelcol` components. (@rfratto)

### Enhancements

### Features

- Add `agentctl test-logs` command to allow testing log configurations by redirecting
collected logs to standard output. This can be useful for debugging. (@jcreixell)
- Update OpenTelemetry Collector dependency to v0.61.0. (@rfratto)

- Update Prometheus dependency to v2.38.0. (@rfratto)

### Bugfixes

Expand Down