File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 - name : HYPERDX_LOG_LEVEL
4242 value : {{ .Values.hyperdx.logLevel }}
4343 - name : HYPERDX_OTEL_EXPORTER_CLICKHOUSE_DATABASE
44- value : {{ .Values.hyperdx .clickhouseDatabase | default "default" }}
44+ value : {{ .Values.otel .clickhouseDatabase | default "default" }}
4545 - name : HYPERDX_API_KEY
4646 valueFrom :
4747 secretKeyRef :
Original file line number Diff line number Diff line change @@ -338,9 +338,9 @@ tests:
338338 otel :
339339 enabled : true
340340 image : hyperdx/hyperdx-otel-collector:2-beta
341+ clickhouseDatabase : " custom_db"
341342 hyperdx :
342343 logLevel : info
343- clickhouseDatabase : " custom_db"
344344 clickhouse :
345345 config :
346346 users :
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ hyperdx:
1414 usageStatsEnabled : true
1515 # Endpoint to send hyperdx logs/traces/metrics to.Defaults to the chart's otel collector endpoint.
1616 otelExporterEndpoint : http://{{ include "hdx-oss.fullname" . }}-otel-collector:{{ .Values.otel.httpPort }}
17- # Clickhouse database to send logs/traces/metrics to. Defaults to "default"
18- clickhouseDatabase : " default"
1917 annotations : {}
2018 # myAnnotation: "myValue"
2119 labels : {}
@@ -204,6 +202,8 @@ otel:
204202 # Leave empty if prometheus is disabled.
205203 # Example: clickhousePrometheusEndpoint: "http://custom-clickhouse-service:9363"
206204 clickhousePrometheusEndpoint :
205+ # Clickhouse database to send logs/traces/metrics to. Defaults to "default"
206+ clickhouseDatabase : " default"
207207
208208persistence :
209209 mongodb :
You can’t perform that action at this time.
0 commit comments