Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucab/prombus
- Owner: lucab
- Created: 2019-07-10T12:52:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T12:57:29.000Z (over 5 years ago)
- Last Synced: 2023-04-19T06:21:27.080Z (over 1 year ago)
- Language: Go
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```