services/monitoring: enable experimental Grafana tracing features

This commit is contained in:
Max Headroom 2022-06-18 22:33:30 +02:00
parent 929262f400
commit b39418084f

View file

@ -71,6 +71,11 @@ in
cookie_secure = true;
disable_gravatar = true;
};
feature_toggles.enable = [
"tempoSearch"
"tempoBackendSearch"
"tempoServiceGraph"
];
};
provision = {
enable = true;