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

feat: improved karafka plugin for insights #625

Merged
merged 18 commits into from
Oct 29, 2024
Merged

Commits on Oct 11, 2024

  1. [feat] improved karafka events and metrics

    This implements a new Karafka subscriber that monitors more relevant
    events. The subscriber will then emit events and metrics where
    applicable.
    
    This also includes new configuration parameters that let you enable and
    disable Karafka specific Insights data. These are enabled by default.
    
    ```
    karafka:
      insights:
        events: [boolean] # allow plugin to emit events from monitor
        metrics: [boolean] # allow plugin to emit metrics from monitor
    ```
    roelbondoc committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7d2c43b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06d228 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

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

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

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

    roelbondoc committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e6e3903 View commit details
    Browse the repository at this point in the history
  3. Add aggregated topic stats

    roelbondoc committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    23698ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d90f27f View commit details
    Browse the repository at this point in the history
  5. Fix bug

    roelbondoc committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c13eafc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Refactor

    roelbondoc committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a9de1cb View commit details
    Browse the repository at this point in the history
  2. More refactoring

    roelbondoc committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    976d9b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c815397 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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