书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 3518 个相关结果.
  • 客户端库

    客户端库 客户端库 在监控服务之前,您需要通过 Prometheus 客户端库在其代码中添加集成。 选择与您程序编写语言相匹配的 Prometheus 客户端库。您可以通过应用程序实例上的 HTTP 端点定义和暴露内部数据指标: Go Java or Scala Python Ruby 非官方的第三方客户端库: Bash C C...
  • 1.16.3 (April 15, 2021)

    1.16.3 (April 15, 2021) Incompatible Behavior Changes Minor Behavior Changes Bug Fixes Removed Config or Runtime New Features Deprecated 1.16.3 (April 15, 2021) Incompati...
  • 5.1 – Functions and Types

    5.1 – Functions and Types luaL_addchar luaL_addlstring luaL_addsize luaL_addstring luaL_addvalue luaL_argcheck luaL_argerror luaL_Buffer luaL_buffinit luaL_buffinitsize l...
  • 代码规范

    代码规范 代码规范 其实选择 OpenResty 的同学,应该都是对执行性能、开发效率比较在乎的,而对于代码风格、规范等这些 小事 不太在意。作为一个从 Linux C/C++ 转过来的研发,采用 OpenResty 后获得了脚本语言的开发速度、 接近 C/C++ 的执行速度,但是在我轻视了代码规范后,一个 BUG 的发生告诉我,没规矩不成方圆。 ...
  • syslog

    syslog Description Attributes meta_format example Metadata IMPORTANT note Enable Plugin Example usage Delete Plugin syslog Description The syslog Plugin is used to pu...
  • Add Plugin Configuration

    Add Plugin Configuration Prerequisites Step by Step Add configuration fields to the schema Read configuration values from plugin code Manually validate configuration Add automa...
  • Wasm

    Wasm Programming model How to use Example Wasm APISIX supports Wasm plugins written with Proxy Wasm SDK . This plugin requires APISIX to run on APISIX-Base , and is under co...
  • Install Dependencies

    Install Dependencies Note Install Install Dependencies Note Since v2.0 Apache APISIX would not support the v2 protocol storage to etcd anymore, and the minimum etcd version ...
  • Install Dependencies

    Install Dependencies Note Install Install Dependencies Note Since v2.0 Apache APISIX would not support the v2 protocol storage to etcd anymore, and the minimum etcd version ...
  • 3.1 词法约定

    2294 2019-03-02 《Lua 5.3 参考手册》
    3.1 – 词法约定 Lua 语言的格式自由。它会忽略语法元素(符记)间的空格(包括换行)和注释,仅把它们看作为名字和关键字间的分割符。 Lua 中的 名字(也被称为 标识符)可以是由非数字打头的任意字母下划线和数字构成的字符串。标识符可用于对变量、表的域、以及标签命名。 下列 关键字 是保留的,不可用于名字: and ...