You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 9000 | Clickhouse | <Linkto="/development/devservices/">Devservice</Link> `clickhouse`. Database for Snuba.
14
+
| 9009 | Clickhouse | <Linkto="/development/devservices/">Devservice</Link> `clickhouse`. Database for Snuba.
14
15
| 8123 | Clickhouse |
15
16
| 9009 | Clickhouse |
16
17
| 3021 | Symbolicator | <Linkto="/development/devservices/">Devservice</Link> `symbolicator`. For processing stacktraces.
17
18
| 1218 | [Snuba][] | <Linkto="/development/devservices/">Devservice</Link> `snuba`. For searching events.
18
19
| 1219 | [Snuba][] admin | Not part of devservices setup, but running `snuba admin` will listen on this port.
19
-
| 9092 | Kafka | <Linkto="/development/devservices/">Devservice</Link> `kafka`. for relay-sentry communication and optionally for sentry-snuba communication
| 6379 | Redis | <Linkto="/development/devservices/">Devservice</Link> `redis` (or perhaps installed via Homebrew in rustier setups), responsible for caches, relay projectconfigs and Celery queues
21
23
| 5432 | Postgres | <Linkto="/development/devservices/">Devservice</Link> `postgres` (or perhaps installed via Homebrew in rustier setups)
22
24
| 7899 | [Relay][] | <Linkto="/development/devservices/">Devservice</Link> `relay`. Serves APIs for SDKs to send events to (aka event ingestion). Webpack on 8000 reverse-proxies to this server. Starts/stops with `sentry devserver`.
@@ -31,6 +33,7 @@ The following is a non-exhaustive list of ports used by Sentry services or any d
31
33
| 9001 | `sentry run web` | Barebones frontend without webpack or Relay. <Linkto="/development/environment/">Sentry Dev</Link> is likely better. **Conflicts with Sentry Dev Styleguide server.**
32
34
| 8000 | [Relay][] mkdocs documentation | At some point this is going to get merged into our existing docs repos. **Conflicts with Sentry Dev.**
33
35
| 50051 | Taskbroker | <Linkto="/backend/application-domains/tasks/">taskbroker</Link> gRPC interface for taskbroker.
0 commit comments