Configure tempo otlp reciever
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

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

View File

@ -10,8 +10,14 @@
distributor = {
receivers = {
otlp = {
grpc = { };
http = { };
protocols = {
http = {
endpoint = "localhost:4318";
cors = {
allowed_origins = [ "*.home.2rjus.net" ];
};
};
};
};
};
};