https://github.com/xwi88/plugin-examples
plugins example
https://github.com/xwi88/plugin-examples
Last synced: 3 months ago
JSON representation
plugins example
- Host: GitHub
- URL: https://github.com/xwi88/plugin-examples
- Owner: xwi88
- License: mit
- Created: 2022-03-28T01:59:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T01:27:49.000Z (about 3 years ago)
- Last Synced: 2025-01-15T17:36:49.851Z (5 months ago)
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)