Skip to content

Commit 75312c3

Browse files
authored
Update cadvisor.rb
1 parent f81dd6e commit 75312c3

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

lib/prometheus/api_client/cadvisor.rb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@ module ApiClient
88
# Client contains the implementation for a Prometheus compatible api_client,
99
# With special labels for the cadvisor job.
1010
module Cadvisor
11-
# Create a Prometheus API client:
12-
#
13-
# @param [Hash] options
14-
# @option options [String] :url Server base URL.
15-
# @option options [Hash] :params URI query unencoded key/value pairs.
16-
# @option options [Hash] :headers Unencoded HTTP header key/value pairs.
17-
# @option options [Hash] :request Request options.
18-
# @option options [Hash] :ssl SSL options.
19-
# @option options [Hash] :proxy Proxy options.
20-
#
21-
# A default client is created if options is omitted.
11+
# A client with special labels for node cadvisor metrics
2212
class Node < Client
2313
def initialize(options = {})
2414
instance = options[:instance]

0 commit comments

Comments
 (0)