Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Corryvreckan Corryvreckan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Corryvreckan
  • CorryvreckanCorryvreckan
  • Merge requests
  • !509

Merged
Created Feb 09, 2022 by Younes Otarid@yotaridContributor

Adding tag based event filtering

  • Overview 27
  • Commits 13
  • Pipelines 12
  • Changes 3

This merge request add a feature to the FilterEvents module that allows to filter events based on tag information.

  • The user should include theFilterEvents module and provide the filter_tagssetting as follow :
    - Range based filtering : the tag value is checked to be within a range specified in the configuration file as follows filter_tags = [ "tag_name" , "[minimum_value : maximum_value"] ]. The event is further analyzed if the value is within the range (value being always casted from string to double)
    - List based filtering : the tag value is checked to be matching the values specified in the configuration file as followsfilter_tags = [ "tag_name" , "value_1 , value_2 , ... , value_N" ]. The event is further analyzed if the value matches at least one value of the list.
Edited Feb 09, 2022 by Younes Otarid
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: tag_based_filtering