-
Notifications
You must be signed in to change notification settings - Fork 3
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
Grafana设置variables以后,从dashboard修改node后endpoints无返回(间歇性) #17
Comments
确认节点下是有挂载endpoint |
每次F5刷新grafana后页面指标正常显示 |
环境:n9e:v3.7 m3db |
不清楚是否是 m3db 问题,可以先排除下是否是 grafana-n9e-datasource 使用有问题
启用 variables 是整套的配置,需要配置 Node、Endpoints 这两个变量,以及 query 里面 Endpoints 的值要设置成
$Endpoints
配置完这些再修改 node 或是 endpoints 才会生效
Zayscott ***@***.***> 于2021年3月19日周五 下午3:54写道:
… 环境:n9e:v3.7 m3db
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYUU6WV2OJJJORXGYAAEQDTEL7NFANCNFSM4ZOITQSQ>
.
|
从explore查看数据都正常 说明从N9E拉数据的网络和权限都正常 然后在dashboard上查看node结点都是正常,和N9E一样,刷新第一次能正常获取数据;在选择某个node节点后,endpoint就只有all没有其他数据 |
额,间歇性应该不是前端问题了,可能是网络或是存储问题
对比了下接口请求参数,是少了 endpoints 值,可以在有问题的时候看下,切换 node 后接口有没正常拿到 endpoints 数据
Zayscott ***@***.***> 于2021年3月19日周五 下午5:56写道:
… 配置的是这两个变量,重点是间歇性的(大部分时间不可以)
[image: image]
<https://user-images.githubusercontent.com/26255043/111762836-6abebd80-88dc-11eb-8d68-8c2e011618ec.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYUU6VZ3AV6RRVM6J5AQATTEMNWLANCNFSM4ZOITQSQ>
.
|
都是内网服务器,有问题的时候切换node还是没有正常拿到endpoints的数据 |
有没有可能是grafana的版本问题呢?有推荐版本么 |
我这测试的版本是 grafana v7.4.3 没问题
把变量的配置截图发下,看下 Query Options 的 Refresh 配置,应该是配置成 On Dashboard Load
… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
配置完variables以后,刷新页面获取endpoint和metric正常;
修改node后无法正常获取endpoints参数;
正常时:api/datasources/proxy/6/api/transfer/data/ui
然后在dashboard重新选择node节点后的:api/datasources/proxy/6/api/transfer/data/ui
The text was updated successfully, but these errors were encountered: