Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop

This commit is contained in:
Adorian Doran 2025-05-27 18:32:22 +03:00
commit 530b2adc34
2 changed files with 2 additions and 4 deletions

View File

@ -73,8 +73,7 @@ trilium_notes_total 1234 1701432000
static_configs:
- targets: ['localhost:8080']
metrics_path: '/etapi/metrics'
headers:
Authorization: 'YOUR_ETAPI_TOKEN'
bearer_token: 'YOUR_ETAPI_TOKEN'
scrape_interval: 30s
</code></pre>
<h2><strong>Error Responses</strong></h2>

View File

@ -97,8 +97,7 @@ scrape_configs:
static_configs:
- targets: ['localhost:8080']
metrics_path: '/etapi/metrics'
headers:
Authorization: 'YOUR_ETAPI_TOKEN'
bearer_token: 'YOUR_ETAPI_TOKEN'
scrape_interval: 30s
```