ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/vesoft/nebula-stats-exporter:latest
linux/arm64 docker.io 请确认架构匹配

这是一个用于 NebulaGraph 数据库的统计信息导出器镜像。

它可以收集NebulaGraph的各种运行时指标,例如内存使用情况、CPU 使用率、网络 I/O 以及其他关键性能指标,方便用户监控NebulaGraph的运行状态。

通过将此镜像部署为 Docker 容器,您可以轻松地将NebulaGraph的统计数据导出到 Prometheus 等监控系统进行可视化和告警。

137
浏览次数
33.74MB
镜像大小
源镜像
docker.io/vesoft/nebula-stats-exporter:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64
镜像ID
sha256:2c1813462bd0fdd6e37d6c65853df8c9911ec7596892c6b6ee35ecb21d6c0906
镜像 TAG
latest-linuxarm64
镜像大小
33.74MB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/nebula-stats-exporter
工作目录
OS/平台
linux/arm64
镜像创建
2024-08-29T07:02:15.660547051Z
同步时间
2026-01-06 17:45
浏览量
137 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64  docker.io/vesoft/nebula-stats-exporter:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64  docker.io/vesoft/nebula-stats-exporter:latest

Shell快速替换命令

sed -i 's#vesoft/nebula-stats-exporter:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64  docker.io/vesoft/nebula-stats-exporter:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64  docker.io/vesoft/nebula-stats-exporter:latest'

镜像构建历史


# 2024-08-29 15:02:15  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/nebula-stats-exporter"]
                        
# 2024-08-29 15:02:15  26.08MB 复制新文件或目录到容器中
COPY bin/linux/arm64/nebula-stats-exporter / # buildkit
                        
# 2024-08-29 15:02:15  0.00B 定义构建参数
ARG TARGETARCH=arm64
                        
# 2024-08-29 15:02:15  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/arm64
                        
# 2023-06-15 04:48:58  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2023-06-15 04:48:58  7.66MB 
/bin/sh -c #(nop) ADD file:289c2fac17119508ced527225d445747cd177111b4a0018a6b04948ecb3b5e29 in / 
                        
                    

镜像信息

{
    "Id": "sha256:2c1813462bd0fdd6e37d6c65853df8c9911ec7596892c6b6ee35ecb21d6c0906",
    "RepoTags": [
        "vesoft/nebula-stats-exporter:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter:latest-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vesoft/nebula-stats-exporter@sha256:d74042161ad9d1fb147ad451f47c94832dc7d78312d13fdaf9ec79ac63af4e45"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-08-29T07:02:15.660547051Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/nebula-stats-exporter"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 33743855,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0c2796fc6f5ecda1fb846a47870a0d960e00649bc975e5952cda1a7ee181d2d2/diff",
            "MergedDir": "/var/lib/docker/overlay2/15bd659bbab2c60ae4e8d4b94d8cefcc97143925ebba00119e4421ccd9832cf7/merged",
            "UpperDir": "/var/lib/docker/overlay2/15bd659bbab2c60ae4e8d4b94d8cefcc97143925ebba00119e4421ccd9832cf7/diff",
            "WorkDir": "/var/lib/docker/overlay2/15bd659bbab2c60ae4e8d4b94d8cefcc97143925ebba00119e4421ccd9832cf7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:61f2871f545a9b23a9340f96b331fb660b43008a9e84a03ad8564271bce5743b",
            "sha256:0c69ea5c246eecaa4ddf9384c32401f88472cb235cc92e7d60c8aca701cc54cf"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-06T17:45:36.144502667+08:00"
    }
}

更多版本

docker.io/vesoft/nebula-stats-exporter:v3.3.0

linux/arm64 docker.io33.94MB2025-04-01 21:10
400

docker.io/vesoft/nebula-stats-exporter:latest

linux/amd64 docker.io34.30MB2026-01-06 17:43
234

docker.io/vesoft/nebula-stats-exporter:latest

linux/arm64 docker.io33.74MB2026-01-06 17:45
136
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×