Registry / messaging / amir-raidman

amir-raidman

JSON →
library0.0.0-20170415203553-1ccc43bfb9c9gogounverified

Go client library for sending events to Riemann, a stream processing and monitoring system.

go get github.com/amir/raidman
INSTALL
IMPORT
SIG · AMIR-RAIDMAN
A
amir-raidman
messaginggov0.0.0-20170415203553-1ccc43bfb9c9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

raidman
github.com/amir/raidman

Connects to a Riemann server and prints a confirmation.

package main import ( "fmt" "github.com/amir/raidman" ) func main() { client, err := raidman.Dial("tcp", "localhost:5555") if err != nil { fmt.Println(err) return } defer client.Close() fmt.Println("Connected to Riemann") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170415203553-1ccc43bfb9c9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
32
OpenAI (training)
1
Resources
amir-raidman — go get amir-raidman · libregistry