services/monitoring: enable trace searching
This commit is contained in:
parent
209dbfec63
commit
6458dd76ef
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ let
|
||||||
inherit (config) links;
|
inherit (config) links;
|
||||||
dataDir = "/srv/storage/private/tempo";
|
dataDir = "/srv/storage/private/tempo";
|
||||||
tempoConfig = {
|
tempoConfig = {
|
||||||
|
search_enabled = true;
|
||||||
server = {
|
server = {
|
||||||
http_listen_address = links.tempo.ipv4;
|
http_listen_address = links.tempo.ipv4;
|
||||||
http_listen_port = links.tempo.port;
|
http_listen_port = links.tempo.port;
|
||||||
|
|
Loading…
Reference in a new issue