You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tinkering with chained
* Deal with missing imports
* Allow for custom values (operation is not being returned)
* Add support for scopedVars that override template variables
* Updated signature and tests
@@ -112,23 +116,41 @@ export class VariableEditor extends CustomVariableSupport<VariableDataSource> {
112
116
);
113
117
114
118
return(
115
-
<divclassName="gf-form">
116
-
<InlineField
117
-
label="Attribute key"
118
-
tooltip="Cloud Observability uses this key to populate the selectable values for the variable when viewing the dashboard. Choose from any attributes currently on your logs, metics, or traces."
tooltip="Cloud Observability uses this key to populate the selectable values for the variable when viewing the dashboard. Choose from any attributes currently on your logs, metics, or traces."
0 commit comments