Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PromPHP/prometheus_client_php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1
Choose a base ref
...
head repository: PromPHP/prometheus_client_php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 6, 2023

  1. Backward compatiblity with older redis versions (#133)

    * Redis(NG) adapter: Added replicate command for backward compatiblity with redis version < 5
    
    Signed-off-by: Immanuel Klinkenberg <drieschel@yahoo.de>
    
    * Fixed blackbox tests
    
    Signed-off-by: Immanuel Klinkenberg <drieschel@yahoo.de>
    
    * Added PHPStan ignore error lines
    
    Signed-off-by: Immanuel Klinkenberg <drieschel@yahoo.de>
    
    * Test on multiple redis versions
    
    ---------
    
    Signed-off-by: Immanuel Klinkenberg <drieschel@yahoo.de>
    Co-authored-by: Lukas Kämmerling <github@lukas-kaemmerling.de>
    drieschel and LKaemmerling authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6f306e9 View commit details
    Browse the repository at this point in the history
  2. Fix PHP notice: Undefined index: samples (#128)

    * Fix PHP notice: Undefined index: samples
    
    collectHistograms() in the storage adapters does not define ['samples'] as the default array keys and as such a notice is thrown when the MetricFamilySamples::__construct($data) is called when no samples are available.
    
    * added space
    
    ---------
    
    Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    pluk77 and LKaemmerling authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    735ace7 View commit details
    Browse the repository at this point in the history
Loading