quickwit-oss / quickwit-oss/quickwit

No forward for the OTEL gRPC stuff

Open
#3,037 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.