mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] metrics: support for open metrics
This commit is contained in:
parent
7927baf545
commit
8744dd3c71
6 changed files with 130 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue