lib/norikra/client.rb in norikra-client-0.1.5 vs lib/norikra/client.rb in norikra-client-1.0.0
- old
+ new
@@ -72,7 +72,11 @@
# {'query_name' => [ [time, event], ... ]}
def sweep(query_group=nil)
@client.call(:sweep, query_group)
end
+
+ def logs
+ @client.call(:logs)
+ end
end
end