Click or drag to resize
Grid Solutions Framework

AnnotationExtensions Class

Grafana Annotation extensions class.
Inheritance Hierarchy
SystemObject
  GrafanaAdaptersAnnotationExtensions

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public static class AnnotationExtensions
View Source

The AnnotationExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodExtractQueryRequest Extracts a Grafana QueryRequest from an AnnotationRequest.
Public Extension MethodIsApplicable Determines if the data point is applicable for specified annotation type.
Public Extension MethodParseQueryType(Annotation, Boolean) Parses query expression from annotation for annotation type.
Public Extension MethodParseQueryType(AnnotationRequest, Boolean) Parses query expression from annotation request for annotation type.
Public Extension MethodParseSourceDefinitions(Annotation, AnnotationType, DataSet, Boolean) Parses source definitions for an annotation query.
Public Extension MethodParseSourceDefinitions(AnnotationRequest, AnnotationType, DataSet, Boolean) Parses source definitions for an annotation query.
Public Extension MethodPopulateResponse Populates an annotation response title, text and tags for specified annotation type.
Public Extension MethodTableName Gets table name for specified annotation type.
Public Extension MethodTargetFieldName Gets the target field name for Guid based point IDs for table used with specified annotation type.
Top
See Also