Registry / cloud / mackerelio-mackerel-client-go

mackerelio-mackerel-client-go

JSON →
library0.41.0gogounverified

Go client library for the Mackerel monitoring service API.

go get github.com/mackerelio/mackerel-client-go
INSTALL
IMPORT
SIG · MACKERELIO-MACKERE
M
mackerelio-mackerel-client-go
cloudgov0.41.0
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.

mackerel
github.com/mackerelio/mackerel-client-go

Create a Mackerel client and list hosts

package main import ( "fmt" "github.com/mackerelio/mackerel-client-go" ) func main() { client := mackerel.NewClient("YOUR_API_KEY") hosts, _ := client.FindHosts(&mackerel.FindHostsParam{}) fmt.Println(hosts) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.41.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
mackerelio-mackerel-client-go — go get mackerelio-mackerel-client-go · libregistry