prometheus_scollector

An scollector (bosun.org OpenTSDB data collector) -> Prometheus gateway

  • 所有者: tgulacsi/prometheus_scollector
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Goal

Use bosun.org's mature machine statistics gatherer,
scollector (bosun.org/scollector) with prometheus.io's nice slim&sleek Hadoop-free storage.

Usage

go get github.com/tgulacsi/prometheus_scollector
prometheus_scollector -http=0.0.0.0:9107
scollector -h=<the-collector-machine>:9107

and don't forget to add a

job: {
	name: "scollector"
	target_group: {
		target: "http://the-collector-machine:9107/metrics"
	}
}

to your prometheus.conf.

Docker

I've copied the Dockerfile from Alexey Diyan's github.com/diyan/prom-scollector-exporter-docker - so you can use that directly.

主要指标

概览
名称与所有者tgulacsi/prometheus_scollector
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证Apache License 2.0
所有者活动
创建于2015-04-24 13:05:43
推送于2019-10-24 16:06:55
最后一次提交2019-10-24 18:06:54
发布数0
用户参与
星数29
关注者数5
派生数12
提交数14
已启用问题?
问题数3
打开的问题数0
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?