Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tempo-distributed] Failed to extract org id from both grpc and HTTP #3022

Open
win5923 opened this issue Mar 14, 2024 · 0 comments
Open

[tempo-distributed] Failed to extract org id from both grpc and HTTP #3022

win5923 opened this issue Mar 14, 2024 · 0 comments

Comments

@win5923
Copy link

win5923 commented Mar 14, 2024

Hi, I'd like to ask about an issue I'm facing. I've set multitenancyEnabled: true in Tempo, and I've configured the following parameters in Mimir:

global:
  extraEnv:
    - name: JAEGER_AGENT_HOST
      value: tempo-distributor.tracing
    - name: JAEGER_SAMPLER_PARAM
      value: "1"

However, No matter if I remove the headers or set them to X-Scope-OrgID: anonymous in Tempo datasource, I'm unable to receive traces from Mimir when viewing them from Tempo. I found the following issue in the logs.

tempo-distributor:

ts=2024-03-14T04:44:52.633295325Z caller=middleware.go:68 msg="failed to extract org id from both grpc and HTTP" err="no org id" client=unknown
ts=2024-03-14T04:44:52Z level=error msg="Processor failed" component=tempo error="no org id"

if I disable multitenancyEnabled, i can see the traces from mimir.

@win5923 win5923 changed the title Failed to extract org id from both grpc and HTTP [tempo-distributed] Failed to extract org id from both grpc and HTTP Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant