We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214fdc7 commit acdb0e1Copy full SHA for acdb0e1
packages/grafana-runtime/src/utils/DataSourceWithBackend.ts
@@ -226,9 +226,6 @@ class DataSourceWithBackend<
226
if (!(config.featureToggles.queryService || config.featureToggles.grafanaAPIServerWithExperimentalAPIs)) {
227
console.warn('feature toggle queryServiceFromUI also requires the queryService to be running');
228
} else {
229
- if (!hasExpr && dsUIDs.size === 1) {
230
- // TODO? can we talk directly to the apiserver?
231
- }
232
url = `/apis/query.grafana.app/v0alpha1/namespaces/${config.namespace}/query?ds_type=${this.type}`;
233
}
234
0 commit comments