← Back to team overview

graphite-dev team mailing list archive

[Question #217371]: Multiple servers = multiple storage schemas ?

 

New question #217371 on Graphite:
https://answers.launchpad.net/graphite/+question/217371

Hi there,
I'm a total Graphite rookie.
I have a question. If I want to gather let's say load avg from let's sat 10 servers. Do I need to define separate schema for each of them in storage-schemas.conf  or will Graphite store these separately automatically so that I can graph them separately ?
I mean will this be enough to gather data for all servers sending this stat:

[garbage_collection]
pattern = garbageCollections$
retentions = 10s:14d

Or do I have to have a regexp and separate schema for each of the servers ie:

[garbage_collection_w1]
pattern = w1.garbageCollections$
retentions = 10s:14d

[garbage_collection_w2]
pattern = w2.garbageCollections$
retentions = 10s:14d
....

Thanks!

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.


Follow ups