File tree Expand file tree Collapse file tree
lib/prometheus/api_client Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments