go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Q] add more kind of metrics from prometheus api

amewayne opened this issue · comments

Hi,

go-carbon currently supports fetching carbonserver related metrics from prometheus http api which is provided starting from version 0.14.0.

So, I was wondering if it is possible add support of providing metrics like cache.metrics via prometheus http api. If not, what's the concern about it?

Thanks!