书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 420 个相关结果.
  • 监控接口

    324 2023-06-19 《Kratos v2.6 教程》
    监控接口 接口实现 Counter Gauge Observer References 监控接口 接口实现 Kratos 暴露了三种监控接口,分别是 Counter, Gauge, Observer。 Counter type Counter interface { With ( lvs ... strin...
  • Examples

    Examples Components’ Usage Configuration Service Discovery and Registration HTTP RPC Trace WebSocket Authentication Log Other Complete Projects Examples Kratos provid...
  • Examples

    Examples Components’ Usage Configuration Service Discovery and Registration HTTP RPC Trace WebSocket Authentication Log Other Complete Projects Examples Kratos provid...
  • Ent

    Ent Install Ent Create Schema Create DB Connection Client References Ent Any ORM or library is supported in Kratos project for data accessing. Please refer to the examples ...
  • OpenAPI Swagger

    OpenAPI Swagger Method 1: Use plug-ins to provide the swagger API Installation Usage Method 2: Use protoc to generate swagger.json Installation Generation Usage OpenAPI S...
  • 监控接口

    78 2024-11-03 《Kratos v2.8 教程》
    监控接口 接口实现 Counter Gauge Observer References 监控接口 接口实现 Kratos 暴露了三种监控接口,分别是 Counter, Gauge, Observer。 Counter type Counter interface { With ( lvs ... strin...
  • 贡献指南

    368 2022-08-10 《Kratos v2.4 教程》
    贡献指南 Bug修复 功能新增 如何提交代码 Commit 提交规范 type 主要类型 其他类型 scope description body footer examples 只有提交信息 需要引起关注 包含全部结构 release 版本发布 示例 贡献指南 kratos社区希望能够得到广大开发者的帮助,所以希望您在...
  • Tracing

    Configuration WithTracerProvider WithPropagator Usage Tracing for Server Tracing for Client References We use OpenTelemetry for distributed tracing. Configuration Ther...
  • Metadata

    Default Metadata Convention Usage Configuration Get metadata value Set metadata Microservices interact through HTTP and gRPC API, so the service architecture needs to be used...
  • log

    764 2021-07-16 《Kratos v1.0 教程》
    日志基础库 概览 配置选项 使用方式 扩展阅读 日志基础库 概览 基于zap 的field方式实现的高性能log库,提供Info、Warn、Error日志级别;并提供了context支持,方便打印环境信息以及日志的链路追踪,在框架中都通过field方式实现,避免format日志带来的性能消耗。 配置选项 flag env ...