Skip to content

Commit

Permalink
[chore] Remove references to the logging exporter (#5143)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Sep 4, 2024
1 parent aba5a76 commit af71c92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,23 @@ spec:
batch: {}
exporters:
logging:
debug:
verbosity: detailed
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging]
exporters: [debug]
metrics:
receivers: [otlp, prometheus]
processors: []
exporters: [logging]
exporters: [debug]
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]
exporters: [debug]
```

First, set up a `port-forward` in Kubernetes, so that you can expose the Target
Expand Down
3 changes: 2 additions & 1 deletion content/en/docs/languages/erlang/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ processors:
send_batch_size: 1024
timeout: 5s
exporters:
debug:
otlp/jaeger:
endpoint: jaeger-all-in-one:4317
tls:
Expand All @@ -46,7 +47,7 @@ service:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, otlp/jaeger]
exporters: [debug, otlp/jaeger]
```
For a more detailed example, you can view the
Expand Down

0 comments on commit af71c92

Please sign in to comment.