Skip to content

Commit

Permalink
Merge pull request #130 from akash4sh/main
Browse files Browse the repository at this point in the history
removed otlp/tracetest exporter
  • Loading branch information
akash4sh authored Nov 1, 2023
2 parents ec1b512 + b27846d commit 21435f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ sources:
- https://github.com/signoz/alertmanager
- https://github.com/signoz/signoz-otel-collector
type: application
version: 0.0.2
version: 0.0.3
9 changes: 0 additions & 9 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1635,10 +1635,6 @@ otelCollector:
initial_interval: 5s
max_interval: 30s
max_elapsed_time: 300s
otlp/tracetest:
endpoint: http://localhost:4317
tls:
insecure: true
prometheus:
endpoint: 0.0.0.0:8889
service:
Expand Down Expand Up @@ -1666,11 +1662,6 @@ otelCollector:
receivers: [otlp]
processors: [logstransform/internal, batch]
exporters: [clickhouselogsexporter]
traces/test:
receivers: [otlp]
processors: [batch]
exporters: [otlp/tracetest]


# Default values for OtelCollectorMetrics
otelCollectorMetrics:
Expand Down

0 comments on commit 21435f3

Please sign in to comment.