mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Adding user_searches to prometheus for graphing.
This commit is contained in:
parent
ec41e9abaf
commit
9c6b207b72
2 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,11 @@ scrape_configs:
|
|||
- targets: ['{{ monitor_server }}']
|
||||
metrics_path: /monitor/app-times
|
||||
scheme: https
|
||||
- job_name: 'user_searches'
|
||||
static_configs:
|
||||
- targets: ['{{ monitor_server }}']
|
||||
metrics_path: /monitor/user-searches
|
||||
scheme: https
|
||||
- job_name: 'classifiers'
|
||||
static_configs:
|
||||
- targets: ['{{ monitor_server }}']
|
||||
|
|
|
@ -24,6 +24,13 @@ scrape_configs:
|
|||
scheme: https
|
||||
tls_config:
|
||||
insecure_skip_verify: true
|
||||
- job_name: 'user_searches'
|
||||
static_configs:
|
||||
- targets: ['haproxy']
|
||||
metrics_path: /monitor/user-searches
|
||||
scheme: https
|
||||
tls_config:
|
||||
insecure_skip_verify: true
|
||||
- job_name: 'app_times'
|
||||
static_configs:
|
||||
- targets: ['haproxy']
|
||||
|
|
Loading…
Add table
Reference in a new issue