# Functions
DefaultRow is a default row generator.
DefaultSelectAttribute is a default select attribute generator.
NewUISession is used to create a new session and return grafana handle.
# Constants
AllFields - To retrieve all the fields from DB.
ContainerEvent is the Container events measurement name.
ContainerEventFields - Title for Table containerevents panel.
ContainerEventsCount - Title for Singlestat containerevents panel.
ContainerEventsGraph - Title for Graph containerevents panel.
Count - aggregate function.
Diagram - Type of panel used in grafana.
FlowEvent is the Flow events measurement name.
FlowEventFields - Title for Table flowevents panel.
FlowEventsCount - Title for Singlestat flowevents panel.
FlowEventsGraph - Title for Graph flowevents panel.
FourTupleWithAction - Title for Table flowtuple panel.
Graph - Type of panel used in grafana.
InfluxDB - datasource DB.
SingleStat - Type of panel used in grafana.
Table - Type of panel used in grafana.
# Structs
Grafana is the structure which holds required grafana fields Implements GrafanaManipulator interface.
# Interfaces
GrafanaManipulator is the interface which has all methods to interact with the grafana ui.
# Type aliases
PanelType is the type of panels used to append to rows.