Skip to content

Mark Hidden

Mark as Hidden

The mark_hidden rule marks channels as hidden from metrics and logs.

YAML Structure

mark_hidden:
  condition: {}

Fields

Field Type Required Description
condition Condition Yes Which channels will be hidden

Example

channel_rules:
  - mark_hidden:
      condition:
        clients: ["top-client"]