If you want averageSince or anything else from the non-default persistence supply the name of the persistence store in the method call.
Foo.lastUpdate("rrd4j")
Foo.averageSince("MySQL")
...
If you want averageSince or anything else from the non-default persistence supply the name of the persistence store in the method call.
Foo.lastUpdate("rrd4j")
Foo.averageSince("MySQL")
...