Skip to content

Commit

Permalink
feat: enable new logs schema by default (#508)
Browse files Browse the repository at this point in the history
## Summary by CodeRabbit

- **New Features**
- Updated configuration for the query service to enable a new logging
schema.
- Enable new schema option for log handling in the OpenTelemetry
collector settings.
  
- **Version Update**
	- Incremented the Helm Chart version from 0.53.0 to 0.53.1.

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi authored Sep 25, 2024
1 parent fc4f0f4 commit 681b7b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: signoz
version: 0.53.0
version: 0.53.1
appVersion: "0.55.0"
description: SigNoz Observability Platform Helm Chart
type: application
Expand Down
5 changes: 3 additions & 2 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ queryService:
"helm.sh/hook-weight": "2"

# -- Query-Service additional arguments for command line
additionalArgs: []
# - --prefer-delta=true
additionalArgs:
- --use-logs-new-schema=true

# -- Additional environments to set for queryService
additionalEnvs: {}
Expand Down Expand Up @@ -1978,6 +1978,7 @@ otelCollector:
clickhouselogsexporter:
dsn: tcp://${CLICKHOUSE_USER}:${CLICKHOUSE_PASSWORD}@${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/${CLICKHOUSE_LOG_DATABASE}
timeout: 10s
use_new_schema: true
prometheus:
endpoint: 0.0.0.0:8889
service:
Expand Down

0 comments on commit 681b7b7

Please sign in to comment.