monibot go
v0.1.1
Golang SDK untuk https://monibot.io - Server Mudah dan Pemantauan Aplikasi.
Modul ini menyediakan SDK untuk berinteraksi dengan Monibot REST API. Monibot adalah layanan yang memantau aplikasi web, server, dan metrik Anda, serta memberi tahu Anda jika terjadi kesalahan.
$ go get github.com/cvilsmeier/monibot-go
import "github.com/cvilsmeier/monibot-go"
func main () {
// api access requires an apiKey
apiKey := os . Getenv ( "MONIBOT_API_KEY" )
// create new api
api := monibot . NewApi ( apiKey )
// send a watchdog heartbeat
api . PostWatchdogHeartbeat ( "5f6d343a471d87687f51771530c3f2f4" )
// increment a counter metric
api . PostMetricInc ( "c3f2fefae7f6d3e387f1d8761ff17730" , 42 )
}
Lisensi MIT, lihat LISENSI