azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Grafana datasource plugin for Microsoft Azure Data Explorer (formerly Azure Kusto)

Results 74 azure-data-explorer-datasource issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/grafana/grafana-azure-sdk-go/v2](https://github.com/grafana/grafana-azure-sdk-go) from 2.0.4 to 2.1.1. Release notes Sourced from github.com/grafana/grafana-azure-sdk-go/v2's releases. v2.1.1 What's Changed Bump github.com/grafana/grafana-plugin-sdk-go from 0.230.0 to 0.241.0 by @​dependabot in grafana/grafana-azure-sdk-go#164 Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.10.0 to...

dependencies
go
requires-manual-approval

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.18.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.18.0 7.18.0 (2024-07-29) 🚀 Features types: update ECMA versions (#9634) 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.18.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.18.0 7.18.0 (2024-07-29) 🚀 Features types: update ECMA versions (#9634) 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when...

dependencies
javascript

Hi from the Grafana team 👋 In Grafana 12, we'll be [removing Angular support](https://grafana.com/blog/2024/03/11/removal-of-angularjs-support-in-grafana-what-you-need-to-know/). As part of that, we'll also be removing a lot of legacy CSS classes. It looks...

datasource/ADX
type/chore
priority/low

Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.234.0 to 0.241.0. Release notes Sourced from github.com/grafana/grafana-plugin-sdk-go's releases. v0.241.0 What's Changed build(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @​dependabot in grafana/grafana-plugin-sdk-go#1031 build(deps): bump golang.org/x/net from...

dependencies
go
requires-manual-approval

**What happened**: Query row is always collapsed when creating new visualization, drop down menus for "Cluster", "Database" and "Format as" are shown. Although button tooltip indicates it should be expanded:...

type/bug
datasource/ADX

Bumps [fast-loops](https://github.com/robinweser/fast-loops) from 1.1.3 to 1.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fast-loops&package-manager=npm_and_yarn&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.1 Dependencies Update x/net/http2 to address CVE-2023-45288 (#7352) metadata: remove String method from MD to make printing...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0. Commits e2310ae go.mod: update golang.org/x dependencies 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9 9617c63 http2: avoid Transport hang...

dependencies
go
requires-manual-approval

Currently the auto completion for the query builder is initialized once with fixed values by the following query. ``` adx- | where isnotempty() | take 50000 | distinct | take...