Prometheus v2.3.0 Release Notes

Release Date: 2018-06-05 // almost 6 years ago
    • [CHANGE] marathon_sd: use auth_token and auth_token_file for token-based authentication instead of bearer_token and bearer_token_file respectively.
    • [CHANGE] Metric names for HTTP server metrics changed
    • [FEATURE] Add query commands to promtool
    • ๐Ÿ”’ [FEATURE] Add security headers to HTTP server responses
    • [FEATURE] Pass query hints via remote read API
    • ๐Ÿ”ง [FEATURE] Basic auth passwords can now be configured via file across all configuration
    • โšก๏ธ [ENHANCEMENT] Optimize PromQL and API serialization for memory usage and allocations
    • ๐Ÿ’ป [ENHANCEMENT] Limit number of dropped targets in web UI
    • ๐ŸŽ [ENHANCEMENT] Consul and EC2 service discovery allow using server-side filtering for performance improvement
    • ๐Ÿ”ง [ENHANCEMENT] Add advanced filtering configuration to EC2 service discovery
    • ๐Ÿ‘ [ENHANCEMENT] marathon_sd: adds support for basic and bearer authentication, plus all other common HTTP client options (TLS config, proxy URL, etc.)
    • ๐Ÿ“‡ [ENHANCEMENT] Provide machine type metadata and labels in GCE service discovery
    • [ENHANCEMENT] Add pod controller kind and name to Kubernetes service discovery data
    • ๐Ÿณ [ENHANCEMENT] Move TSDB to flock-based log file that works with Docker containers
    • ๐Ÿ›  [BUGFIX] Properly propagate storage errors in PromQL
    • ๐Ÿ›  [BUGFIX] Fix path prefix for web pages
    • ๐Ÿ›  [BUGFIX] Fix goroutine leak in Consul service discovery
    • ๐Ÿ›  [BUGFIX] Fix races in scrape manager
    • ๐Ÿ›  [BUGFIX] Fix OOM for very large k in PromQL topk() queries
    • ๐Ÿ›  [BUGFIX] Make remote write more resilient to unavailable receivers
    • ๐Ÿ›  [BUGFIX] Make remote write shutdown cleanly
    • ๐Ÿ›  [BUGFIX] Don't leak files on errors in TSDB's tombstone cleanup
    • ๐Ÿ›  [BUGFIX] Unary minus expressions now removes the metric name from results
    • ๐Ÿ›  [BUGFIX] Fix bug that lead to wrong amount of samples considered for time range expressions