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
StatusPlugin.Status.buildStatusReport reports per-bundle {revision, active: true}. OPA Go's status payload has a richer shape under bundles.<name>: last_successful_activation, last_successful_download, last_request, code, message, metrics, plus the current revision. Without those, ops tooling that targets OPA can't consume the Java SDK's status without translation.
StatusPlugin.Status.buildStatusReportreports per-bundle{revision, active: true}. OPA Go's status payload has a richer shape underbundles.<name>:last_successful_activation,last_successful_download,last_request,code,message,metrics, plus the current revision. Without those, ops tooling that targets OPA can't consume the Java SDK's status without translation.BundlePlugin(depends on bundles Per-bundle activation status events #68).codeandmessagefor the most recent error if the bundle is in a failure state.