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

https://github.com/xwi88/plugin-examples

plugins example
https://github.com/xwi88/plugin-examples

Last synced: 3 months ago
JSON representation

plugins example

Awesome Lists containing this project

README

        

# plugins-examples

- [x] **[register](rd/register)** and **[discover](rd/discover)** with go grpc
- [x] **[prometheus push mode](prometheus/push)**

## import

- `go get github.com/v8fg/rd` default *release*
- `go get github.com/v8fg/rd@main`
- `go get github.com/v8fg/rd@`
- `go get github.com/v8fg/collectd` *collect* `mem` `cpu`

## usage

>If not in the sub dir with `Makefile` but want run it, shall `make -C subdir/ [command]`.

- [rd usage](rd/README.md)