MetricsHub
MetricsHub Community Connectors 1.0.07
-
Home
- Connector Design Guide
Sources
Documentation under construction...
In a MetricsHub connector, the sources describe how to query the monitored system to retrieve the required data and metrics.
Format
Sources can be defined in one of three locations, depending on when they need to be executed:
- beforeAll Section: Sources specified here are executed before any monitoring job begins, setting up the connections or performing preparatory actions needed for subsequent tasks.
- afterAll Section: Sources defined here are executed after all monitoring jobs are completed, typically used for cleanup, session termination, or post-processing.
- Monitoring Job Section: Sources included directly within a specific monitoring
<job>
(e.g.,discovery
,collect
, orsimple
) are executed as part of that job's workflow, tailored to the specific requirements of the job.
connector:
# ...
beforeAll: # <object>
<sourceKey>: # <source-object>
monitors:
<monitorType>: # <object>
<job>: # <object>
sources: # <object>
<sourceKey>: # <source-object>
afterAll: # <object>
<sourceKey>: # <source-object>
Under each source we can define a set of computes. Refer to the Computes Section[1] page for more details.
Search Results for {{siteSearch | truncate:'50'}}
{{resultArray.length}}
No results.