Skip to content
Snippets Groups Projects
Verified Commit c8223cb3 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

aurweb: Do not try to set up tracing on non-prod deployments

It will fail since we do not connect aur-dev instances to monitoring.
parent f97f618d
No related branches found
No related tags found
1 merge request!916aurweb: Skip commit validation if we are not on prod
......@@ -78,5 +78,7 @@ error-token = {{ vault_aurweb_error_token }}
[fastapi]
session_secret = {{ vault_aurweb_secret }}
{% if aurweb_environment_type == "prod" %}
[tracing]
otlp_endpoint = http://{{ hostvars['monitoring.archlinux.org']['wireguard_address'] }}:4318/v1/traces
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment