Click or drag to resize
Grid Solutions Framework

AnnotationRequestExtensions Class

Grafana AnnotationRequest extensions class.
Inheritance Hierarchy
SystemObject
  GrafanaAdapters.AnnotationsAnnotationRequestExtensions

Namespace: GrafanaAdapters.Annotations
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public static class AnnotationRequestExtensions
View Source

The AnnotationRequestExtensions 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 Parses query expression from annotation for annotation type.
Public Extension MethodParseSourceDefinitions 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