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
Copy file name to clipboardExpand all lines: mission-control/docs/guide/config-db/concepts/plugins.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,14 @@ sidebar_custom_props:
4
4
icon: octicon:gear
5
5
---
6
6
7
-
Scrape Plugins are resources that modify the behavior of other scrapers.
8
-
They can transform changes, add properties to configs, and even set up relationships between configs.
7
+
Scrape Plugins are resources that modify the behavior of other scrapers.
8
+
They can transform changes, add properties to configs, and even set up relationships between configs.
9
9
These behaviors can also be defined on a ScrapeConfig, but using a scrape plugin makes them global, eliminating the need to define them in all scrapers.
10
10
11
11
For example, if you want to exclude all events with severity="info", a scrape plugin can help you achieve that.
@@ -46,7 +47,7 @@ For example, if you want to exclude all events with severity="info", a scrape pl
46
47
When you encounter a diff change, unlike an event-based change, it can sometimes appear unclear. The summary of the change may not immediately indicate its purpose.
47
48
For example, the change 'status.images' might not be self-explanatory. To clarify this, you can assign types to these diff changes using mapping.
0 commit comments