curl -i -XPOST http://localhost:8086/query --data-urlencode "q=CREATE USER 'root' WITH PASSWORD 'root' WITH ALL PRIVILEGES" # 创建 mydb 数据库 curl -i -XPOST http://localhost:8086/query --data-urlencode "q=CREATE DATABASE mydb" # 查询数据库 curl -G -XPOST http://localhost:8086/...
DELIMITER $ CREATE PROCEDURE getAllRowsForEmpTable() BEGIN DECLARE e_id INT(11); DECLARE e_name VARCHAR(50); DECLARE e_age INT(11); DECLARE e_salary INT(11); DECLARE has_data INT DEFAULT 1; DECLARE emp_result CURSOR FOR SELECT * FROM emp; DECLARE EXIT HANDLER FOR NOT FOUND SET has...
It looks that I hits one more timeout in Grafana DataProxy. When I create a request that executes during more than 60 seconds it fails witherror="http: proxy error: context canceled"andtime_ms=59998 size=0. Full log: t=2021-08-28T11:09:38+0000 lvl=eror msg="Data proxy error" logg...
Also I still found thehttp: proxy error: context cancelederror in the proxy logs, looks like it's still the reverse proxy transport issue, it can just cancel the request after 30 seconds. t=2021-06-16T06:07:36+0000 lvl=eror msg="Data proxy error" logger=data-proxy-log userId=2 org...
I have everthing working happily under non-https but using https I cannot get passed EROR[03-02|17:43:04] Data proxy error logger=data-proxy-log userId=1 orgId=1 uname=admin path=/api/datasource…
• If execution error or timeout:如果出现大于3000次的error,则发送邮件。在邮件标题开头写上【Alerting】。 • If no data all values are null:当所有的数据为空时发送邮件,在邮件标题开头写上【No Data】。 当然,上面条件中的IS ABOVE和WHEN也可以更改。
参考:https://github.com/grafana/grafana/blob/b5d8cb25e18fc73f37b3546246363464c9298684/docs/sources/features/datasources/loki.md 4.Loki: file size too small\nerror creating index client 解决: 删除 loki 的持久化目录下的 boltdb-shipper-active/index_18xxx 目录 ...
### Data proxy ### [dataproxy] # This enables data proxy logging, default is false # 这会启用数据代理日志记录,默认为 false ;logging = false # How long the data proxy waits to read the headers of the response before timing out, default is 30 seconds. # This setting also applies to...
tee docker-compose.yml<<'EOF'version:'3.2'services:grafana:image:grafana/grafana:7.5.5container_name:grafanauser:"472"environment:-TZ=Asia/Shanghai-GF_SECURITY_ADMIN_PASSWORD=weiyigeekvolumes:-/nfsdisk-31/monitor/grafana/data:/var/lib/grafana-/etc/localtime:/etc/localtimeports:-'3000:3000'rest...
Step 1: Forward Proxy Open the IIS Manager and click on the server In the admin console for the server, double click on the Application Request Routing option: Click theServer Proxy Settingsaction on the right-hand pane Select theEnable proxycheckbox so that it is enabled ...