quickwit-oss / quickwit-oss/quickwit
No forward for the OTEL gRPC stuff
Open
@guilload is already working on this.
Since Mar 21, 2023.
otel
tracing
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
No sure if it is a problem or not but the following does not work.
Node 1 port 7280
QW_ENABLE_OPENTELEMETRY_OTLP_EXPORTER=true \
OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:7281 \
./quickwit run --service searcher --service metastore --service control_plane --service janitor
Node 2 port 8280
./quickwit run --service indexer
Node 1 is sending its own tracing data to itself, and forward does not happen (contrary to what happens for the ingest api).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.