Metric and label naming Metric names Labels Base units Metric and label naming The metric and label conventions presented in this document are not required for using Prometh...
Gzip Configuration Runtime How it works Statistics Gzip Gzip is an HTTP filter which enables Envoy to compress dispatched data from an upstream service upon client request....
Arithmetic Functions plus(a, b), a + b operator minus(a, b), a - b operator multiply(a, b), a * b operator divide(a, b), a / b operator intDiv(a, b) intDivOrZero(a, b) modulo...
Shared Arrays Shared Arrays SharedArray represents an array, which is shared across multiple processes, on a single machine. SharedArrays.SharedArray — Type SharedArray { T...
共享数组 共享数组 SharedArrays.SharedArray — Type SharedArray { T }( dims :: NTuple ; init = false , pids = Int []) SharedArray { T , N }(...) Construct a SharedArray of a bi...
alignof alignof The alignof expression returns an Int32 with the ABI alignment in bytes of a given type. For example: alignof ( Int32 ) # => 4 alignof ( Int64 ) # => 8 ...