mongodb_exporter
mongodb_exporter copied to clipboard
MongoDB exporter for prometheus.io
fix build issue. Remove bad build script from glide The domain is expired and the script link is not working so I replaced it and used pre-built binary
I'm unable to run mongodb exporter it always crashes either on Linux (within k8s) or locally on OSX. The error I got is always the same, see below the output...
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x508228] goroutine 32 [running]: panic(0x73d340, 0xc42000a0e0) /usr/local/go/src/runtime/panic.go:500 +0x1a1 github.com/dcu/mongodb_exporter/collector.(*PreloadStats).Export(0x0, 0xc42010c4e0) /Users/dc/code/go/src/github.com/dcu/mongodb_exporter/collector/metrics.go:363 +0x38 github.com/dcu/mongodb_exporter/collector.(*ReplStats).Export(0xc4202875c0, 0xc42010c4e0)...
Hi, on my vm the exporter crashed if i curl the metrics, i get a segfault: ``` ./mongodb_exporter-linux-amd64 -mongodb.uri "mongodb://user:[email protected]:27017/database?replicaSet=rs0&authSource=admin" Listening on :9001 (scheme=HTTP, secured=no, clientValidation=no) panic: runtime error: invalid...
environment: os : mac m1 go : 1.17 glide : 0.13.3 there are many errors in project when i building the project, i guess may be it is becouse of...
``` # docker build -t mongodb_exporter . Sending build context to Docker daemon 836.1kB Step 1/11 : FROM golang:alpine as builder alpine: Pulling from library/golang 5843afab3874: Pull complete 3d8dd7cab735: Pull...
Outputs statistical I/O information contained in db.serverStatus(). - Additional metrics mongodb_wiredtiger_connection_read_IO_s mongodb_wiredtiger_connection_write_IO_s mongodb_wiredtiger_blockmanager_read_blocks_total mongodb_wiredtiger_blockmanager_read_bytes_total mongodb_wiredtiger_blockmanager_write_bytes_total mongodb_wiredtiger_blockmanager_write_blocks_total mongodb_wiredtiger_cache_read_time_usecs mongodb_wiredtiger_cache_write_time_usecs Mongodb_wiredtiger_cursor_calls {type = "create"} Mongodb_wiredtiger_cursor_calls {type = "Insert"} Mongodb_wiredtiger_cursor_calls {type = "Modify"}...
Hi, I have a few questions - Are container images published with each release? - Is there a Kubernetes example deployment (or should the exporter run as a sidecar?) I...
Is this project still maintained? It seems like https://github.com/percona/mongodb_exporter is where it's at instead?