mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-28 23:32:02 +08:00
changed otel image version to 0.19.0
This commit is contained in:
parent
78bb92827b
commit
cde268c40e
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user