Skip to content

Update prometheus/client_golang and prometheus/procfs#161

Merged
bboreham merged 1 commit intoweaveworks:masterfrom
codesome:vendor
Jul 14, 2019
Merged

Update prometheus/client_golang and prometheus/procfs#161
bboreham merged 1 commit intoweaveworks:masterfrom
codesome:vendor

Conversation

@codesome
Copy link

With this, prometheus.Handler() became promhttp.Handler().

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
@bboreham
Copy link
Collaborator

If I'm reading this right there are major changes in metrics output, but only for requests to /metrics:

// http_requests_total (CounterVec), http_request_duration_microseconds (Summary),
// http_request_size_bytes (Summary), http_response_size_bytes (Summary).

becomes:

// A counter vector "promhttp_metric_handler_requests_total" to count
// scrapes partitioned by HTTP status code, and a gauge
// "promhttp_metric_handler_requests_in_flight" to track the number of
// simultaneous sc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants