要查询 Prometheus 的版本,可以使用以下方法之一:
在 Prometheus 的 Web 界面中,点击左上角的 Prometheus 图标,然后选择“Status” > “Runtime & Build Information”,可以看到 Prometheus 的版本信息。
使用命令行工具在 Prometheus 服务器上运行以下命令:prometheus --version
,可以查看当前 Prometheus 的版本信息。
如果 Prometheus 是作为 Docker 容器运行的,可以使用以下命令查看容器的详细信息,包括版本号:docker inspect <container_id>
。
通过以上方法,可以方便地查询到 Prometheus 的版本信息。