You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/11/22 10:06:06 UTC

[skywalking] branch master updated: Fix k8s monitoring otel version (#8171)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 215d086  Fix k8s monitoring otel version (#8171)
215d086 is described below

commit 215d0862866706d2cb236890c301121066083ab0
Author: wankai123 <wa...@foxmail.com>
AuthorDate: Mon Nov 22 18:05:45 2021 +0800

    Fix k8s monitoring otel version (#8171)
---
 docs/en/setup/backend/otel-collector-config.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/backend/otel-collector-config.yaml b/docs/en/setup/backend/otel-collector-config.yaml
index 26dcd38..ea823ed 100644
--- a/docs/en/setup/backend/otel-collector-config.yaml
+++ b/docs/en/setup/backend/otel-collector-config.yaml
@@ -135,7 +135,7 @@ spec:
           - "--log-level=DEBUG"
 #           Memory Ballast size should be max 1/3 to 1/2 of memory.
           - "--mem-ballast-size-mib=683"
-        image: otel/opentelemetry-collector-dev:latest
+        image: otel/opentelemetry-collector:0.29.0
         name: otel-collector
         resources:
           limits:
@@ -165,4 +165,5 @@ spec:
             items:
               - key: otel-collector-config
                 path: otel-collector-config.yaml
-          name: otel-collector-config-vol
\ No newline at end of file
+          name: otel-collector-config-vol
+