书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 22529 个相关结果.
  • Configuring scale bounds

    Configuring scale bounds Lower bound Upper bound Configuring scale bounds To apply upper and lower bounds to autoscaling behavior, you can specify scale bounds in both direct...
  • 配置文件

    416 2023-11-03 《go-zero v1.6 教程》
    配置文件 概述 任务目标 准备条件 定义 Config 定义配置路径 编写配置文件 加载配置 完整实例 配置文件 概述 一般程序启动的时候需要通过静态配置文件加载各种配置,go-zero 目前支持以下四种后缀名的配置文件: *.json *.toml *.yaml *.yml 此外,go-zero 还支持从环境变量中加载配置,且...
  • struct

    struct struct A struct declaration inside a lib declares a C struct. lib C # In C: # # struct TimeZone { # int minutes_west; # int dst_time; ...
  • struct

    struct struct A struct declaration inside a lib declares a C struct. lib C # In C: # # struct TimeZone { # int minutes_west; # int dst_time; ...
  • struct

    struct struct A struct declaration inside a lib declares a C struct. lib C # In C: # # struct TimeZone { # int minutes_west; # int dst_time; ...
  • 监控

    监控 健康检查 日志收集 链路追踪 指标监控 RPC Server RPC Client HTTP Server Mysql Redis 自定义监控指标 监控 健康检查 go-zero 启动的服务(RPC Server 或 HTTP Server)默认集成健康检查,健康检查默认端口为6060 ,默认 Path 为/healthz ...
  • 监控

    640 2023-06-20 《go-zero v1.5 教程》
    监控 健康检查 日志收集 链路追踪 指标监控 RPC Server RPC Client HTTP Server Mysql Redis 自定义监控指标 监控 健康检查 go-zero 启动的服务(RPC Server 或 HTTP Server)默认集成健康检查,健康检查默认端口为6470 ,默认 Path 为/healthz ...
  • 基于prometheus的微服务指标监控

    915 2022-03-03 《go-zero v1.3 教程》
    基于prometheus的微服务指标监控 Prometheus 的架构 go-zero基于prometheus的服务指标监控 go-zero监控的指标类型 grafana可视化界面 总结 基于prometheus的微服务指标监控 服务上线后我们往往需要对服务进行监控,以便能及早发现问题并做针对性的优化,监控又可分为多种形式,比如日志监控,调用...
  • 延时队列

    253 2023-11-03 《go-zero v1.6 教程》
    延时队列 概述 Config go-zero 中使用 dq 的 pusher go-zero 中使用 dq 消费者 consumer 参考文献 延时队列 概述 关于延时任务,在很多场景也会被使用到,比如订单 20 分钟后未支付自动关闭归还库存等。 go-queue 除了提供了 kafka 消息队列 kq 之外,也实现了延时队列 dq。目...
  • Timeseries

    Timeseries queries Grand totals Zero-filling Timeseries queries Apache Druid supports two query languages: Druid SQL and native queries . This document describes a query typ...