chore: 📌 pin alertmanager and otelcollector version and changes (#1048)

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-05-03 23:59:29 +05:30 committed by GitHub
parent 90637212bc
commit 05c923df9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 32 deletions

View File

@ -4,8 +4,8 @@ services:
clickhouse: clickhouse:
image: yandex/clickhouse-server:21.12.3.32 image: yandex/clickhouse-server:21.12.3.32
# ports: # ports:
# - "9000:9000" # - "9000:9000"
# - "8123:8123" # - "8123:8123"
volumes: volumes:
- ./clickhouse-config.xml:/etc/clickhouse-server/config.xml - ./clickhouse-config.xml:/etc/clickhouse-server/config.xml
- ./data/clickhouse/:/var/lib/clickhouse/ - ./data/clickhouse/:/var/lib/clickhouse/
@ -22,7 +22,7 @@ services:
retries: 3 retries: 3
alertmanager: alertmanager:
image: signoz/alertmanager:0.6.1 image: signoz/alertmanager:0.23.0-0.1
volumes: volumes:
- ./data/alertmanager:/data - ./data/alertmanager:/data
depends_on: depends_on:
@ -36,7 +36,7 @@ services:
# Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md` # Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`
query-service: query-service:
image: signoz/query-service:0.7.5 image: signoz/query-service:develop
container_name: query-service container_name: query-service
command: ["-config=/root/config/prometheus.yml"] command: ["-config=/root/config/prometheus.yml"]
volumes: volumes:
@ -60,7 +60,7 @@ services:
condition: service_healthy condition: service_healthy
frontend: frontend:
image: signoz/frontend:0.7.5 image: signoz/frontend:develop
container_name: frontend container_name: frontend
restart: on-failure restart: on-failure
depends_on: depends_on:
@ -72,7 +72,7 @@ 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:trace-optimized-v1 image: signoz/otelcontribcol:0.43.0-0.1
command: ["--config=/etc/otel-collector-config.yaml"] 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
@ -93,7 +93,7 @@ services:
condition: service_healthy condition: service_healthy
otel-collector-metrics: otel-collector-metrics:
image: signoz/otelcontribcol:trace-optimized-v1 image: signoz/otelcontribcol:0.43.0-0.1
command: ["--config=/etc/otel-collector-metrics-config.yaml"] 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
@ -102,28 +102,28 @@ services:
clickhouse: clickhouse:
condition: service_healthy condition: service_healthy
# hotrod: hotrod:
# image: jaegertracing/example-hotrod:1.30 image: jaegertracing/example-hotrod:1.30
# container_name: hotrod container_name: hotrod
# logging: logging:
# options: options:
# max-size: 50m max-size: 50m
# max-file: "3" max-file: "3"
# command: ["all"] command: ["all"]
# environment: environment:
# - JAEGER_ENDPOINT=http://otel-collector:14268/api/traces - JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
# load-hotrod: load-hotrod:
# image: "grubykarol/locust:1.2.3-python3.9-alpine3.12" image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"
# container_name: load-hotrod container_name: load-hotrod
# hostname: load-hotrod hostname: load-hotrod
# environment: environment:
# ATTACKED_HOST: http://hotrod:8080 ATTACKED_HOST: http://hotrod:8080
# LOCUST_MODE: standalone LOCUST_MODE: standalone
# NO_PROXY: standalone NO_PROXY: standalone
# TASK_DELAY_FROM: 5 TASK_DELAY_FROM: 5
# TASK_DELAY_TO: 30 TASK_DELAY_TO: 30
# QUIET_MODE: "${QUIET_MODE:-false}" QUIET_MODE: "${QUIET_MODE:-false}"
# LOCUST_OPTS: "--headless -u 10 -r 1" LOCUST_OPTS: "--headless -u 10 -r 1"
# volumes: volumes:
# - ../common/locust-scripts:/locust - ../common/locust-scripts:/locust

View File

@ -44,4 +44,4 @@ service:
metrics: metrics:
receivers: [otlp, prometheus] receivers: [otlp, prometheus]
processors: [batch] processors: [batch]
exporters: [clickhousemetricswrite] exporters: [clickhousemetricswrite]