镜像概览
- 完整引用
docker.io/getsentry/relay- Registry
- docker.io
- 命名空间
- getsentry
- 仓库
- relay
- 已缓存 Tag 数
- 3709
- 最近同步
- 07/05/2026, 09:05 PM
简介
Sentry Relay 事件摄取代理镜像,边缘过滤 PII 与限流后转发至 Sentry Server,自托管 Sentry 栈入口组件。
详细介绍
getsentry/relay 运行 Sentry Relay 事件代理,在边缘执行 PII 过滤、采样与限流后转发 error/event 至 Sentry upstream。定位为无状态事件摄取 API 服务,配置 RELAY_UPSTREAM 指向 Sentry;K8s Deployment 自托管 Sentry 边缘层。
快速启动
docker run -d --name relay \
-p 3000:3000 \
-e RELAY_UPSTREAM=http://sentry-web:9000 \
docker.io/getsentry/relay:latest
推荐实践
docker run -d --name relay \
--restart unless-stopped \
-p 3000:3000 \
-v /etc/relay:/work/.relay \
-e RELAY_UPSTREAM=http://sentry.internal:9000 \
docker.io/getsentry/relay:24.1.0
核心参数说明
-p 3000:3000— Relay 摄取 API-e RELAY_UPSTREAM— Sentry Server 地址-v .../relay:...— Relay 配置与密钥- 依赖 — Sentry 全栈组件
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: sentry-relay
spec:
replicas: 3
selector:
matchLabels:
app: sentry-relay
template:
metadata:
labels:
app: sentry-relay
spec:
containers:
- name: relay
image: docker.io/getsentry/relay:24.1.0
ports:
- containerPort: 3000
env:
- name: RELAY_UPSTREAM
value: http://sentry-web:9000
volumeMounts:
- name: config
mountPath: /work/.relay
volumes:
- name: config
configMap:
name: relay-config
---
apiVersion: v1
kind: Service
metadata:
name: sentry-relay
spec:
selector:
app: sentry-relay
ports:
- port: 3000
targetPort: 3000
Ingress 暴露 SDK 摄取端点;多副本水平扩展。
最新 Tag(20 条)
查看全部 3709 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/getsentry/relay :latest | linux/amd64linux/arm64 | 2026/04/16 02:55 | 31.9 MB | sha256:ef0abdf4a104… | |||
docker.io/getsentry/relay :26.4.0 | linux/amd64linux/arm64 | 2026/04/16 02:55 | 31.9 MB | sha256:ef0abdf4a104… | |||
docker.io/getsentry/relay :26.3.1 | linux/amd64linux/arm64 | 2026/03/18 03:28 | 31.8 MB | sha256:c1e3a329a2f0… | |||
docker.io/getsentry/relay :26.3.0 | linux/amd64linux/arm64 | 2026/03/17 00:35 | 31.7 MB | sha256:57a0b48b303c… | |||
docker.io/getsentry/relay :26.2.1 | linux/amd64linux/arm64 | 2026/02/21 08:40 | 30.8 MB | sha256:fb58ba60ce20… | |||
docker.io/getsentry/relay :26.2.0 | linux/amd64linux/arm64 | 2026/02/19 05:20 | 30.8 MB | sha256:8b7cdec292e8… | |||
docker.io/getsentry/relay :26.1.0 | linux/amd64linux/arm64 | 2026/01/16 05:53 | 32.0 MB | sha256:ee9de08a6956… | |||
docker.io/getsentry/relay :25.12.1 | linux/amd64linux/arm64 | 2025/12/24 00:35 | 31.9 MB | sha256:0fd2aebf0035… | |||
docker.io/getsentry/relay :25.12.0 | linux/arm64linux/amd64 | 2025/12/16 02:46 | 30.8 MB | sha256:1a74c79fd5c8… | |||
docker.io/getsentry/relay :25.11.1 | linux/amd64linux/arm64 | 2025/12/02 02:14 | 31.9 MB | sha256:751c54a7518f… | |||
docker.io/getsentry/relay :25.11.0 | linux/amd64linux/arm64 | 2025/11/18 03:29 | 31.3 MB | sha256:3ef98a0d68de… | |||
docker.io/getsentry/relay :25.10.0 | linux/amd64linux/arm64 | 2025/10/16 02:11 | 31.3 MB | sha256:4bccf8a4b21d… | |||
docker.io/getsentry/relay :25.9.0 | linux/amd64linux/arm64 | 2025/09/17 21:58 | 29.6 MB | sha256:f97156b813e6… | |||
docker.io/getsentry/relay :nightly | linux/amd64linux/arm64 | 2025/08/29 02:54 | 29.9 MB | sha256:e97eb9a1623e… | |||
docker.io/getsentry/relay :0c3fb3d7 | linux/amd64linux/arm64 | 2025/08/29 02:54 | 29.9 MB | sha256:e97eb9a1623e… | |||
docker.io/getsentry/relay :69cde538 | linux/amd64linux/arm64 | 2025/08/29 01:52 | 29.9 MB | sha256:08ed98a74364… | |||
docker.io/getsentry/relay :f2688fc5 | linux/amd64linux/arm64 | 2025/08/29 01:17 | 29.9 MB | sha256:3d8eb2fb0aa3… | |||
docker.io/getsentry/relay :debc7294 | linux/amd64linux/arm64 | 2025/08/28 20:36 | 29.9 MB | sha256:e1ff7ca1a210… | |||
docker.io/getsentry/relay :cc97d846 | linux/amd64linux/arm64 | 2025/08/28 20:06 | 29.9 MB | sha256:c1e5f504365f… | |||
docker.io/getsentry/relay :4fc4e54a | linux/amd64linux/arm64 | 2025/08/28 19:42 | 29.9 MB | sha256:52e11a821bc0… |