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
Opa supports sending OpenTelemetry traces as stated in {opa-docs}[the documentation].
5
+
OPA supports sending OpenTelemetry traces as stated in {opa-docs}[the documentation].
6
6
7
-
As of SDP 25.7, `configOverrides` are (still) not supported, we are tracking the progress in https://github.com/stackabletech/opa-operator/issues/756[this GitHub issue].
8
-
To enable traces you need to modify the config and thus xref:opa:usage-guide/operations/cluster-operations.adoc[pause the reconciliation] of your OpaCluster, so that changes to the ConfigMap aren't immediately overridden by the opa-operator.
9
-
10
-
WARNING: It's not encouraged to pause the reconciliation more than just temporarily. We recommend disabling it while you debug e.g. performance problems and re-enabling it afterwards. This problem will be solved once we support configOverrides for OPA.
11
-
12
-
Afterwards you can edit the `<stacklet-name>-server-default` ConfigMap and append a `distributed_tracing` section as follows.
7
+
To enable traces, add a `distributed_tracing` section to the OPA configuration using `configOverrides`.
13
8
Please check the {opa-docs}[OPA documentation] to see what other settings you can configure.
Copy file name to clipboardExpand all lines: docs/modules/opa/pages/usage-guide/configuration-environment-overrides.adoc
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,37 @@ This will lead to faulty installations.
8
8
9
9
== Configuration properties
10
10
11
-
Currently, not supported for `config.json`.
11
+
OPA's `config.json` can be overridden using `configOverrides`, the supported override strategies are `jsonMergePatch` (RFC 7396) and `jsonPatches` (RFC 6902).
0 commit comments