mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 17:38:59 +08:00
Merge pull request #803 from SigNoz/chore/update-otelcollector-0.43.0
chore: update otel-collector to 0.43.0
This commit is contained in:
commit
aa760336d0
@ -50,8 +50,8 @@ services:
|
|||||||
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
|
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
otel-collector:
|
otel-collector:
|
||||||
image: signoz/otelcontribcol:0.6.0
|
image: signoz/otelcontribcol:0.43.0
|
||||||
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
|
command: ["--config=/etc/otel-collector-config.yaml"]
|
||||||
volumes:
|
volumes:
|
||||||
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
|
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
|
||||||
ports:
|
ports:
|
||||||
@ -64,7 +64,7 @@ services:
|
|||||||
|
|
||||||
otel-collector-metrics:
|
otel-collector-metrics:
|
||||||
image: signoz/otelcontribcol:0.6.0
|
image: signoz/otelcontribcol:0.6.0
|
||||||
command: ["--config=/etc/otel-collector-metrics-config.yaml", "--mem-ballast-size-mib=683"]
|
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
|
||||||
volumes:
|
volumes:
|
||||||
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
|
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -53,8 +53,8 @@ services:
|
|||||||
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
|
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
otel-collector:
|
otel-collector:
|
||||||
image: signoz/otelcontribcol:0.6.0
|
image: signoz/otelcontribcol:0.43.0
|
||||||
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
|
command: ["--config=/etc/otel-collector-config.yaml"]
|
||||||
volumes:
|
volumes:
|
||||||
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
|
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
|
||||||
ports:
|
ports:
|
||||||
|
@ -27,14 +27,14 @@ processors:
|
|||||||
signozspanmetrics/prometheus:
|
signozspanmetrics/prometheus:
|
||||||
metrics_exporter: prometheus
|
metrics_exporter: prometheus
|
||||||
latency_histogram_buckets: [100us, 1ms, 2ms, 6ms, 10ms, 50ms, 100ms, 250ms, 500ms, 1000ms, 1400ms, 2000ms, 5s, 10s, 20s, 40s, 60s ]
|
latency_histogram_buckets: [100us, 1ms, 2ms, 6ms, 10ms, 50ms, 100ms, 250ms, 500ms, 1000ms, 1400ms, 2000ms, 5s, 10s, 20s, 40s, 60s ]
|
||||||
memory_limiter:
|
# memory_limiter:
|
||||||
# Same as --mem-ballast-size-mib CLI argument
|
# # Same as --mem-ballast-size-mib CLI argument
|
||||||
ballast_size_mib: 683
|
# ballast_size_mib: 683
|
||||||
# 80% of maximum memory up to 2G
|
# # 80% of maximum memory up to 2G
|
||||||
limit_mib: 1500
|
# limit_mib: 1500
|
||||||
# 25% of limit up to 2G
|
# # 25% of limit up to 2G
|
||||||
spike_limit_mib: 512
|
# spike_limit_mib: 512
|
||||||
check_interval: 5s
|
# check_interval: 5s
|
||||||
# queued_retry:
|
# queued_retry:
|
||||||
# num_workers: 4
|
# num_workers: 4
|
||||||
# queue_size: 100
|
# queue_size: 100
|
||||||
|
@ -16,14 +16,14 @@ processors:
|
|||||||
batch:
|
batch:
|
||||||
send_batch_size: 1000
|
send_batch_size: 1000
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
memory_limiter:
|
# memory_limiter:
|
||||||
# Same as --mem-ballast-size-mib CLI argument
|
# # Same as --mem-ballast-size-mib CLI argument
|
||||||
ballast_size_mib: 683
|
# ballast_size_mib: 683
|
||||||
# 80% of maximum memory up to 2G
|
# # 80% of maximum memory up to 2G
|
||||||
limit_mib: 1500
|
# limit_mib: 1500
|
||||||
# 25% of limit up to 2G
|
# # 25% of limit up to 2G
|
||||||
spike_limit_mib: 512
|
# spike_limit_mib: 512
|
||||||
check_interval: 5s
|
# check_interval: 5s
|
||||||
# queued_retry:
|
# queued_retry:
|
||||||
# num_workers: 4
|
# num_workers: 4
|
||||||
# queue_size: 100
|
# queue_size: 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user