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: hipages/php-fpm_exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: hipages/php-fpm_exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 20, 2020

  1. chore: remove tagging from test workflow

    Tagging/Releasing will be refactored so it can be executed manually via `workflow_disaptch`.
    estahn authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    78a5898 View commit details
    Browse the repository at this point in the history
  2. chore: manual execution of release

    The release step is now manually triggered and not with each merge to master.
    estahn authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    a7d0c2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cb83fd View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. fix: high cardinality of pid_hash (#124)

    fixes #110 #76
    
    BREAKING CHANGE: `pid_hash` is being removed in favour of `child` to
    avoid high cardinality explosion. In turn this means processes and their
    state changes can't be identified anymore. If you're using this behaviour
    please open an issue.
    itcsoft54 authored and estahn committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    0d25732 View commit details
    Browse the repository at this point in the history
  2. docs: add itcsoft54 as a contributor (#125)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored and estahn committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    2f1d67a View commit details
    Browse the repository at this point in the history
  3. docs: add stargazers

    estahn committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    f55e097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1181deb View commit details
    Browse the repository at this point in the history
Loading