homepage/docs/widgets/services/prometheus.md

15 lines
286 B
Markdown
Raw Permalink Normal View History

2023-09-29 21:01:11 +03:00
---
title: Prometheus
description: Prometheus Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Prometheus](https://github.com/prometheus/prometheus).
2023-09-29 21:01:11 +03:00
Allowed fields: `["targets_up", "targets_down", "targets_total"]`
```yaml
widget:
type: prometheus
url: http://prometheushost:port
2023-09-29 21:01:11 +03:00
```