You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `config-db.flanksource.com/tags: "key1:val1,key2:val2"` | Attach custom tags to the object. A config can have as many as `5` tags, so keep the custom tags limited. |
123
-
| `config-db.flanksource.com/ignore: true` | Exclude the object from being scraped along with all of its changes. |
124
-
| `config-db.flanksource.com/ignore-changes: <pattern>` | Exclude changes by type for the given object that matches the pattern. |
125
-
| `config-db.flanksource.com/ignore-change-severity: <pattern>` | Exclude changes by severity for the given object that matches the pattern. |
126
-
127
-
### Pattern matching
128
-
129
-
Pattern matching suports the following operations
120
+
<Fields
121
+
rows={[
122
+
{
123
+
field: 'config-db.flanksource.com/tags',
124
+
description: 'Attach custom tags to the object. A config can have as many as `5` tags, so keep the custom tags limited.',
125
+
scheme: '`key1:val1,key2:val2`'
126
+
},
127
+
{
128
+
field: 'config-db.flanksource.com/ignore',
129
+
description: 'Exclude the object from being scraped along with all of its changes.',
0 commit comments