signoz updates
This commit is contained in:
parent
ebcc6e4d2d
commit
04e233216c
9 changed files with 491 additions and 41 deletions
|
|
@ -14,21 +14,35 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
# Pin a specific version for reproducibility. Check releases at:
|
||||
# https://github.com/SigNoz/signoz/releases
|
||||
SIGNOZ_VERSION=latest
|
||||
SIGNOZ_VERSION=v0.128.0
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# OTEL Collector Version
|
||||
# -----------------------------------------------------------------------------
|
||||
OTELCOL_VERSION=v0.144.5
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# ZooKeeper Version
|
||||
# -----------------------------------------------------------------------------
|
||||
ZOOKEEPER_VERSION=3.7.1
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# ClickHouse
|
||||
# -----------------------------------------------------------------------------
|
||||
CLICKHOUSE_VERSION=25.5
|
||||
CLICKHOUSE_DB=signoz
|
||||
CLICKHOUSE_USER=admin
|
||||
CLICKHOUSE_PASSWORD=change-me-clickhouse-password
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# JWT Secret (REQUIRED)
|
||||
# -----------------------------------------------------------------------------
|
||||
# Generate with: openssl rand -hex 32
|
||||
# Without this, user sessions are vulnerable to tampering.
|
||||
SIGNOZ_JWT_SECRET=change-me-generate-with-openssl-rand-hex-32
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Exposed Ports
|
||||
# -----------------------------------------------------------------------------
|
||||
# SigNoz UI
|
||||
EXPOSE_SIGNOZ_UI_PORT=3301
|
||||
EXPOSE_SIGNOZ_UI_PORT=8080
|
||||
# OTLP gRPC receiver (used by instrumented apps/services)
|
||||
EXPOSE_OTLP_GRPC_PORT=4317
|
||||
# OTLP HTTP receiver (used by instrumented apps/services)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue