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
Copy file name to clipboardexpand all lines: documentation/docs/getting-started/configuration.mdx
+4-1
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ Please use this table as a reference.
121
121
| OPAL_POLICY_REPO_CLONE_PATH | Where (i.e: base target path) to clone the repo in your docker filesystem (not important unless you mount a docker volume). ||
122
122
| OPAL_POLICY_REPO_MAIN_BRANCH | Name of the git branch to track for policy files (default: `master`). ||
123
123
| OPAL_BUNDLE_IGNORE | Paths to omit from policy bundle. List of glob style paths, or paths without wildcards but ending with "/\*\*" indicating a parent path (ignoring all under it). |`bundle_ignore: Optional[List[str]]`|
124
+
| INCLUDE_PUBSUB_METRICS | Set if OPAL should include pubsub info in OpenTelemetry metrics ||
125
+
126
+
124
127
125
128
## OPAL Client Configuration Variables
126
129
@@ -178,4 +181,4 @@ Please use this table as a reference.
178
181
| OPA_HEALTH_CHECK_TRANSACTION_LOG_PATH | Path to OPA document that stores the OPA write transactions. ||
0 commit comments