Skip to content

Commit d1b234c

Browse files
committed
update otel deployment
Signed-off-by: wwanarif <[email protected]>
1 parent 900f86b commit d1b234c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup-scripts/setup-genai-studio/helm-values/otel-collector.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

setup-scripts/setup-genai-studio/playbooks/deploy-tracing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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 }}"
@@ -58,7 +58,7 @@
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 }}"

0 commit comments

Comments
 (0)