chore(release): 📌 pin versions: SigNoz 0.8.0, Alertmanager 0.23.0-0.1, OtelCollector 0.43.0-0.1

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-05-06 11:49:49 +05:30
parent da386b0e8e
commit 3995de16f0
7 changed files with 48 additions and 37 deletions

View File

@ -24,7 +24,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
command: command:
@ -37,7 +37,7 @@ services:
condition: on-failure condition: on-failure
query-service: query-service:
image: signoz/query-service:0.7.5 image: signoz/query-service:0.8.0
command: ["-config=/root/config/prometheus.yml"] command: ["-config=/root/config/prometheus.yml"]
ports: ports:
- "8080:8080" - "8080:8080"
@ -46,7 +46,7 @@ services:
- ../dashboards:/root/config/dashboards - ../dashboards:/root/config/dashboards
- ./data/signoz/:/var/lib/signoz/ - ./data/signoz/:/var/lib/signoz/
environment: environment:
- ClickHouseUrl=tcp://clickhouse:9000 - ClickHouseUrl=tcp://clickhouse:9000/?database=signoz_traces
- STORAGE=clickhouse - STORAGE=clickhouse
- GODEBUG=netdns=go - GODEBUG=netdns=go
- TELEMETRY_ENABLED=true - TELEMETRY_ENABLED=true
@ -64,7 +64,7 @@ services:
- clickhouse - clickhouse
frontend: frontend:
image: signoz/frontend:0.7.5 image: signoz/frontend:0.8.0
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -77,7 +77,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:0.43.0 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
@ -103,7 +103,7 @@ services:
- clickhouse - clickhouse
otel-collector-metrics: otel-collector-metrics:
image: signoz/otelcontribcol:0.43.0 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

View File

@ -28,6 +28,11 @@ processors:
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 ]
dimensions_cache_size: 10000 dimensions_cache_size: 10000
dimensions:
- name: service.namespace
default: default
- name: deployment.environment
default: default
# memory_limiter: # memory_limiter:
# # 80% of maximum memory up to 2G # # 80% of maximum memory up to 2G
# limit_mib: 1500 # limit_mib: 1500
@ -48,7 +53,7 @@ extensions:
zpages: {} zpages: {}
exporters: exporters:
clickhouse: clickhouse:
datasource: tcp://clickhouse:9000 datasource: tcp://clickhouse:9000/?database=signoz_traces
clickhousemetricswrite: clickhousemetricswrite:
endpoint: tcp://clickhouse:9000/?database=signoz_metrics endpoint: tcp://clickhouse:9000/?database=signoz_metrics
resource_to_telemetry_conversion: resource_to_telemetry_conversion:

View File

@ -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:
@ -37,7 +37,7 @@ services:
query-service: query-service:
image: signoz/query-service:0.7.5 image: signoz/query-service:0.8.0
container_name: query-service container_name: query-service
command: ["-config=/root/config/prometheus.yml"] command: ["-config=/root/config/prometheus.yml"]
volumes: volumes:
@ -62,7 +62,7 @@ services:
condition: service_healthy condition: service_healthy
frontend: frontend:
image: signoz/frontend:0.7.5 image: signoz/frontend:0.8.0
container_name: frontend container_name: frontend
restart: on-failure restart: on-failure
depends_on: depends_on:
@ -74,7 +74,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
@ -95,7 +95,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
@ -115,17 +115,17 @@ services:
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

@ -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:develop image: signoz/query-service:0.8.0
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:develop image: signoz/frontend:0.8.0
container_name: frontend container_name: frontend
restart: on-failure restart: on-failure
depends_on: depends_on:

View File

@ -18,7 +18,7 @@ services:
retries: 3 retries: 3
alertmanager: alertmanager:
image: signoz/alertmanager:0.6.0 image: signoz/alertmanager:0.23.0-0.1
depends_on: depends_on:
- query-service - query-service
restart: on-failure restart: on-failure
@ -37,7 +37,7 @@ services:
ports: ports:
- "8180:8080" - "8180:8080"
environment: environment:
- ClickHouseUrl=tcp://clickhouse:9000 - ClickHouseUrl=tcp://clickhouse:9000/?database=signoz_traces
- STORAGE=clickhouse - STORAGE=clickhouse
- GODEBUG=netdns=go - GODEBUG=netdns=go
- TELEMETRY_ENABLED=true - TELEMETRY_ENABLED=true
@ -51,7 +51,7 @@ services:
condition: service_healthy condition: service_healthy
otel-collector: otel-collector:
image: signoz/otelcontribcol:0.43.0 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
@ -64,7 +64,7 @@ services:
condition: service_healthy condition: service_healthy
otel-collector-metrics: otel-collector-metrics:
image: signoz/otelcontribcol:0.43.0 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

View File

@ -21,7 +21,7 @@ services:
- "8123:8123" - "8123:8123"
alertmanager: alertmanager:
image: signoz/alertmanager:0.6.0 image: signoz/alertmanager:0.23.0-0.1
depends_on: depends_on:
- query-service - query-service
restart: on-failure restart: on-failure
@ -42,7 +42,7 @@ services:
ports: ports:
- "8180:8080" - "8180:8080"
environment: environment:
- ClickHouseUrl=tcp://clickhouse:9000 - ClickHouseUrl=tcp://clickhouse:9000/?database=signoz_traces
- STORAGE=clickhouse - STORAGE=clickhouse
- GODEBUG=netdns=go - GODEBUG=netdns=go
- TELEMETRY_ENABLED=true - TELEMETRY_ENABLED=true
@ -56,7 +56,7 @@ services:
condition: service_healthy condition: service_healthy
otel-collector: otel-collector:
image: signoz/otelcontribcol:0.43.0 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
@ -69,7 +69,7 @@ services:
condition: service_healthy condition: service_healthy
otel-collector-metrics: otel-collector-metrics:
image: signoz/otelcontribcol:0.43.0 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

View File

@ -27,6 +27,12 @@ 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 ]
dimensions_cache_size: 10000
dimensions:
- name: service.namespace
default: default
- name: deployment.environment
default: default
# 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
@ -44,7 +50,7 @@ extensions:
zpages: {} zpages: {}
exporters: exporters:
clickhouse: clickhouse:
datasource: tcp://clickhouse:9000 datasource: tcp://clickhouse:9000/?database=signoz_traces
clickhousemetricswrite: clickhousemetricswrite:
endpoint: tcp://clickhouse:9000/?database=signoz_metrics endpoint: tcp://clickhouse:9000/?database=signoz_metrics
resource_to_telemetry_conversion: resource_to_telemetry_conversion: