Tags: Recfive/client_ruby
Tags
v0.7.0 - [CHANGE] Rewrite Rack middlewares - Renamed middlewares to Prometheus::Middleware::* - Collector uses histogram instead of summary - Adjusted Collector metrics to adhere to our best practices - Reduced Collector label cardinality by default - See prometheus#32 - [FEATURE] Add support for pushgateway deletes - [FEATURE] Allow pushing metrics via TLS - [ENHANCEMENT] Improve example application and docs - [ENHANCEMENT] Remove extra Proc allocation from metrics sync - [BUGFIX] Handle setting a gauge value to nil - [BUGFIX] Validate metric name format
v0.5.0 - [CHANGE] Adjust default HTTP metric names `http_request_durations_microseconds` to `http_request_duration_seconds` - [CHANGE] Remove deprecated JSON exposition format - [CHANGE] Remove deprecated Counter#decrement - [ENHANCEMENT] Document recommended usage of gzip middleware - [ENHANCEMENT] Add host to labels of default HTTP metrics
Version 0.3.0 Changes: * Move metric metadata from registry to metrics * Rename special `name` label to `__name__` * Prevent usage of reserved label names starting with `__` * Forbid varying label sets Features: * Allow labels configuration in Rack middleware (thanks @porras) * Add support for text format * Implement Pushgateway support Misc: * Add Content-Type negotiation * Clean up Ruby code * Add full test coverage Full changeset: prometheus/client_ruby@v0.2.0...v0.3.0
PreviousNext