Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OraclePlugin ¶
type OraclePlugin interface { // GetPluginFactory return the ocr2types.ReportingPluginFactory object for the given Plugin. GetPluginFactory() (plugin ocr2types.ReportingPluginFactory, err error) // GetServices returns any additional services that the plugin might need. This can return an empty slice when // there are no additional services needed. GetServices() (services []job.ServiceCtx, err error) }
OraclePlugin is the interface that every OCR2 plugin needs to implement to be able to run from the generic OCR2.Delegate ServicesForSpec method.
Directories ¶
Path | Synopsis |
---|---|
ocr2vrf
|
|
promwrapper wraps another OCR2 reporting plugin and provides standardized prometheus metrics for each of the OCR2 phases (Query, Observation, Report, ShouldAcceptFinalizedReport, ShouldTransmitAcceptedReport, and Close).
|
promwrapper wraps another OCR2 reporting plugin and provides standardized prometheus metrics for each of the OCR2 phases (Query, Observation, Report, ShouldAcceptFinalizedReport, ShouldTransmitAcceptedReport, and Close). |
Click to show internal directories.
Click to hide internal directories.