File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
setup-scripts/setup-genai-studio Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ config:
2222 clickhouse :
2323 endpoint : tcp://clickhouse.tracing.svc.cluster.local:9000
2424 database : otel
25+ username : default
26+ password : " "
2527 ttl : 72h
2628 traces_table_name : otel_traces
2729 logs_table_name : otel_logs
Original file line number Diff line number Diff line change 3131 command : kubectl create ns tracing
3232
3333 - name : Install Clickhouse Helm chart in 'tracing' namespace
34- command : helm install clickhouse pascaliske/clickhouse -n tracing --set persistentVolumeClaim.storageClassName=local-path
34+ command : helm install clickhouse pascaliske/clickhouse --version 0.3.1 - n tracing --set persistentVolumeClaim.storageClassName=local-path
3535 environment :
3636 http_proxy : " {{ http_proxy }}"
3737 https_proxy : " {{ http_proxy }}"
5858 no_proxy : " {{ no_proxy }}"
5959
6060 - name : Install OpenTelemetry Collector Helm chart in 'tracing' namespace
61- command : helm install tracing open-telemetry/opentelemetry-collector -n tracing -f ../helm-values/otel-collector.yaml
61+ command : helm install tracing open-telemetry/opentelemetry-collector --version 0.139.1 - n tracing -f ../helm-values/otel-collector.yaml
6262 environment :
6363 http_proxy : " {{ http_proxy }}"
6464 https_proxy : " {{ http_proxy }}"
You can’t perform that action at this time.
0 commit comments