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

api: refactor scrape objects params #1044

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Commits on Jul 24, 2024

  1. api: refactor scrape objects params

    Introduce new types:
    - EndpointScrapeParams
    - EndpointAuth
    - EndpointRelabelings
    It allows to generate configuration file with common functions, eliminate need of copy-paste.
    Adding of new functionality should easier and less buggy.
    
    Updates .gitignore with proper scope for repository root folders, like /build, instead of build*. Because it clashes with actual code path.
    
    #522
    
    Signed-off-by: f41gh7 <[email protected]>
    f41gh7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bb39c86 View commit details
    Browse the repository at this point in the history
  2. makes linter happy

    f41gh7 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    11ba2e1 View commit details
    Browse the repository at this point in the history