grafanaplugin icon indicating copy to clipboard operation
grafanaplugin copied to clipboard

TDengine datasource plugin for grafana

Results 37 grafanaplugin issues
Sort by recently updated
recently updated
newest added

grafana插件列表搜不到 TdEngine

### 在alert rules中SQL查询结果是非时序数据时结果显示还是Graph且显示No data(已确定是有结果),设置Format new col为”Table“结果一样,正常效果应该是当结果是非时序数据时下面的结果显示应该是使用Table而不是Graph.

测试使用api构建一个自动化流程的时候,mysql等数据源可以做到自动连接,但是tdengine必须要手动输入用户名密码。同时可以显示URL,但实际点击测试error502,需要重新手动输入URL post /api/datasources { "name": "tdengine-datasource", "type": "tdengine-datasource", "url": "http://tdengine-openiiot-shimu.openiiot-shimu.svc.cluster.local:6041", "access": "proxy", "basicAuth": true, "basicAuthUser": "root", "isDefault": true, "secureJsonData": { "basicAuthPassword": "taosdata" } }

1.granfa接入tdengine-datasource添加数据源报404 ![WXWorkCapture_17044195785743](https://github.com/taosdata/grafanaplugin/assets/34373277/22e3cd15-ac87-427a-a1cf-14927e78e4a7) 2.curl http://:6041/metrics可以看到相关指标,log库也是有数据的 ![curl-metrics](https://github.com/taosdata/grafanaplugin/assets/34373277/a56bb13e-b18b-4a60-a1d2-d8b130f9e0eb) 3.grafana后台报错如下 ![grafana日志](https://github.com/taosdata/grafanaplugin/assets/34373277/6939e801-e200-4fdc-9a7f-106de3085ac9)

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @​adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...

dependencies
javascript

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.46.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases. Release v1.21.0/v0.46.0/v0.15.0/v0.1.0 Added Add the new go.opentelemetry.io/contrib/instrgen package to provide auto-generated source code instrumentation. (#3068, #3108) Add "go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher...

dependencies
go

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.57.1 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies
go

现象: 猜测原因: 最新版本的 tdengien system 应该是关键词,导致无法 as。 解决方案: 把 as system 改成另一个名字; ```sql select _wstart as ts, last(cpu_engine) as taosd, last(cpu_system) as system2 from $database.dnodes_info where dnode_ep='$fqdn' and ts >=...