azure-data-explorer-datasource
azure-data-explorer-datasource copied to clipboard
Grafana datasource plugin for Microsoft Azure Data Explorer (formerly Azure Kusto)
### Discussed in https://github.com/grafana/azure-data-explorer-datasource/discussions/329 Originally posted by **savastosic** March 9, 2022 It would be extremely helpful for my users to have a more powerful query builder for the ADX plugin,...
Currently App Registration authentication type only supports client secrets. Azure AD also supports client certificates but they are not supported by Grafana. The goal is to support client certificates as...
Support Grafana Data-Links feature "__series.labels.<LABEL>" for getting string behind metric names
Grafana documentation for data links: https://grafana.com/docs/grafana/latest/reference/datalinks/#data-links " __series.labels. - label’s value to the URL. If your label contains dots use __series.labels[""] syntax " for example, for a query such as...
This PR builds on the LLM integrations that were completed in #577 and #757 by adding a toggle in the OpenAI Editor that allows a user to view their previously...
Since we can now generate KQL via OpenAI (#577) it could be useful to store previous plain language queries to allow users to view and re-run/edit them. The UI/UX for...
List of further enhancements or features leveraging the OpenAI work. ```[tasklist] ### Issues - [ ] https://github.com/grafana/azure-data-explorer-datasource/issues/602 - [ ] #582 - [ ] #583 - [ ] https://github.com/grafana/azure-data-explorer-datasource/issues/586 -...
I am able to reproduce the following case. 1. If I use "Custom" Variable type = **CORRECT**  shows up like: Val = `${adxdsDeploymentModels2}` Text = `${adxdsDeploymentModels2:text}` Text = `${adxdsDeploymentModels2:cccc}`...
Currently the OpenAI integration (#577) does not send any details about the schema or data of the user in the prompt to OpenAI. We should explore sending the schema or...
The Kusto client doesn't need to have separate low level implementations for both `KustoRequest` ([this](https://github.com/grafana/azure-data-explorer-datasource/blob/91b44e41e8c1bffa7c2b7ea41016c5ee1ff58814/pkg/azuredx/client/client.go#L77)) and `TestRequest` ([this](https://github.com/grafana/azure-data-explorer-datasource/blob/91b44e41e8c1bffa7c2b7ea41016c5ee1ff58814/pkg/azuredx/client/client.go#L35)). `TestRequest` could be removed from the `Client` and `CheckHealth` could call `KustoRequest`...
See #533 for more details on the error in question. OAuth error messages can be displayed under various circumstances when the OBO feature is enabled. A potential solution to one...