Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Question) Works with multiple go-carbon servers #207

Open
ghost opened this issue Dec 9, 2016 · 0 comments
Open

(Question) Works with multiple go-carbon servers #207

ghost opened this issue Dec 9, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 9, 2016

Hi

In our production we store metrics through several graphite-storages (actually they are go-caron).
Now we decide switch from graphite-web to graphite-api,
but we cannot setup graphite api for working with multiple go-carbon instances.
We trying define multiple go-carbon instances like this:

carbon:
  hosts:
    - 127.0.0.1:17002
    - 127.0.0.1:27002

but its not works for us...

For now our setup looks like this:

              graphite-web
 (configure for working with several storages)
                    |
go-carbon-01  go-carbon-02 ... go-carbon-NN

Can graphite-api be configured for such scheme without writing custom finders?
If can, may You provide configuration example?

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants