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

Dynamic integration registration system #278

Merged
merged 5 commits into from
Jan 5, 2021

Commits on Dec 11, 2020

  1. add dynamic integration registration system

    This commit adds a dynamic integration registration system similar to
    (and mostly copied from) Prometheus' SD registration mechanism.
    rfratto committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    de55825 View commit details
    Browse the repository at this point in the history
  2. fix lint error

    rfratto committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    22818c3 View commit details
    Browse the repository at this point in the history
  3. fix runtime errors

    rfratto committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    d7be616 View commit details
    Browse the repository at this point in the history
  4. refactor integrations

    1. Integration interface moved to integrations
    2. Integration Config interface now responsible for providing
       name/config
    rfratto committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    69fcba5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

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