Configure tempo otlp reciever
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
b75df7578f
commit
feff1d06eb
@ -10,8 +10,14 @@
|
|||||||
distributor = {
|
distributor = {
|
||||||
receivers = {
|
receivers = {
|
||||||
otlp = {
|
otlp = {
|
||||||
grpc = { };
|
protocols = {
|
||||||
http = { };
|
http = {
|
||||||
|
endpoint = "localhost:4318";
|
||||||
|
cors = {
|
||||||
|
allowed_origins = [ "*.home.2rjus.net" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user