Skip to content

Commit b1b2a38

Browse files
authored
ref: Update ports (#15031)
Add all the new ports I found on my machine
1 parent a9861c9 commit b1b2a38

File tree

1 file changed

+4
-1
lines changed
  • develop-docs/development-infrastructure/environment

1 file changed

+4
-1
lines changed

develop-docs/development-infrastructure/environment/ports.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ The following is a non-exhaustive list of ports used by Sentry services or any d
1111
| Port | Service | Description
1212
|:------|:-------------------------------------------|:-----------
1313
| 9000 | Clickhouse | <Link to="/development/devservices/">Devservice</Link> `clickhouse`. Database for Snuba.
14+
| 9009 | Clickhouse | <Link to="/development/devservices/">Devservice</Link> `clickhouse`. Database for Snuba.
1415
| 8123 | Clickhouse |
1516
| 9009 | Clickhouse |
1617
| 3021 | Symbolicator | <Link to="/development/devservices/">Devservice</Link> `symbolicator`. For processing stacktraces.
1718
| 1218 | [Snuba][] | <Link to="/development/devservices/">Devservice</Link> `snuba`. For searching events.
1819
| 1219 | [Snuba][] admin | Not part of devservices setup, but running `snuba admin` will listen on this port.
19-
| 9092 | Kafka | <Link to="/development/devservices/">Devservice</Link> `kafka`. for relay-sentry communication and optionally for sentry-snuba communication
20+
| 9092 | Kafka | <Link to="/development/devservices/">Devservice</Link> `kafka`.
21+
| 9093 | Kafka |
2022
| 6379 | Redis | <Link to="/development/devservices/">Devservice</Link> `redis` (or perhaps installed via Homebrew in rustier setups), responsible for caches, relay projectconfigs and Celery queues
2123
| 5432 | Postgres | <Link to="/development/devservices/">Devservice</Link> `postgres` (or perhaps installed via Homebrew in rustier setups)
2224
| 7899 | [Relay][] | <Link to="/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
3133
| 9001 | `sentry run web` | Barebones frontend without webpack or Relay. <Link to="/development/environment/">Sentry Dev</Link> is likely better. **Conflicts with Sentry Dev Styleguide server.**
3234
| 8000 | [Relay][] mkdocs documentation | At some point this is going to get merged into our existing docs repos. **Conflicts with Sentry Dev.**
3335
| 50051 | Taskbroker | <Link to="/backend/application-domains/tasks/">taskbroker</Link> gRPC interface for taskbroker.
36+
| 8969 | Sentry Spotlight |
3437

3538
## Finding out what's running on your machine
3639

0 commit comments

Comments
 (0)