概要
- フル名
docker.io/elastic/apm-server- Registry
- docker.io
- 名前空間
- elastic
- リポジトリ
- apm-server
- キャッシュ Tag 数
- 290
- 最終同期
- 07/06/2026, 05:25 AM
- 関連トピック
概要
Elastic APM Server 镜像,接收应用链路追踪数据并写入 Elasticsearch,适合微服务可观测性栈中心组件。
詳細
elastic/apm-server 运行 Elastic APM intake 服务,接收 OpenTelemetry/Elastic Agent 上报的 trace 与 metric。定位为 APM exporter HTTP 服务,需 Elasticsearch 集群地址;K8s Deployment + ServiceMonitor 供应用 SDK 上报。
快速启动
docker run -d --name apm-server \
-p 8200:8200 \
-e ELASTICSEARCH_HOSTS=http://elasticsearch:9200 \
docker.io/elastic/apm-server:latest
推荐实践
docker run -d --name apm-server \
--restart unless-stopped \
-p 8200:8200 \
-e ELASTICSEARCH_HOSTS=http://es.internal:9200 \
-e SECRET_TOKEN=changeme \
docker.io/elastic/apm-server:8.12.0
核心参数说明
-p 8200:8200— APM intake HTTP 端口-e ELASTICSEARCH_HOSTS— ES 集群地址-e SECRET_TOKEN— Agent 认证令牌(高敏)- 固定 tag — Elastic Stack pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: apm-server
spec:
replicas: 2
selector:
matchLabels:
app: apm-server
template:
metadata:
labels:
app: apm-server
spec:
containers:
- name: apm
image: docker.io/elastic/apm-server:8.12.0
ports:
- containerPort: 8200
envFrom:
- secretRef:
name: apm-secrets
---
apiVersion: v1
kind: Service
metadata:
name: apm-server
spec:
selector:
app: apm-server
ports:
- port: 8200
targetPort: 8200
Elasticsearch 独立集群;ECK Operator 推荐部署。
最新 Tag(20 件)
すべての 290 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/elastic/apm-server :8.19.17 | linux/amd64linux/arm64 | 2026/06/23 16:28 | 62.8 MB | sha256:6d648287fc3d… | |||
docker.io/elastic/apm-server :9.3.6 | linux/amd64linux/arm64 | 2026/06/23 16:25 | 19.9 MB | sha256:0ad36f7ec9ba… | |||
docker.io/elastic/apm-server :8.19.16 | linux/amd64linux/arm64 | 2026/05/28 20:16 | 62.8 MB | sha256:aa87f2b4b30c… | |||
docker.io/elastic/apm-server :9.4.2 | linux/amd64linux/arm64 | 2026/05/28 20:15 | 20.4 MB | sha256:24030a8c8459… | |||
docker.io/elastic/apm-server :9.3.5 | linux/amd64linux/arm64 | 2026/05/28 20:14 | 19.9 MB | sha256:d9c41bca46ac… | |||
docker.io/elastic/apm-server :9.4.1 | linux/amd64linux/arm64 | 2026/05/12 21:41 | 20.4 MB | sha256:f2c2902fca9a… | |||
docker.io/elastic/apm-server :9.4.0 | linux/amd64linux/arm64 | 2026/05/05 16:53 | 20.4 MB | sha256:31d748973eec… | |||
docker.io/elastic/apm-server :8.19.15 | linux/amd64linux/arm64 | 2026/04/30 21:49 | 62.7 MB | sha256:aa40ef279c77… | |||
docker.io/elastic/apm-server :9.3.4 | linux/amd64linux/arm64 | 2026/04/30 21:44 | 19.9 MB | sha256:1da081b3a393… | |||
docker.io/elastic/apm-server :8.19.14 | linux/amd64linux/arm64 | 2026/04/08 18:19 | 62.6 MB | sha256:ebd21abafa40… | |||
docker.io/elastic/apm-server :9.2.8 | linux/amd64linux/arm64 | 2026/04/08 18:10 | 19.9 MB | sha256:f2da65fa0f42… | |||
docker.io/elastic/apm-server :9.3.3 | linux/amd64linux/arm64 | 2026/04/08 18:06 | 19.9 MB | sha256:9d6f8d204ad2… | |||
docker.io/elastic/apm-server :9.3.2 | linux/amd64linux/arm64 | 2026/03/19 18:48 | 19.8 MB | sha256:c86e9c3b9d4c… | |||
docker.io/elastic/apm-server :8.19.13 | linux/amd64linux/arm64 | 2026/03/19 18:03 | 62.4 MB | sha256:428c16659b84… | |||
docker.io/elastic/apm-server :9.2.7 | linux/amd64linux/arm64 | 2026/03/19 17:59 | 19.9 MB | sha256:73728769f0fa… | |||
docker.io/elastic/apm-server :9.3.1 | linux/amd64linux/arm64 | 2026/02/26 19:23 | 19.6 MB | sha256:40ad994f5f1c… | |||
docker.io/elastic/apm-server :9.2.6 | linux/amd64linux/arm64 | 2026/02/26 18:35 | 19.7 MB | sha256:ba8928ecffcb… | |||
docker.io/elastic/apm-server :8.19.12 | linux/amd64linux/arm64 | 2026/02/26 18:20 | 62.1 MB | sha256:22bcd43686d8… | |||
docker.io/elastic/apm-server :8.19.11 | linux/amd64linux/arm64 | 2026/02/03 19:52 | 62.7 MB | sha256:913a29ba4716… | |||
docker.io/elastic/apm-server :9.2.5 | linux/amd64linux/arm64 | 2026/02/03 18:39 | 19.8 MB | sha256:d5f600747ea4… |