nginx_exporter

Simple server that scrapes nginx stats and exports them via HTTP for Prometheus consumption

  • 所有者: discordianfish/nginx_exporter
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Nginx Exporter for Prometheus

This Prometheus Exporter retrieves nginx stats and exports them via HTTP for Prometheus
consumption.

To run it:

./nginx_exporter [flags]

Help on flags:

./nginx_exporter --help

Using Docker

docker pull fish/nginx-exporter

docker run -d -p 9113:9113 fish/nginx-exporter \
    -nginx.scrape_uri=http://172.17.42.1/nginx_status

In production you should use a tagged release:
https://hub.docker.com/r/fish/nginx-exporter/tags/

Alternatives

While nginx natively only provides the small set of metrics this exporter
provides, nginx-module-vts
adds extensive metrics that can be consumed by:

主要指标

概览
名称与所有者discordianfish/nginx_exporter
主编程语言Go
编程语言Go (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2014-08-15 15:25:03
推送于2022-08-09 12:27:49
最后一次提交2022-08-09 14:27:49
发布数2
最新版本名称v0.1.1 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数160
关注者数8
派生数76
提交数31
已启用问题?
问题数16
打开的问题数1
拉请求数12
打开的拉请求数1
关闭的拉请求数11
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?