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: siimon/prom-client
base: e29a1721f442973eb733cafedb2ed6de82b0c7e5
Choose a base ref
...
head repository: siimon/prom-client
compare: f817dd387faa0f3881d982dbe62c0783672b62d9
Choose a head ref
  • 15 commits
  • 22 files changed
  • 9 contributors

Commits on Feb 1, 2021

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

Commits on May 6, 2021

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

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    bfeabc2 View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    FabienChaynes authored and zbjornson committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    216e2b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8bbc7 View commit details
    Browse the repository at this point in the history
  4. remove process.platform mock

    jamsinclair authored and zbjornson committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    9d5b7f8 View commit details
    Browse the repository at this point in the history
  5. added histogram example with observe method using labels

    Waqas Hassan authored and zbjornson committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    436a674 View commit details
    Browse the repository at this point in the history
  6. Use entry.details.kind if exists fallback entry.kind

    Node 16 moved the PerformancyEntry.
    See https://nodejs.org/docs/latest-v16.x/api/deprecations.html#deprecations_dep0152_extension_performanceentry_properties
    
    Remove `buffered` observe option
    
    This option has been removed in Node 16:
    https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#perf_hooks_performanceobserver_observe_options
    
    This was redundant in Node <16 because `false` was already the default:
    https://nodejs.org/docs/latest-v15.x/api/perf_hooks.html#perf_hooks_performanceobserver_observe_options
    
    > buffered <boolean> … Default: false.
    
    Remove buffering comment
    sirreal authored and zbjornson committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    c31ccec View commit details
    Browse the repository at this point in the history
  7. Set aggregation method for newer event loop metrics

    These are not entirely accurate: they're the "mean of the mean" and "mean of percentiles," but that's as good as we can get.
    
    Fixes #418
    zbjornson committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    a972f0c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. In gauge.inc/dec, default to 1 only if no arg is passed

    Calling `.inc(value)` with a dynamic value that may be 0 or 1 will always cause to increase metrics by 1. This is very problematic and may distort the metrics in a non obvious way
    dapplion authored and zbjornson committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    83cb173 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. docs: fix config reference for collectDefaultMetrics

    The docs for `collectDefaultMetrics` mention that the config object accepts a
    `registry`, but the property is actually `register`.
    mdeltito authored and zbjornson committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    2335e00 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    66f50b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65cef4c View commit details
    Browse the repository at this point in the history
  3. Shorten some util code

    zbjornson committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    5fb2355 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. v13.2.0

    zbjornson committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f817dd3 View commit details
    Browse the repository at this point in the history