We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6090731 commit ce7b644Copy full SHA for ce7b644
lib/prometheus/api_client/cadvisor.rb
@@ -23,7 +23,8 @@ class Node < Client
23
def initialize(options = {})
24
instance = options[:instance]
25
26
- @labels = "job=\"kubernetes-cadvisor\",instance=\"#{instance}\""
+ @labels = "job=\"kubernetes-cadvisor\",instance=\"#{instance}\"," \
27
+ 'id="/"'
28
super(options)
29
end
30
0 commit comments