기존의 방법은 TreuNAS – Influx(Graphite)를 이용했었다. 그런데 세팅을 변경하는 과정에서 데이터가 들어오지 않았다. 그래서 간단한 방법을 다시 찾았다.
How To Expose Data For Prometheus?
I currently have Prometheus (+node_exporter), Netdata, and Grafana setup in a Jail on TrueNAS. (In the future I plan to put this container on it’s own server).
My question is, how exactly do I expose the data of the TrueNAS host to Prometheus (and Netdata) for metrics/logging purposes into…
My question is, how exactly do I expose the data of the TrueNAS host to Prometheus (and Netdata) for metrics/logging purposes into…
Graphite exporter를 이용해서 Influxdb를 이용하지 않고 바로 TrueNAS의 자료를 Prometheus로 처리하는 것이다.
sudo docker run -d -p 9108:9108 -p 2003:9109 prom/graphite-exporter
이렇게 하면 보다 간단하게 metrics을 수집할 수 있다.