Commit Graph

6423 Commits

Author SHA1 Message Date
Albumen Kevin 0a9b19c306
Exact to support dynamic cert (#11578) 2023-03-08 20:11:07 +08:00
dependabot[bot] 92a1051516
Bump protobuf-java.version from 3.19.6 to 3.22.0 (#11737)
* Bump protobuf-java.version from 3.19.6 to 3.22.0

Bumps `protobuf-java.version` from 3.19.6 to 3.22.0.

Updates `protobuf-java` from 3.19.6 to 3.22.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.6...v3.22.0)

Updates `protobuf-java-util` from 3.19.6 to 3.22.0

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update build-and-test-pr.yml

* Update .licenserc.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-03-08 19:48:47 +08:00
liuguangliang d0b98b3090
improve NacosNamingServiceWrapper performance (#11665)
Signed-off-by: mantuliu <240951888@qq.com>
2023-03-08 18:42:27 +08:00
conghuhu d3d8c54c74
fix: add micrometer bom to observability & optimize the structure of the package (#11724)
* chore: optimize the structure of the package

* chore: add micrometer bom to observability

---------

Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-03-06 20:12:46 +08:00
Albumen Kevin d7113006ca Merge branch 'apache-3.1' into apache-3.2 2023-03-06 19:50:19 +08:00
liufeiyu1002 7277c159cf fix reference bean name conflicts (#11699)
* fix reference bean name conflicts

* add ut case
2023-03-06 19:49:16 +08:00
dependabot[bot] 516c61bc5a
Bump spring-boot-maven-plugin from 2.7.8 to 2.7.9 (#11745)
Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.7.8 to 2.7.9.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.8...v2.7.9)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:27:37 +08:00
dependabot[bot] ea90151e45
Bump maven-plugin-plugin from 3.7.1 to 3.8.1 (#11731)
Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.7.1 to 3.8.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.1...maven-plugin-tools-3.8.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:27:15 +08:00
dependabot[bot] ba10851888
Bump libthrift from 0.18.0 to 0.18.1 (#11732)
Bumps [libthrift](https://github.com/apache/thrift) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](https://github.com/apache/thrift/compare/v0.18.0...v0.18.1)

---
updated-dependencies:
- dependency-name: org.apache.thrift:libthrift
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:27:05 +08:00
dependabot[bot] 66d6ffdbec
Bump bytebuddy.version from 1.13.0 to 1.14.0 (#11733)
Bumps `bytebuddy.version` from 1.13.0 to 1.14.0.

Updates `byte-buddy` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.13.0...byte-buddy-1.14.0)

Updates `byte-buddy-agent` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.13.0...byte-buddy-1.14.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:26:55 +08:00
dependabot[bot] cbc1161983
Bump maven-plugin-api from 3.5.4 to 3.9.0 (#11734)
Bumps [maven-plugin-api](https://github.com/apache/maven) from 3.5.4 to 3.9.0.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.5.4...maven-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:26:45 +08:00
dependabot[bot] 80621216c8
Bump resteasy_version from 3.15.3.Final to 3.15.6.Final (#11735)
Bumps `resteasy_version` from 3.15.3.Final to 3.15.6.Final.

Updates `resteasy-jaxrs` from 3.15.3.Final to 3.15.6.Final

Updates `resteasy-client` from 3.15.3.Final to 3.15.6.Final
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](https://github.com/resteasy/Resteasy/compare/3.15.3.Final...3.15.6.Final)

Updates `resteasy-netty4` from 3.15.3.Final to 3.15.6.Final

Updates `resteasy-jdk-http` from 3.15.3.Final to 3.15.6.Final

Updates `resteasy-jackson-provider` from 3.15.3.Final to 3.15.6.Final

Updates `resteasy-jaxb-provider` from 3.15.3.Final to 3.15.6.Final

---
updated-dependencies:
- dependency-name: org.jboss.resteasy:resteasy-jaxrs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.resteasy:resteasy-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.resteasy:resteasy-netty4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.resteasy:resteasy-jdk-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.resteasy:resteasy-jackson-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.resteasy:resteasy-jaxb-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:26:37 +08:00
dependabot[bot] e81e756211
Bump log4j2_version from 2.19.0 to 2.20.0 (#11736)
Bumps `log4j2_version` from 2.19.0 to 2.20.0.

Updates `log4j-api` from 2.19.0 to 2.20.0
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0)

Updates `log4j-core` from 2.19.0 to 2.20.0
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc)
- [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:22:59 +08:00
dependabot[bot] 0351087891
Bump jetty_version from 9.4.50.v20221201 to 9.4.51.v20230217 (#11738)
Bumps `jetty_version` from 9.4.50.v20221201 to 9.4.51.v20230217.

Updates `jetty-server` from 9.4.50.v20221201 to 9.4.51.v20230217
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217)

Updates `jetty-servlet` from 9.4.50.v20221201 to 9.4.51.v20230217
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:21:38 +08:00
dependabot[bot] 30de082266
Bump spring-boot.version from 2.7.8 to 2.7.9 (#11739)
Bumps `spring-boot.version` from 2.7.8 to 2.7.9.

Updates `spring-boot-starter` from 2.7.8 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.8...v2.7.9)

Updates `spring-boot-autoconfigure` from 2.7.8 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.8...v2.7.9)

Updates `spring-boot-starter-logging` from 2.7.8 to 2.7.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.8...v2.7.9)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:21:26 +08:00
dependabot[bot] 03838ad97e
Bump jetty-maven-plugin from 9.4.50.v20221201 to 9.4.51.v20230217 (#11740)
Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 9.4.50.v20221201 to 9.4.51.v20230217.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:21:14 +08:00
dependabot[bot] ea6a3273d0
Bump spring-boot-starter-test from 2.7.8 to 2.7.9 (#11741)
Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.7.8 to 2.7.9.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.8...v2.7.9)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:21:03 +08:00
dependabot[bot] 0c64ce7dd6
Bump tomcat-embed-core from 8.5.85 to 8.5.87 (#11742)
Bumps tomcat-embed-core from 8.5.85 to 8.5.87.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:20:53 +08:00
dependabot[bot] 8eb77895fa
Bump maven-core from 3.8.7 to 3.9.0 (#11743)
Bumps [maven-core](https://github.com/apache/maven) from 3.8.7 to 3.9.0.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.8.7...maven-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:20:33 +08:00
dependabot[bot] 9830eda07f
Bump maven-common-artifact-filters from 3.2.0 to 3.3.2 (#11744)
Bumps [maven-common-artifact-filters](https://github.com/apache/maven-common-artifact-filters) from 3.2.0 to 3.3.2.
- [Release notes](https://github.com/apache/maven-common-artifact-filters/releases)
- [Commits](https://github.com/apache/maven-common-artifact-filters/compare/maven-common-artifact-filters-3.2.0...maven-common-artifact-filters-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-common-artifact-filters
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:20:20 +08:00
dependabot[bot] 338e194ce2
Bump maven-plugin-annotations from 3.7.1 to 3.8.1 (#11746)
Bumps [maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.7.1 to 3.8.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.1...maven-plugin-tools-3.8.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:20:04 +08:00
dependabot[bot] e24b284d57
Bump native-maven-plugin from 0.9.19 to 0.9.20 (#11747)
Bumps [native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.19 to 0.9.20.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.19...0.9.20)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:19:46 +08:00
dependabot[bot] 7600d6c109
Bump maven-compiler-plugin from 3.7.0 to 3.11.0 (#11748)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.7.0 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.7.0...maven-compiler-plugin-3.11.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:19:35 +08:00
dependabot[bot] 675d1f6a78
Bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#11749)
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.2...maven-assembly-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:19:24 +08:00
dependabot[bot] c9f320fd39
Bump spring-boot-dependencies from 2.7.8 to 2.7.9 (#11750)
Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.8 to 2.7.9.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.8...v2.7.9)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:19:09 +08:00
Mengyang Tang a21d04255a
Fix issue 11708 (#11714) 2023-03-06 15:26:15 +08:00
songxiaosheng b35312ae49
🐛 fix push metadata code location (#11712) 2023-03-06 15:05:59 +08:00
FanYang 4903cab551
abnormal time count (#11710) 2023-03-04 20:30:37 +08:00
icodening cd3ef2a27f
tri create Http2StreamChannel async (#11698)
* tri create Http2StreamChannel async

* tri create Http2StreamChannel async

* tri create Http2StreamChannel async

---------

Co-authored-by: earthchen <earthchen1996@gmail.com>
2023-03-03 16:38:11 +08:00
liufeiyu1002 48bc7165f7
fix reference bean name conflicts (#11699)
* fix reference bean name conflicts

* add ut case
2023-03-03 07:15:26 +08:00
尔等同学 c272af38c6
Reactor some newInstance method (#11686) 2023-03-03 06:43:37 +08:00
wxbty ef29a41e58
Optimize the code of metrics registry&metadata (#11659)
* registry&metadata opt

* add licence

* fix sonar

* fix enable failed

* fix enable failed

* add registry&metadata in spring/xsd

---------

Co-authored-by: x-shadow-man <1494445739@qq.com>
2023-03-03 06:42:00 +08:00
Mengyang Tang 3902dc7b36
Rt metrics bugfix (#11694) 2023-03-02 20:22:44 +08:00
Mengyang Tang a293e7e7c8
Implement service-level payload (#11517) 2023-03-02 20:14:01 +08:00
songxiaosheng 10681947b6
add core thread pool meter (#11693)
* fix MetericsService resource location bug

* 🎨为jvm指标增加dubbo应用名称

* 🎨 jvm meter add application name label

* fix unit test failure

* 🐛 fix metrics filter path

* 🍱 🍱 provider collector to FrameworkModel scope

* 🍱provider collector to FrameworkModel scope

* 🍱provider collector to FrameworkModel scope

* 🍱provider collector to FrameworkModel scope

* 🍱provider collector to FrameworkModel scope

* 🍱provider collector to FrameworkModel scope

* 🍱provider collector to FrameworkModel scope

* resolve pr conflicts

* resolve pr conflicts

*   add application meter and fix pull delay

*   add application meter and fix pull delay

*   add application meter and fix pull delay

*   add application meter and fix pull delay

*   add application meter and fix pull delay

*  add application meter and fix pull delay

*  add application meter and fix pull delay

*  fix unit test error

* Optimize the data synchronization of dubbo indicators to the third-party (spring boot) registry without refreshing data

* ♻️refact metrics key and meter unit

* The indicator of the application is removed first, and then the switch judgment is added for that indicator of the application

* add core thread pool metric

---------

Co-authored-by: dongdong.yang <dongdong.yang@ly.com>
2023-03-02 07:03:32 +08:00
Mengyang Tang 6d6e3a5e9e
Refactor metrics TimeWindow (#11638)
* Add TimeUtils

* Abstract sliding window

* Refactor TimeWindow Counter and Quantile

* Add license header

* Fix sonar problem

* Fix sonar problem

* Fix sonar check bug

* Start the ticker on demand

* Fallback when ticker exception
2023-03-02 06:42:47 +08:00
ShenFeng312 34981c9606
add dubbo-spring-boot-observability-starter (#11579)
* add dubbo-spring-boot-observability-starter

* add License and fix codestyle

* Add License

* Add dubbo-spring-boot-observability-starter to dubbo-dependencies-all

* Changes following review

* Changes following review

* Polish pom

* Changes following review

* Add dubbo-metrics-default in dubbo-spring-boot-observability-starter

* Remove author tag

* Polish pom
2023-03-02 06:37:06 +08:00
Mengyang Tang dc74f131a7
Refactor GaugeMetricSample (#11692) 2023-03-01 09:23:39 +08:00
Mengyang Tang ed9e26f017
Code optimization (#11683) 2023-02-28 16:05:25 +08:00
jojocodeX 15f5b0e950
add error type metrics (#11596) 2023-02-28 15:42:20 +08:00
常珂洁 5483693119
fix: remove redundancy exceptions (#11676) 2023-02-28 13:32:31 +08:00
Albumen Kevin 12c8ea19cc
Bump grpc-java from 1.41.0 to 1.53.0 (#11681) 2023-02-28 12:38:53 +08:00
Albumen Kevin 32ada2487d
Fix heartbeat failed if serialization changed (#11512)
fixes #11268
2023-02-27 20:31:00 +08:00
Albumen Kevin 53eeae310f
Update README.md 2023-02-27 20:29:04 +08:00
Mengyang Tang 2767e538af
Tag router problem fix (#11586) 2023-02-27 20:24:03 +08:00
尔等同学 7e51047cb0
delete never thrown exception (#11674) 2023-02-27 20:09:15 +08:00
songxiaosheng e74c6381fb
♻️refact metrics key and meter unit (#11661) 2023-02-27 19:32:53 +08:00
一个不知名的Java靓仔 f8f89f2a71
replaced with EN assert (#11670) 2023-02-27 14:38:57 +08:00
一个不知名的Java靓仔 4be3c796cc
optimize the multi params request performance of triple in wrap mode (#11672) 2023-02-27 14:25:39 +08:00
aamingaa a70cc27700
feat: optimize code (#11671) 2023-02-27 13:09:10 +08:00