changed otel image version to 0.19.0

This commit is contained in:
Ankit Nayan 2021-02-07 01:05:07 +05:30
parent 78bb92827b
commit cde268c40e
3 changed files with 3 additions and 3 deletions

View File

@ -211,7 +211,7 @@ services:
- ./druid-jobs/retention-spec.json:/app/retention-spec.json - ./druid-jobs/retention-spec.json:/app/retention-spec.json
otel-collector: otel-collector:
image: otel/opentelemetry-collector-dev:latest image: otel/opentelemetry-collector:0.19.0
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"] command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
volumes: volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml - ./otel-collector-config.yaml:/etc/otel-collector-config.yaml

View File

@ -211,7 +211,7 @@ services:
- ./druid-jobs/retention-spec.json:/app/retention-spec.json - ./druid-jobs/retention-spec.json:/app/retention-spec.json
otel-collector: otel-collector:
image: otel/opentelemetry-collector-dev:latest image: otel/opentelemetry-collector:0.19.0
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"] command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
volumes: volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml - ./otel-collector-config.yaml:/etc/otel-collector-config.yaml

View File

@ -25,7 +25,7 @@ spec:
- "--config=/conf/otel-collector-config.yaml" - "--config=/conf/otel-collector-config.yaml"
# Memory Ballast size should be max 1/3 to 1/2 of memory. # Memory Ballast size should be max 1/3 to 1/2 of memory.
- "--mem-ballast-size-mib=683" - "--mem-ballast-size-mib=683"
image: otel/opentelemetry-collector-dev:latest image: otel/opentelemetry-collector:0.19.0
name: otel-collector name: otel-collector
resources: resources:
limits: limits: