Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultServerName = "main" DefaultMongoDBURI = "mongodb://localhost:27017" DefaultMetricsPath = "/metrics" DefaultBindAddr = ":9412" DefaultQueryTimeout = 10 * time.Second HealthzPath = "/healthz" DefaultLogEncoder = "json" DefaultLogLevel = "warn" )
Config defaults
Variables ¶
View Source
var Counter = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "mongodb_query_exporter_query_total", Help: "How many MongoDB queries have been processed, partitioned by metric, server and status", }, []string{"aggregation", "server", "result"}, )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.