Method | Description | |
---|---|---|
Annotations ( GrafanaAdapters.AnnotationRequest request ) : Task
|
Queries openHistorian for annotations in a time-range (e.g., Alarms).
|
|
GrafanaDataService ( ) : System |
Creates a new instance of a GrafanaDataService.
|
|
Initialize ( ) : void |
Initializes the web service.
|
|
Query ( GrafanaAdapters.QueryRequest request ) : Task
|
Queries openHistorian as a Grafana data source.
|
|
Search ( GrafanaAdapters.Target request ) : Task |
Search openHistorian for a target.
|
|
TestDataSource ( ) : void |
Validates that openHistorian Grafana data source is responding as expected.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the GrafanaDataService object and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
Archive_MetadataUpdated ( object sender, |
public Annotations ( GrafanaAdapters.AnnotationRequest request ) : Task
|
||
request | GrafanaAdapters.AnnotationRequest | Annotation request. |
return | Task
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public Query ( GrafanaAdapters.QueryRequest request ) : Task
|
||
request | GrafanaAdapters.QueryRequest | Query request. |
return | Task
|
public Search ( GrafanaAdapters.Target request ) : Task |
||
request | GrafanaAdapters.Target | Search target. |
return | Task |