Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ADX datasource to Kusto SDK #579

Open
kostrse opened this issue Jun 1, 2023 · 0 comments
Open

Migrate ADX datasource to Kusto SDK #579

kostrse opened this issue Jun 1, 2023 · 0 comments

Comments

@kostrse
Copy link
Contributor

kostrse commented Jun 1, 2023

Azure Data Explorer has official SDK for Go github.com/Azure/azure-kusto-go.

It may be beneficial to switch from own Kusto client implementation to the Kusto SDK.

Authentication

While Kusto SDK providers own authentication logic which doesn't align with Grafana Azure SDK. Technically it should be possible to write own implementation of azcore.TokenCredential interface which would work as an adapter and delegate token request to token provider of Grafana Azure SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant