File tree 1 file changed +1
-0
lines changed
docs/reference/specifications
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ Below are the supported configuration parameters (note that not all apply to bot
280
280
| cache | FLAGD_CACHE | enable cache of static flags | String - ` lru ` , ` disabled ` | lru | rpc |
281
281
| maxCacheSize | FLAGD_MAX_CACHE_SIZE | max size of static flag cache | int | 1000 | rpc |
282
282
| selector | FLAGD_SOURCE_SELECTOR | selects a single sync source to retrieve flags from only that source | string | null | in-process |
283
+ | providerId | FLAGD_PROVIDER_ID | A unique identifier for flagd(grpc client) initiating the request. | string | null | in-process |
283
284
| offlineFlagSourcePath | FLAGD_OFFLINE_FLAG_SOURCE_PATH | offline, file-based flag definitions, overrides host/port/targetUri | string | null | file |
284
285
| offlinePollIntervalMs | FLAGD_OFFLINE_POLL_MS | poll interval for reading offlineFlagSourcePath | int | 5000 | file |
285
286
| contextEnricher | - | sync-metadata to evaluation context mapping function | function | identity function | in-process |
You can’t perform that action at this time.
0 commit comments