services/monitoring: enable experimental Grafana tracing features
This commit is contained in:
parent
929262f400
commit
b39418084f
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@ in
|
||||||
cookie_secure = true;
|
cookie_secure = true;
|
||||||
disable_gravatar = true;
|
disable_gravatar = true;
|
||||||
};
|
};
|
||||||
|
feature_toggles.enable = [
|
||||||
|
"tempoSearch"
|
||||||
|
"tempoBackendSearch"
|
||||||
|
"tempoServiceGraph"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
provision = {
|
provision = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue