Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP notice: Undefined index: samples #128

Merged
merged 4 commits into from
Nov 6, 2023
Merged

Commits on Sep 15, 2023

  1. 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.
    pluk77 authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4296ff1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from pluk77/Fix-PHP-notice-Undefined-index-samples

    Fix PHP notice: Undefined index: samples
    pluk77 authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c44532b View commit details
    Browse the repository at this point in the history
  3. added space

    pluk77 authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    42557de View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    9ec80af View commit details
    Browse the repository at this point in the history