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

Add multi-target support #618

Merged
merged 4 commits into from
Jul 29, 2022
Merged

Commits on Jul 28, 2022

  1. WIP: Add prelim multi-target support

    - Remove multi server support from new collector package
    - Add http handler for multi-target support
    
    Signed-off-by: Joe Adams <github@joeadams.io>
    sysadmind committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    713461d View commit details
    Browse the repository at this point in the history
  2. Add config module

    The config module supports adding configuration to the exporter via a config file. This supports adding authentication details in a config file so that /probe requests can specify authentication for endpoints
    
    Signed-off-by: Joe Adams <github@joeadams.io>
    sysadmind committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    cc751b7 View commit details
    Browse the repository at this point in the history
  3. cleanup and README

    Signed-off-by: Joe Adams <github@joeadams.io>
    
    Co-authored-by: Ben Kochie <superq@gmail.com>
    sysadmind and SuperQ committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8f8d220 View commit details
    Browse the repository at this point in the history
  4. Update cmd/postgres_exporter/main.go

    Signed-off-by: Joe Adams <github@joeadams.io>
    sysadmind committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    72430f8 View commit details
    Browse the repository at this point in the history