概要
- フル名
docker.io/signoz/signoz-otel-collector- Registry
- docker.io
- 名前空間
- signoz
- リポジトリ
- signoz-otel-collector
- キャッシュ Tag 数
- 479
- 最終同期
- 07/13/2026, 01:09 PM
概要
SigNoz OpenTelemetry Collector 镜像,可观测性数据接收/处理/导出组件,Traces/Metrics/Logs 采集管道 SigNoz 后端配套。
詳細
signoz/signoz-otel-collector 运行 SigNoz 定制 OpenTelemetry Collector,接收 OTLP 数据并处理后写入 SigNoz 后端。定位为 OTel 采集 Sidecar/Gateway,与 signoz 查询 UI 配合;微服务链路追踪、Metrics 汇聚或替代独立 otel-collector 的 SigNoz 优化构建。
快速启动
docker run -d --name signoz-otel-collector \
-p 4317:4317 -p 4318:4318 \
-e SIGNOZ_ENDPOINT=http://signoz:8080 \
docker.io/signoz/signoz-otel-collector:latest
推荐实践
docker run -d --name signoz-otel-collector \
--restart unless-stopped \
-p 4317:4317 -p 4318:4318 \
-v /etc/otel-collector-config.yaml:/etc/otel/config.yaml \
docker.io/signoz/signoz-otel-collector:0.111.0
核心参数说明
-p 4317— OTLP gRPC 接收-p 4318— OTLP HTTP 接收- 配置 — otel-collector-config.yaml
- 配对 — SigNoz 后端 + ClickHouse
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: signoz-otel-collector
spec:
replicas: 2
selector:
matchLabels:
app: signoz-otel-collector
template:
metadata:
labels:
app: signoz-otel-collector
spec:
containers:
- name: collector
image: docker.io/signoz/signoz-otel-collector:0.111.0
ports:
- containerPort: 4317
- containerPort: 4318
volumeMounts:
- name: config
mountPath: /etc/otel
volumes:
- name: config
configMap:
name: otel-collector-config
---
apiVersion: v1
kind: Service
metadata:
name: signoz-otel-collector
spec:
selector:
app: signoz-otel-collector
ports:
- name: otlp-grpc
port: 4317
targetPort: 4317
- name: otlp-http
port: 4318
targetPort: 4318
DaemonSet 节点采集或 Gateway 模式;ConfigMap 存配置。
最新 Tag(20 件)
すべての 479 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/signoz/signoz-otel-collector :latest-linux-arm64 | linux/arm64 | 2026/07/01 20:59 | 170.4 MB | sha256:a5fbc3539cc1… | |||
docker.io/signoz/signoz-otel-collector :latest-linux-amd64 | linux/amd64 | 2026/07/01 20:58 | 183.9 MB | sha256:4c241eb80c38… | |||
docker.io/signoz/signoz-otel-collector :latest | linux/amd64linux/arm64 | 2026/07/01 20:58 | 183.9 MB | sha256:4c241eb80c38… | |||
docker.io/signoz/signoz-otel-collector :v0.144.6-rc.2 | linux/amd64linux/arm64 | 2026/07/01 20:57 | 183.9 MB | sha256:8a61a271e108… | |||
docker.io/signoz/signoz-otel-collector :v0.144.6-rc.2-linux-arm64 | linux/arm64 | 2026/07/01 20:56 | 170.4 MB | sha256:0324754a91e4… | |||
docker.io/signoz/signoz-otel-collector :v0.144.6-rc.2-linux-amd64 | linux/amd64 | 2026/07/01 20:56 | 183.9 MB | sha256:8a61a271e108… | |||
docker.io/signoz/signoz-otel-collector :v0.144.6-rc.1 | linux/amd64linux/arm64 | 2026/06/24 17:27 | 183.9 MB | sha256:24c8fe96b758… | |||
docker.io/signoz/signoz-otel-collector :v0.144.6-rc.1-linux-arm64 | linux/arm64 | 2026/06/24 17:26 | 170.4 MB | sha256:1754ab5fb7b2… | |||
docker.io/signoz/signoz-otel-collector :v0.144.6-rc.1-linux-amd64 | linux/amd64 | 2026/06/24 17:26 | 183.9 MB | sha256:24c8fe96b758… | |||
docker.io/signoz/signoz-otel-collector :v0.144.5 | linux/amd64linux/arm64 | 2026/05/31 19:09 | 183.9 MB | sha256:4c241eb80c38… | |||
docker.io/signoz/signoz-otel-collector :v0.144.5-linux-arm64 | linux/arm64 | 2026/05/31 19:08 | 170.4 MB | sha256:a5fbc3539cc1… | |||
docker.io/signoz/signoz-otel-collector :v0.144.5-linux-amd64 | linux/amd64 | 2026/05/31 19:07 | 183.9 MB | sha256:4c241eb80c38… | |||
docker.io/signoz/signoz-otel-collector :v0.144.5-rc.1 | linux/amd64linux/arm64 | 2026/05/29 23:07 | 183.9 MB | sha256:e42f9c8a67a9… | |||
docker.io/signoz/signoz-otel-collector :v0.144.5-rc.1-linux-arm64 | linux/arm64 | 2026/05/29 23:05 | 170.4 MB | sha256:198dd7267fdd… | |||
docker.io/signoz/signoz-otel-collector :v0.144.5-rc.1-linux-amd64 | linux/amd64 | 2026/05/29 23:05 | 183.9 MB | sha256:e42f9c8a67a9… | |||
docker.io/signoz/signoz-otel-collector :v0.144.4 | linux/amd64linux/arm64 | 2026/05/06 23:37 | 183.8 MB | sha256:9b2cc1a07772… | |||
docker.io/signoz/signoz-otel-collector :v0.144.4-linux-arm64 | linux/arm64 | 2026/05/06 23:35 | 170.4 MB | sha256:42727e4be83e… | |||
docker.io/signoz/signoz-otel-collector :v0.144.4-linux-amd64 | linux/amd64 | 2026/05/06 23:35 | 183.8 MB | sha256:9b2cc1a07772… | |||
docker.io/signoz/signoz-otel-collector :v0.144.3 | linux/amd64linux/arm64 | 2026/04/21 16:13 | 183.8 MB | sha256:f2e229351fdb… | |||
docker.io/signoz/signoz-otel-collector :v0.144.3-linux-arm64 | linux/arm64 | 2026/04/21 16:12 | 170.4 MB | sha256:03006a3d4206… |