Configure tempo otlp reciever endpoint
Some checks failed
Run nix flake check / flake-check (push) Failing after 11m42s
Periodic flake update / flake-update (push) Successful in 4m6s

This commit is contained in:
Torjus Håkestad 2025-05-24 22:10:01 +02:00
parent feff1d06eb
commit 5ce8f46394
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -12,7 +12,7 @@
otlp = {
protocols = {
http = {
endpoint = "localhost:4318";
endpoint = ":4318";
cors = {
allowed_origins = [ "*.home.2rjus.net" ];
};