Skip to content
Snippets Groups Projects
Verified Commit 3dae1c29 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 ae5a1347
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !916. Comments created here will be created in the context of that merge request.
......@@ -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