You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `METRICS_ENABLED` | Whether to enable metrics. | `True` |
101
102
| `METRICS_UNIX_DOMAIN_SOCKET` | The path to the Unix domain socket for exposing metrics. This must be accessible to GatewayD. | `/tmp/gatewayd-plugin-cache.sock` |
102
103
| `METRICS_PATH` | The path for exposing metrics. | `/metrics` |
104
+
| `API_GRPC_ADDRESS` | The address for the GatewayD gRPC API server. | `localhost:19090` |
103
105
| `PERIODIC_INVALIDATOR_ENABLED` | Whether to enable periodic cache invalidation. This runs every `PERIODIC_INVALIDATOR_INTERVAL` and removes stale client keys, not cached values. | `True` |
104
106
| `PERIODIC_INVALIDATOR_INTERVAL` | The interval for periodic cache invalidation. | `1m` |
105
107
| `PERIODIC_INVALIDATOR_START_DELAY` | The delay before starting periodic cache invalidation. | `1m` |
106
-
| `API_ADDRESS` | The address for the GatewayD REST API server. | `localhost:18080` |
107
108
| `EXIT_ON_STARTUP_ERROR` | Whether to exit the plugin if there is an error during startup. | `False` |
108
109
| `SENTRY_DSN` | Sentry DSN. Set to empty string to disable Sentry. | `https://70eb1abcd32e41acbdfc17bc3407a543@o4504550475038720.ingest.sentry.io/4505342961123328` |
110
+
| `CACHE_CHANNEL_BUFFER_SIZE` | The buffer size for the cache channel. | `100` |
0 commit comments