From da88c536bfea82ff747216c7370b1821b8ac706e Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Wed, 11 Oct 2023 14:13:31 +0300 Subject: [PATCH] chore: add warnings to otel-agent and otel-infra-collector --- otel-agent/k8s-helm/README.md | 3 +++ otel-infrastructure-collector/k8s-helm/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/otel-agent/k8s-helm/README.md b/otel-agent/k8s-helm/README.md index 2de90b2d..d77beac8 100644 --- a/otel-agent/k8s-helm/README.md +++ b/otel-agent/k8s-helm/README.md @@ -1,5 +1,8 @@ # OpenTelemetry Agent +> [!IMPORTANT] +> OpenTelemetry Agent is deprecated and in maintenance mode. Please use [OpenTelemetry Integration](https://github.com/coralogix/telemetry-shippers/tree/master/otel-integration/k8s-helm) project, which provides full OpenTelemetry observability solution. + The OpenTelemetry collector offers a vendor-agnostic implementation of how to receive, process and export telemetry data. In this chart, the collector will be deployed as a daemonset, meaning the collector will run as an `agent` on each node. Agent runs in host network mode allowing you to easily send application telemetry data. diff --git a/otel-infrastructure-collector/k8s-helm/README.md b/otel-infrastructure-collector/k8s-helm/README.md index 8be81a6c..19de8960 100644 --- a/otel-infrastructure-collector/k8s-helm/README.md +++ b/otel-infrastructure-collector/k8s-helm/README.md @@ -1,5 +1,8 @@ ### K8s +> [!IMPORTANT] +> OpenTelemetry Infrastructure Collector is deprecated and in maintenance mode. Please use [OpenTelemetry Integration](https://github.com/coralogix/telemetry-shippers/tree/master/otel-integration/k8s-helm) project, which provides full OpenTelemetry observability solution. + This Infrastructure collector provides: - [Coralogix Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/coralogixexporter) - Coralogix exporter is preconfigured to enrich data using Kubernetes Attributes, which allows quick correlation of telemetry signals using consistent ApplicationName and SubsytemName fields.