Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucab/prombus

Experimental service exposing Prometheus metrics over DBus
https://github.com/lucab/prombus

Last synced: about 1 month ago
JSON representation

Experimental service exposing Prometheus metrics over DBus

Awesome Lists containing this project

README

        

# prombus

`prombus` exposes its own metrics, in Prometheus textual format, over a DBus endpoint.

It can be bridged via [`local_exporter`](https://github.com/lucab/local_exporter), with the following configuration:

```toml
[bridge.selectors.prombus]
kind = "dbus"
bus = "system"
destination = "com.github.lucab.Prombus"
method = "com.github.lucab.Prombus.Observable.PromMetrics"
path = "/com/github/lucab/Prombus"
```