Skip to content

Commit

Permalink
docs: update migration doc
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek committed Sep 12, 2023
1 parent 580d534 commit 3d63228
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions docs/v4-migration-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<!-- TOC -->

- [Kubernetes Collection v4.0.0 - Breaking Changes](#kubernetes-collection-v400---breaking-changes)
- [Important changes](#important-changes)
- [OpenTelemetry Collector](#opentelemetry-collector)
- [How to upgrade](#how-to-upgrade)
- [Requirements](#requirements)
- [Metrics migration](#metrics-migration)
- [Removing support for Fluent Bit and Fluentd](#removing-support-for-fluent-bit-and-fluentd)
- [Migration of custom configuration](#migration-of-custom-configuration)
- [Switch to OTLP sources](#switch-to-otlp-sources)
- [Running the helm upgrade](#running-the-helm-upgrade)
- [Known issues](#known-issues)
- [Full list of changes](#full-list-of-changes)
- [Important changes](#important-changes)
- [OpenTelemetry Collector](#opentelemetry-collector)
- [How to upgrade](#how-to-upgrade)
- [Requirements](#requirements)
- [Metrics migration](#metrics-migration)
- [Removing support for Fluent Bit and Fluentd](#removing-support-for-fluent-bit-and-fluentd)
- [Configuration Migration](#configuration-migration)
- [Switch to OTLP sources](#switch-to-otlp-sources)
- [Running the helm upgrade](#running-the-helm-upgrade)
- [Known issues](#known-issues)
- [Full list of changes](#full-list-of-changes)

<!-- /TOC -->

Expand Down Expand Up @@ -69,6 +69,11 @@ In order to migrate your custom configuration, please carefully read and apply t
- [Collecting Kubernetes Events](./collecting-kubernetes-events.md)
- [Collecting Kubernetes Metrics](./collecting-kubernetes-metrics.md)

In addition the following changes has been done:

- `otelevents.serviceLabels` has been introduced as replacement for `fluentd.serviceLabels` for events service
- `sumologic.events.sourceName` is going to be used instead of `fluentd.events.sourceName` to build `_sourceCategory` for events

### Switch to OTLP sources

:construction:
Expand Down

0 comments on commit 3d63228

Please sign in to comment.