Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

PMM-9993 Add support to set web.listen-address #381

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 10, 2022

  1. PMM-9993 Add support to set web.listen-address

    * Added `--exporter-listen-address` option
    * Added `config.ExporterAddress`, stored in the config under
      `exporter-listen-address`
    * Added `supervisor.Supervisor.exporterAddress` to refer to
      `config.ExporterAddress`
    * Dynamically rewrite any `web.listen-address` that do not have a
      specified address (`=:`)
    cezmunsta committed May 10, 2022
    Configuration menu
    Copy the full SHA
    3e95174 View commit details
    Browse the repository at this point in the history
  2. Fixed comments

    cezmunsta committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f618ea1 View commit details
    Browse the repository at this point in the history
  3. Fixed line-length

    cezmunsta committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c04d986 View commit details
    Browse the repository at this point in the history