dubbo-admin icon indicating copy to clipboard operation
dubbo-admin copied to clipboard

The ops and reference implementation for Apache Dubbo

Results 233 dubbo-admin issues
Sort by recently updated
recently updated
newest added

- [x] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository and believe...

feature

增加全局配置global,服务方可以读取到配置,增加应用级别配置,服务方读取不到配置,dubbo官方获取配置路径(全局默认应该是/dubbo/config/dubbo/dubbo.propertis,应用级别配置应该存放到zookeeper的 /dubbo/config/user-service(应用名称)/dubbo.propertis)使用控制台增加的配置放到 /dubbo/config/dubbo/user-service(应用名称)/dubbo.propertis 所以服务方读取不到

zookeeper作注册中心,zk有元数据的数据,为什么dubbo-admin不展示,一直提示无元数据信息

强烈建议维护一下文档,好歹也是阿里重点输出的dubbo项目

配置信息为 -- centers in dubbo2.7 admin.registry.address=zookeeper://192.168.10.99:2181 admin.config-center=apollo://192.168.10.99:8080 admin.metadata-report.address=redis://192.168.10.99:6379 启动错误,日志如下 ![image](https://user-images.githubusercontent.com/32846638/64519043-f50c8580-d325-11e9-96aa-cf7746a89d02.png) 调试代码,发现在 *ApolloOpenApiClient.build* 的过程中,会去验证apollo服务地址参数,要求为 *http://* or *https://* 开头 ![image](https://user-images.githubusercontent.com/32846638/64519546-e96d8e80-d326-11e9-9c2c-9fbd03270913.png)

- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository...

dubbo2.7.7 dubbomonitor 是不是合并到 dubboadmin 中了 ,如果合并进去了 怎么配置dubbomonitor

nacos配置中心可以看到注册的服务 admin上却是空的 这是什么情况 求指教

- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository...

开发环境:java8,win7,dubbo2.7.3,根据现有文档引入了dubbo-monitor-default包 1.项目dubbo2.7.3配置redis集群做元数据中心,zookeeper需要配置simplified: true才能使用元数据和测试功能。 2.使用统计模块时,发现可以在application.yml中写入 dubbo: metrics: port: 20880 protocol: dubbo provider: filter: metrics group: dubbo 在redis客户端中可以查到元数据包含了metrics的相关信息 但是在dubbo-admin中默认是有group属性,如果在项目中不配置dubbo.provider.group=dubbo则在dubbo-admin的统计无数据(相应的注入注解@Reference(group = "group")) 3.在配置了以上的属性的基础上,统计显示也有问题,第一次调用服务接口后,会有qps和被使用的方法显示,但在继续使用其他功能接口方法之后,统计页面上显示的还是第一次调用服务接口的数据,怀疑是redis集群存储元数据的坑