#include <stdint.h>
Go to the source code of this file.
|
| enum | rate_type {
EWMA_1m
, EWMA_5m
, EWMA_15m
, MMA_1m
,
CMA_1m
, EWMA_5s
, INSTANT
} |
| | Represents the type and rate of metric to capture. More...
|
| |
| enum | ziti_enroll_mode { ziti_enroll_none = 0
, ziti_enroll_cert
, ziti_enroll_token
} |
| |
| enum | ziti_crypto_method { ziti_crypto_invalid = -1
, ziti_crypto_none = 0
, ziti_crypto_libsodium
, ziti_crypto_aes_gcm
} |
| |
◆ rate_type
Represents the type and rate of metric to capture.
Each enum contains the rate type and the expected duration metrics will be gathered
CMA - continually moving average EWMA - exponentially weighted moving average MMA - modified moving average
| Enumerator |
|---|
| EWMA_1m | |
| EWMA_5m | |
| EWMA_15m | |
| MMA_1m | |
| CMA_1m | |
| EWMA_5s | |
| INSTANT | |
◆ ziti_crypto_method
| Enumerator |
|---|
| ziti_crypto_invalid | |
| ziti_crypto_none | |
| ziti_crypto_libsodium | |
| ziti_crypto_aes_gcm | |
◆ ziti_enroll_mode
| Enumerator |
|---|
| ziti_enroll_none | |
| ziti_enroll_cert | |
| ziti_enroll_token | |
◆ PRECEDENCE