Skip to content

Commit 37cc8a0

Browse files
authored
Merge pull request #63 from openinsight-proj/fix_openinsight_chart
add more config for otel collector
2 parents ff5eba2 + 3d79948 commit 37cc8a0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

charts/openinsight/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maintainers:
99
- name: JaredTan95
1010
- name: Frapschen
1111

12-
version: 0.2.1
12+
version: 0.2.2
1313
appVersion: "0.0.3"
1414

1515
dependencies:

charts/openinsight/values.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clickhouse:
1818
set -e
1919
2020
clickhouse client -u default --password='changeme' -n <<-EOSQL
21-
CREATE DATABASE otel;
21+
CREATE DATABASE openinsight;
2222
EOSQL
2323
2424
opentelemetry-collector:
@@ -29,7 +29,7 @@ opentelemetry-collector:
2929
# If you want to use the core image `otel/opentelemetry-collector`, you also need to change `command.name` value to `otelcol`.
3030
repository: ghcr.m.daocloud.io/openinsight-proj/openinsight
3131
pullPolicy: IfNotPresent
32-
tag: "b773134c29942516795a65e463a8bcd0f664cf33"
32+
tag: "4bcfe66f65b9edf15786eafa13418b8b744af19c"
3333
presets:
3434
# Configures the collector to collect logs.
3535
# Adds the filelog receiver to the logs pipeline
@@ -139,6 +139,8 @@ opentelemetry-collector:
139139
- ${MY_POD_IP}:8888
140140
zipkin:
141141
endpoint: 0.0.0.0:9411
142+
fluentforward:
143+
endpoint: 0.0.0.0:8006
142144
service:
143145
telemetry:
144146
metrics:
@@ -157,6 +159,7 @@ opentelemetry-collector:
157159
- batch
158160
receivers:
159161
- otlp
162+
- fluentforward
160163
metrics:
161164
exporters:
162165
- logging
@@ -234,6 +237,12 @@ opentelemetry-collector:
234237
containerPort: 8888
235238
servicePort: 8888
236239
protocol: TCP
240+
fluent-forward:
241+
enabled: true
242+
containerPort: 8006
243+
servicePort: 8006
244+
hostPort: 8006
245+
protocol: TCP
237246

238247
# Resource limits & requests. Update according to your own use case as these values might be too low for a typical deployment.
239248
resources:

0 commit comments

Comments
 (0)