Skip to content

Commit

Permalink
chore: bump otelcol-sumo to the officially supported version v0.47.0-…
Browse files Browse the repository at this point in the history
…sumo-0
  • Loading branch information
perk-sumo committed Apr 7, 2022
1 parent 1ed5e3c commit c20a713
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore(deps): bump prometheus node exporter tag to 2.3.1 [#2177][#2177]
- chore: upgrade Fluentd to 1.14.5-sumo-1 [#2196][#2196]
- chore: upgrade Falco Helm Chart to 1.17.4 [#2197][#2197]
- chore: bump sumo ot distro to 0.0.58-beta.0 [#2213][#2213]
- chore: bump sumo ot distro to 0.47.0-sumo-0 [#2220][#2220]

### Fixed

Expand All @@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2200]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2200
[#2201]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2201
[#2211]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2211
[#2213]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2213
[#2220]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2220

## [v2.6.0][v2.6.0]

Expand Down
2 changes: 1 addition & 1 deletion deploy/docs/Best_Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ For [sumologic exporter][sumologic_exporter]:
**because once filled in PVC never reduces its fill.**

[batch_processor]: https://github.com/open-telemetry/opentelemetry-collector/tree/v0.47.0/processor/batchprocessor#batch-processor
[sumologic_exporter]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/exporter/sumologicexporter#sumo-logic-exporter
[sumologic_exporter]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/exporter/sumologicexporter#sumo-logic-exporter
[filling_up_alert]: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubepersistentvolumefillingup/

### Compaction
Expand Down
38 changes: 19 additions & 19 deletions deploy/docs/fluentd_otc_comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Additional behavior:

[fields_base]: https://github.com/SumoLogic/fluentd-output-sumologic/blob/1.7.2/lib/fluent/plugin/out_sumologic.rb#L284-L285
[fluentd_output_plugin]: https://github.com/sumologic/fluentd-output-sumologic/tree/1.7.2#configuration
[otelcol_basic_confg]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.0.58-beta.0/docs/Configuration.md#basic-configuration
[otelcol_proxy]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.0.58-beta.0/docs/Configuration.md#proxy-support
[otelcol_source_config]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#config
[otelcol_sumologic_config]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.0.58-beta.0/pkg/exporter/sumologicexporter/README.md#sumo-logic-exporter
[otelcol_basic_confg]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.47.0-sumo-0/docs/Configuration.md#basic-configuration
[otelcol_proxy]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.47.0-sumo-0/docs/Configuration.md#proxy-support
[otelcol_source_config]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#config
[otelcol_sumologic_config]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.47.0-sumo-0/pkg/exporter/sumologicexporter/README.md#sumo-logic-exporter
[otelocl_tls_config]: https://github.com/open-telemetry/opentelemetry-collector/blob/v0.47.0/config/configtls/README.md#tls--mtls-configuration
[resource_processor]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.47.0/processor/resourceprocessor#resource-processor
[source_category_precedence]: https://github.com/SumoLogic/fluentd-output-sumologic/blob/1.7.2/lib/fluent/plugin/out_sumologic.rb#L278-L279
Expand All @@ -70,15 +70,15 @@ In order to receive prometheus data and for their initial processing [telegrafre
It should cover [fluent-plugin-datapoint][fluent_plugin_datapoint] functionality and more.

[fluent_plugin_datapoint]: https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.12.2-sumo-4/fluent-plugin-datapoint
[telegrafreceiver]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/receiver/telegrafreceiver
[telegrafreceiver]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/receiver/telegrafreceiver

### fluent-plugin-protobuf

In order to receive prometheus data and for their initial processing [telegrafreceiver][telegrafreceiver] is being used.
It should cover [fluent_plugin_protobuf][fluent_plugin_protobuf] functionality and more.

[fluent_plugin_protobuf]: https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.12.2-sumo-4/fluent-plugin-protobuf
[telegrafreceiver]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/receiver/telegrafreceiver
[telegrafreceiver]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/receiver/telegrafreceiver

### fluent-plugin-prometheus-format

Expand Down Expand Up @@ -162,17 +162,17 @@ Sanitized pod name is name portion of the pod. Please consider following example
[kube_daemonset]: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
[kube_deployment]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
[kube_statefulset]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset
[otelcol_annotations]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#pod-annotations
[otelcol_annotations]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#pod-annotations
[otelcol_annotations_exclude]: https://github.com/SumoLogic/sumologic-kubernetes-fluentd/blob/v1.12.2-sumo-4/fluent-plugin-kubernetes-sumologic/lib/fluent/plugin/filter_kubernetes_sumologic.rb#L171-L183
[otelcol_source_templates]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/exporter/sumologicexporter#source-templates
[otelcol_undefined]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.0.58-beta.0/pkg/processor/sourceprocessor/attribute_filler.go#L113-L123
[source_containers]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#container-level-pod-annotations
[source_filtering]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#filtering-section
[source_keys]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#keys-section
[source_processor]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#config
[source_processor_source_templates]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#name-translation-and-template-keys
[otelcol_source_templates]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/exporter/sumologicexporter#source-templates
[otelcol_undefined]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.47.0-sumo-0/pkg/processor/sourceprocessor/attribute_filler.go#L113-L123
[source_containers]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#container-level-pod-annotations
[source_filtering]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#filtering-section
[source_keys]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#keys-section
[source_processor]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#config
[source_processor_source_templates]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#name-translation-and-template-keys
[sumo_metadata]: https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.12.2-sumo-4/fluent-plugin-kubernetes-sumologic#fluent-plugin-kubernetes-sumologic
[sumologic_exporter]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.0.58-beta.0/pkg/exporter/sumologicexporter/README.md#sumo-logic-exporter
[sumologic_exporter]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.47.0-sumo-0/pkg/exporter/sumologicexporter/README.md#sumo-logic-exporter

### fluent-plugin-kubernetes-metadata-filter

Expand All @@ -190,8 +190,8 @@ Sanitized pod name is name portion of the pod. Please consider following example
| `cache_ttl` | N/A |

[fluent_plugin_k8s_metadata]: https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.12.2-sumo-4/fluent-plugin-kubernetes-metadata-filter#configuration
[k8sprocessor]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.0.58-beta.0/pkg/processor/k8sprocessor
[k8sprocessor_field_extract]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/k8sprocessor#field-extract-config
[k8sprocessor]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.47.0-sumo-0/pkg/processor/k8sprocessor
[k8sprocessor_field_extract]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/k8sprocessor#field-extract-config
[kubeconfig_auth_type]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.47.0/internal/k8sconfig/config.go#L53-L60

### fluent-plugin-enhance-k8s-metadata
Expand All @@ -209,7 +209,7 @@ Sanitized pod name is name portion of the pod. Please consider following example
| `data_type` | N/A |

[fluent_plugin_enhance_k8s_metadata]: https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.12.2-sumo-4/fluent-plugin-enhance-k8s-metadata#configuration
[pod_association]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.0.58-beta.0/pkg/processor/k8sprocessor/doc.go#L17-L46
[pod_association]: https://github.com/SumoLogic/sumologic-otel-collector/blob/v0.47.0-sumo-0/pkg/processor/k8sprocessor/doc.go#L17-L46

### fluent-plugin-events

Expand Down Expand Up @@ -358,7 +358,7 @@ Events are not supported by `Opentelemetry Collector`

[filter_processor]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.47.0/processor/filterprocessor#filter-processor
[readme]: ../helm/sumologic/README.md
[source_containers]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.0.58-beta.0/pkg/processor/sourceprocessor#container-level-pod-annotations
[source_containers]: https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.47.0-sumo-0/pkg/processor/sourceprocessor#container-level-pod-annotations
[persistent_queue]: https://github.com/open-telemetry/opentelemetry-collector/tree/release/v0.37.x/exporter/exporterhelper#persistent-queue
[file_storage_extension]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/release/v0.37.x/extension/storage/filestorage

Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3570,7 +3570,7 @@ metadata:
## Configure image for Opentelemetry Collector (for logs and metrics)
image:
repository: public.ecr.aws/sumologic/sumologic-otel-collector
tag: 0.0.58-beta.0
tag: 0.47.0-sumo-0
pullPolicy: IfNotPresent

securityContext:
Expand Down Expand Up @@ -4465,7 +4465,7 @@ otelgateway:
podAnnotations: {}
image:
repository: public.ecr.aws/sumologic/sumologic-otel-collector
tag: 0.0.58-beta.0
tag: 0.47.0-sumo-0
pullPolicy: IfNotPresent
livenessProbe:
periodSeconds: 15
Expand Down Expand Up @@ -4587,7 +4587,7 @@ otellogs:
## Configure image for Opentelemetry Collector
image:
repository: public.ecr.aws/sumologic/sumologic-otel-collector
tag: 0.0.58-beta.0
tag: 0.47.0-sumo-0
pullPolicy: IfNotPresent

logLevel: info
Expand Down
2 changes: 1 addition & 1 deletion tests/helm/logs_otc_daemonset/static/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- args:
- --config=/etc/otelcol/config.yaml
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.58-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.47.0-sumo-0
imagePullPolicy: IfNotPresent
name: otelcol
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
priorityClassName: "prio"
containers:
- name: otelcol
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.58-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.47.0-sumo-0
imagePullPolicy: IfNotPresent
args:
- --config=/etc/otel/config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
priorityClassName: "prio"
containers:
- name: otelcol
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.58-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.47.0-sumo-0
imagePullPolicy: IfNotPresent
args:
- --config=/etc/otel/config.yaml
Expand Down

0 comments on commit c20a713

Please sign in to comment.