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

obsservice: creating Insights Pipeline #114802

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Commits on Nov 19, 2023

  1. obsservice: export statement insights to obs service

    When an Insights is detected, we store it in memory and
    also export it to Observability Service.
    
    This behaviour is controlled by a new cluster setting
    `sql.insights.export.enabled`. If the value is disabled, no
    data is exported.
    
    Epic: CC-25978
    
    Release note: None
    maryliag committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    78ce9b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. obsservice: creating Insights Pipeline

    Create basic structure for Insights Pipeline.
    Currently the Validator (always return that is valid)
    and Processor (just printing the value) are very simple.
    
    This commit is to introduce that structure so can be iterated on.
    
    Part Of CC-26215
    
    Release note: None
    maryliag committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9581fb1 View commit details
    Browse the repository at this point in the history