书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 8755 个相关结果.
  • v$obrpc_incoming

    v$obrpc_incoming 统计obs上,不同租户所有 的不同rpc packet code的rpc数据接收情况。 相关表/视图 gv$obrpc_incoming 字段说明 字段名称 类型 NULL 描述 TENANT_ID bigint(20) NO 租户 IP varchar(32) NO ip地址 PORT bigin...
  • 引用监听扩展

    引用监听扩展 扩展说明 扩展接口 扩展配置 已知扩展 扩展示例 引用监听扩展 扩展说明 当有服务引用时,触发该事件。 扩展接口 org.apache.dubbo.rpc.InvokerListener 扩展配置 <!-- 引用服务监听 --> <dubbo:reference listener = "xxx,yyy...
  • 服务提供方(motan:service)

    服务提供方(motan:service) 介绍 使用basicService简化配置 服务提供方(motan:service) 介绍 定义提供给外部调用的接口,motan:service包含以下常用属性: interface:标识服务的接口类名 ref:标识服务的实现类,引用具体的spring业务实现对象 export:标识服务的暴露方式...
  • 请求耗时采样

    请求耗时采样 功能说明 使用场景 使用方式 输出示例 日志说明 simple profiler detail profiler 请求耗时采样 Dubbo 3 请求耗时采样 功能说明 性能采样功能可以对 Dubbo 处理链路上的各处耗时进行检测,在出现超时的时候 ( usageTime / timeout > profilerWarnP...
  • Apollo Core Concept Namespace

    1. What is Namespace? 2. What is an application Namespace? The code for client to get the application Namespace is as follows. The code for the client to get a non-application ...
  • 服务配置

    588 2023-06-20 《go-zero v1.5 教程》
    服务配置 概述 配置 RpcClientConf EtcdConf ServerMiddlewaresConf 服务配置 概述 本文介绍如何使用 go-zero 框架进行 gRPC Client 的开发。 配置 type RpcClientConf struct { Etcd discov ....
  • Thrift

    Communication Service protocol Thrift rpc interface introduction rpc interface IDL file path target file path Communication Service protocol Thrift rpc interface introduc...
  • Service Configuration

    Service Configuration Overview Configuration RpcClientConf EtcdConf ServerMiddlewaresConf Service Configuration Overview This paper describes how to use the go-Zero framew...
  • 监控

    463 2023-11-03 《go-zero v1.6 教程》
    监控 健康检查 日志收集 链路追踪 指标监控 RPC Server RPC Client HTTP Server Mysql Redis 自定义监控指标 监控 健康检查 go-zero 启动的服务(RPC Server 或 HTTP Server)默认集成健康检查,健康检查默认端口为6470 ,默认 Path 为/healthz ...
  • API配置

    API 配置 服务提供者 服务消费者 特殊场景 方法级设置 点对点直连 API 配置 API 属性与配置项一对一,各属性含义,请参见:配置参考手册 ,比如:ApplicationConfig.setName("xxx") 对应 <dubbo:application name="xxx" /> [1] 服务提供者 import ...