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

[DPE-2935] Integrating Prometheus Exporter #145

Merged
merged 15 commits into from
Dec 6, 2023

Commits on Nov 21, 2023

  1. Adding Prometheus exporter

    juditnovak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ce27bb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Plugins will receive more information from the charm:

    * Charm config
    * OpenSearch version
    
    With these options, it is possible to have an external URL passed as configuration parameter to the charm. The plugin class loads that config, resolves the version and returns a custom install_path.
    
    Original functionality persists: if the charm does not implement new install_path property, then it returns plugin name.
    phvalguima authored and juditnovak committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    868b1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee96c72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94bcbc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cf3ce7 View commit details
    Browse the repository at this point in the history
  5. COS relation

    juditnovak committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    f57cde6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66fd5cb View commit details
    Browse the repository at this point in the history
  7. Integration tests

    juditnovak committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    7a3aba9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c55f124 View commit details
    Browse the repository at this point in the history
  9. Adding COS agent library

    juditnovak committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8b86efc View commit details
    Browse the repository at this point in the history
  10. New dependency: cosl

    juditnovak committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    963a46b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5fc7403 View commit details
    Browse the repository at this point in the history
  12. Pedro's changes

    juditnovak committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8453fbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df083e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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