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 ce7b644 commit d05dae6Copy full SHA for d05dae6
README.md
@@ -80,6 +80,7 @@ prometheus.label('__name__')
80
```ruby
81
82
# create a client for cAdvisor metrics of a Node instance 'example.com'
83
+# connected to a Prometheus server listening on http://example.com:8080
84
prometheus = Prometheus::ApiClient::Cadvisor::Node.new(
85
instance: 'example.com',
86
url: 'http://example.com:8080',
0 commit comments