Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendTelemetry ¶
Types ¶
type QueryTelemetryData ¶
type QueryTelemetryData struct { NodeTypesUsed []string `json:"node_types_used"` ExpressionTypesUsed []string `json:"expression_types_used"` TriggerTypesUsed []string `json:"trigger_types_used"` FunctionsUsed []string `json:"functions_used"` AggregatesUsed []string `json:"aggregates_used"` PluginsInstalled []string `json:"plugins_installed"` }
func GetQueryTelemetryData ¶
func GetQueryTelemetryData(node physical.Node, pluginsInstalled []manager.PluginMetadata) QueryTelemetryData
Click to show internal directories.
Click to hide internal directories.