Skip to content

Commit

Permalink
fix to simple otel collector and port forwarding script
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Nov 15, 2023
1 parent a4e2f65 commit 8742d7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/test-forward.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kubectl port-forward service/prometheus-kube-prometheus-prometheus --namespace p
echo $! >"$PID04"

## Elasticsearch Tunnel
kubectl port-forward service/elastic-coordinating-only --namespace logstore 9200:9200 &
kubectl port-forward service/elastic-elasticsearch --namespace logstore 9200:9200 &
echo $! >"$PID05"

## Legend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ spec:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:9978
http:
endpoint: 0.0.0.0:9979
processors:
memory_limiter:
check_interval: 1s
Expand All @@ -19,11 +21,11 @@ spec:
timeout: 10s
exporters:
debug:
logging:
service:
pipelines:
traces:
receivers: [otlp]
processors: []
exporters: [debug]
processors: [batch]
exporters: [logging]

0 comments on commit 8742d7b

Please sign in to comment.