Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/67a9f4983c95782fb55fe6d9a6541574c134c17b/docs/widgets/services/prometheus.md?display=source
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
---
|
|
title: Prometheus
|
|
description: Prometheus Widget Configuration
|
|
---
|
|
|
|
Learn more about [Prometheus](https://github.com/prometheus/prometheus).
|
|
|
|
Allowed fields: `["targets_up", "targets_down", "targets_total"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: prometheus
|
|
url: http://prometheushost:port
|
|
```
|