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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?