lib/naf.rb in naf-2.1.12 vs lib/naf.rb in naf-2.1.13
- old
+ new
@@ -43,9 +43,17 @@
def simple_cluster_authenticator_cookie_expiration_time
configuration.simple_cluster_authenticator_cookie_expiration_time
end
+ def metric_tags
+ configuration.metric_tags
+ end
+
+ def metric_send_delay
+ configuration.metric_send_delay
+ end
+
def using_another_database?
model_class != ActiveRecord::Base
end
end
end