digitalocean / ceph_exporter

Prometheus exporter that scrapes meta information about a ceph cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collect Metrics using Ceph Exporter without exposing it on port

johnwalker511 opened this issue · comments

I want to just collect metrics using Ceph Exporter Methodology and use those values for other purpose but I do not want to expose it on localhost:9128. How it can be done using Ceph Exporter Functions or Methods defined here as dependency in other project.

commented

Ceph exporter hasn't been designed for this use case. You'd be better of directly utilizing go-ceph while using our code as a reference for whatever it is you might want to accomplish.