dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

The java implementation of Apache Dubbo. An RPC and microservice framework.

Results 846 dubbo issues
Sort by recently updated
recently updated
newest added

## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change (usually...

## Describe the proposal [Prometheus naming](https://prometheus.io/docs/practices/naming/) ### Add prefixes (based on business scenarios) For provider: `dubbo.provider`, such as `dubbo.provider.rt.qps.seconds` For consumer: `dubbo.consumer`, such as `dubbo. consumer.rt.qps.seconds` For registry: `dubbo.registry`, such...

type/proposal

## Describe the proposal En: Currently in the beta version of 3.2, the metric name (dubbo.provider.requests.total, dubbo.provider.requests.succeed, dubbo.provider.requests.failed) are all counter type, but they are displayed in the metrics panel...

type/proposal

## What is the purpose of the change related to [dubbo-11297](https://github.com/apache/dubbo/issues/11297) ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for...

## What is the purpose of the change https://github.com/apache/dubbo/issues/11278 ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change...

# 事项: - 可观测性门面选择跟进micrometer的pr @conghuhu (国庆 )https://github.com/apache/dubbo/pull/11021/files - dubbo admin嵌入grafana面板 https://github.com/apache/dubbo-admin/issues/958 错误类异常dashboard展示 - @songxiaosheng - 失败总数埋点已合并 #jojo #11315 - 完善指标数据规范 - 1)消费者和提供者数据区分 - 2)标签命名规范- @fomeiherz(桂毅) ![image](https://user-images.githubusercontent.com/81170548/210773493-8ec08071-3acd-44d7-a7b2-3d9e114e31e4.png) 命名前缀规范: **dubbo.类型.指标名称.单位** 参考链接[https://prometheus.io/docs/practices/naming/](https://prometheus.io/docs/practices/naming/) -...

type/discussion

- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here

type/question

异常栈如下: ``` at org.apache.dubbo.remoting.transport.netty4.NettyClient.doConnect(NettyClient.java:238) at org.apache.dubbo.remoting.transport.netty4.NettyClient.doConnect(NettyClient.java:171) at org.apache.dubbo.remoting.transport.AbstractClient.connect(AbstractClient.java:220) at org.apache.dubbo.remoting.transport.AbstractClient.reconnect(AbstractClient.java:274) at org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient.reconnect(HeaderExchangeClient.java:171) at org.apache.dubbo.remoting.exchange.support.header.ReconnectTimerTask.doTask(ReconnectTimerTask.java:52) at org.apache.dubbo.remoting.exchange.support.header.AbstractTimerTask.run(AbstractTimerTask.java:87) at org.apache.dubbo.common.timer.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:653) at org.apache.dubbo.common.timer.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:732) at org.apache.dubbo.common.timer.HashedWheelTimer$Worker.run(HashedWheelTimer.java:454) at java.lang.Thread.run(Thread.java:748) ``` 可以确定的是 我们注册中心(Nacos)已经 通知 Consumer刷新Invoker列表了。 _查阅代码...

type/bug

- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal 中文: 无第三方链路框架时候,在dubbo admin中开发一个可以自行查询链路的简单页面。 可参考zipkin、Jaeger。 en: When there is...

type/proposal

- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.18 * Operating System version: Ubuntu...

type/bug