Starting with the SAS® Viya® platform 2026.01 release, you can set the SGMG_PROMETHEUS_PUSHGATEWAY_URL environment variable in the sas-workload-orchestrator-server deployable unit's (DU) sas-workload-orchestrator container to null to disallow SAS Workload Orchestrator from using Prometheus Gateway.
Here is an example:
containers:
- env:
- name: SGMG_PROMETHEUS_PUSHGATEWAY_URL
value: "null"
For more information about using this environment variable, see $deploy/sas-bases/examples/sas-workload-orchestrator-server/README.md.