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: NixOS/nixpkgs
base: 2df0a3e45304
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bfd706923e4d
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on May 19, 2020

  1. prometheus: Split options listenAddress and port

    Accessing the configured port of a service is quite useful, for example
    when configuring virtual hosts for a service. The prometheus module did
    not expose the configured por separately, making it unnecessarily
    cumbersome to consume.
    
    This is a breaking change only if you were setting `listenAddress` to
    a non-standard value. If you were, you should now set `listenAddress`
    and `port` separately.
    Christian Höppner committed May 19, 2020
    Copy the full SHA
    ba3c3de View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Copy the full SHA
    5d2a465 View commit details
    Browse the repository at this point in the history
  2. 1
    Copy the full SHA
    e1d80de View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Merge pull request #87700 from serokell/mkaito/upstream/prometheus-port

    prometheus: Split options listenAddress and port
    Lassulus committed Aug 23, 2020
    Copy the full SHA
    bfd7069 View commit details
    Browse the repository at this point in the history