fix: clarify adaptive telemetry extension context type for future import (#103660)

This commit is contained in:
Darren Janeczek
2025-04-10 10:53:20 +02:00
committed by GitHub
parent 6eba5d74e1
commit 7471455493
@@ -202,7 +202,7 @@ export type PluginExtensionPanelContext = {
export type PluginExtensionQueryEditorRowAdaptiveTelemetryV1Context = {
/** An ordered list of lower-case [a-z]+ string identifiers to provide context clues of where this component is being embedded and how we might want to consider displaying it */
contextHints?: string[];
query?: DataQuery;
query?: DataQuery & { expr?: string };
};
export type PluginExtensionDataSourceConfigContext<