Fixing Prometheus in OTEL config. #68

Merged
gitea-sonarqube-bot merged 9 commits from signoz-otel-prometheus-scrape-configs_2025-10-07T18-01-17 into main 2025-10-08 10:48:25 -04:00
2 changed files with 1 additions and 22 deletions
Showing only changes of commit 0ab3138140 - Show all commits
-21
View File
@@ -1,21 +0,0 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
<Config>
<BindAddress>*</BindAddress>
<Port>8787</Port>
<SslPort>6868</SslPort>
<EnableSsl>False</EnableSsl>
<LaunchBrowser>True</LaunchBrowser>
<ApiKey>{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['READARR_API_KEY'] }}</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<Branch>develop</Branch>
<LogLevel>info</LogLevel>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
<UrlBase></UrlBase>
<InstanceName>Readarr</InstanceName>
<UpdateMechanism>Docker</UpdateMechanism>
<Theme>auto</Theme>
<AuthenticationRequired>Enabled</AuthenticationRequired>
</Config>
+1 -1
View File
@@ -49,7 +49,7 @@
})
})
}}
loop: "{{ file_metadata | dict2items }}"
loop: "{{ (file_metadata | default({})) | dict2items }}"
loop_control:
label: "{{ item.key }}"