You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/developing_editor.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ activate_rpc_log: false # It's a boolean in order to activate or deactivate the
16
16
log_format: "text"# The format of the log printed. Possible value: json, text. Default value: "text"
17
17
prometheus_url: "http://localhost:9090"# the HTTP URL of the prometheus server.
18
18
rest_api_port: 8080# When set, the server will be started as an HTTP server that provides a REST API instead of the language server protocol. Default value: 0
19
+
metadata_lookback_interval: 2d# Interval used to retrieve data such as label and metrics from prometheus. Default value: 12h
19
20
```
20
21
21
22
In case the file is not provided, it will read the configuration from the environment variables with the following structure:
0 commit comments