getsentry / relay

Sentry event forwarding and ingestion service.
https://docs.sentry.io/product/relay/
Other
319 stars 92 forks source link

ERROR relay_server::services::health_check: Health check probe 'auth' failed, #3774

Closed xuweixi10 closed 2 months ago

xuweixi10 commented 3 months ago

when i start relay, i get this error here is my config `relay: upstream: "https://sentry.xxx.com/" host: 0.0.0.0 port: 3000 logging: level: DEBUG processing: enabled: true kafka_config:

xuweixi10 commented 3 months ago

when i send event i also get error ERROR relay_server::services::project_upstream: error fetching project state fa53341d006347a5f58eef5b0096e3a7: deadline exceeded errors=0 pending=236 tags.did_error=false tags.was_pending=true tags.project_key="fa53341d006347a5f58eef5b0096e3a7"

Dav1dde commented 3 months ago

Make sure your upstream is reachable, looking you have processing enabled in which case you wouldn't want to go through a public route. You can follow the self hosted config and docker compose.

Going through a public route will mean the Relay is not authenticated, if you absolutely must go through a public route you need to register the Relay in the org settings.

Dav1dde commented 2 months ago

I assume this answers your question feel free to re-open or reach out on discord if you have more issues.