diff --git a/charts/openinsight/Chart.yaml b/charts/openinsight/Chart.yaml index 4ba98f3..1cd89e0 100644 --- a/charts/openinsight/Chart.yaml +++ b/charts/openinsight/Chart.yaml @@ -9,7 +9,7 @@ maintainers: - name: JaredTan95 - name: Frapschen -version: 0.2.1 +version: 0.2.2 appVersion: "0.0.3" dependencies: diff --git a/charts/openinsight/values.yaml b/charts/openinsight/values.yaml index b186a77..52c2df3 100644 --- a/charts/openinsight/values.yaml +++ b/charts/openinsight/values.yaml @@ -18,7 +18,7 @@ clickhouse: set -e clickhouse client -u default --password='changeme' -n <<-EOSQL - CREATE DATABASE otel; + CREATE DATABASE openinsight; EOSQL opentelemetry-collector: @@ -29,7 +29,7 @@ opentelemetry-collector: # If you want to use the core image `otel/opentelemetry-collector`, you also need to change `command.name` value to `otelcol`. repository: ghcr.m.daocloud.io/openinsight-proj/openinsight pullPolicy: IfNotPresent - tag: "b773134c29942516795a65e463a8bcd0f664cf33" + tag: "4bcfe66f65b9edf15786eafa13418b8b744af19c" presets: # Configures the collector to collect logs. # Adds the filelog receiver to the logs pipeline @@ -139,6 +139,8 @@ opentelemetry-collector: - ${MY_POD_IP}:8888 zipkin: endpoint: 0.0.0.0:9411 + fluentforward: + endpoint: 0.0.0.0:8006 service: telemetry: metrics: @@ -157,6 +159,7 @@ opentelemetry-collector: - batch receivers: - otlp + - fluentforward metrics: exporters: - logging @@ -234,6 +237,12 @@ opentelemetry-collector: containerPort: 8888 servicePort: 8888 protocol: TCP + fluent-forward: + enabled: true + containerPort: 8006 + servicePort: 8006 + hostPort: 8006 + protocol: TCP # Resource limits & requests. Update according to your own use case as these values might be too low for a typical deployment. resources: