zfs_arc plugin: Introduce the single-valued "cache_eviction" type.
[collectd.git] / src / write_graphite.c
index e59572b..d6583a7 100644 (file)
@@ -621,6 +621,7 @@ static int wg_config_carbon (oconfig_item_t *ci)
     cb->prefix = NULL;
     cb->postfix = NULL;
     cb->escape_char = WG_DEFAULT_ESCAPE;
+    cb->store_rates = 1;
 
     pthread_mutex_init (&cb->send_lock, /* attr = */ NULL);