go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
801 stars 126 forks source link

[Q] add more kind of metrics from prometheus api #555

Open amewayne opened 1 year ago

amewayne commented 1 year ago

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!