We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30138e commit 6175dfbCopy full SHA for 6175dfb
1 file changed
lib/prometheus/api_client/client.rb
@@ -22,7 +22,7 @@ def query_range(options)
22
run_command('query_range', options)
23
end
24
25
- def label(tag, options={})
+ def label(tag, options = {})
26
run_command("label/#{tag}/values", options)
27
28
0 commit comments