nacos-template icon indicating copy to clipboard operation
nacos-template copied to clipboard

nacos-template include PPT template and knote

Results 13 nacos-template issues
Sort by recently updated
recently updated
newest added

add another grafana dashboard file for nacos 2.x

旧版本中的prometheus中的p为小写,新版的模板需要改为大写P

[nacos 官方给的监控模板](https://github.com/nacos-group/nacos-template)中的数据源名称为 `prometheus` , 而 `Grafana` 默认的 Prometheus 数据源名称为 `Prometheus`(P大写),由于不匹配,导致不会显示任何数据。

Prometheus已经可以看到nacos_monitor的数据了. ![image](https://user-images.githubusercontent.com/14067275/86449068-3608d700-bd4a-11ea-92fe-43744a0690f7.png) 数据源也已经配置到grafana, 这个9099是我修改的端口, 9090已经被别的服务使用了 ![image](https://user-images.githubusercontent.com/14067275/86449188-66507580-bd4a-11ea-860d-61473ed674d0.png) 到仪表盘看状态,数值都是N/A.. ![image](https://user-images.githubusercontent.com/14067275/86449425-c2b39500-bd4a-11ea-862c-8bc7348e20fe.png)

![image](https://user-images.githubusercontent.com/20715540/51969780-3dbab100-24b0-11e9-8882-9d8db4eca7fa.png)

在nacos服务管理中有service,但是在Grafana中service count 显示N/A。

没有name='domCount'的数据,导致grafana - service count 为N/A

如图: ![image](https://user-images.githubusercontent.com/11286897/82867869-2c779c80-9f5e-11ea-8a38-8944b995e4f7.png)

Kubernetes 多NameSpace下如何监控不同的NameSpace下的Stateful Set的Nacos?有修改适配教程之类的吗?