diff options
author | Bnyro <bnyro@tutanota.com> | 2024-09-17 16:43:48 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-24 14:25:49 +0100 |
commit | 8744dd3c71bcf29e8df7fdaf18448c3ff65c1035 (patch) | |
tree | e4c1b50f1aa53b8b2023ca8b5c1d94551b1b4cdb /searx/settings.yml | |
parent | 7927baf545013b829611834c20042c7b17e18ca0 (diff) | |
download | searxng-8744dd3c71bcf29e8df7fdaf18448c3ff65c1035.tar.gz searxng-8744dd3c71bcf29e8df7fdaf18448c3ff65c1035.zip |
[feat] metrics: support for open metrics
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d27172aef..27b78b8da 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -12,6 +12,10 @@ general: contact_url: false # record stats enable_metrics: true + # expose stats in open metrics format at /metrics + # leave empty to disable (no password set) + # open_metrics: <password> + open_metrics: '' brand: new_issue_url: https://github.com/searxng/searxng/issues/new |