We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506550e commit fd25682Copy full SHA for fd25682
pgpool2_exporter.go
@@ -134,7 +134,7 @@ type MetricMapNamespace struct {
134
type MetricMap struct {
135
discard bool // Should metric be discarded during mapping?
136
vtype prometheus.ValueType // Prometheus valuetype
137
- namespace string
+ // namespace string
138
desc *prometheus.Desc // Prometheus descriptor
139
conversion func(interface{}) (float64, bool) // Conversion function to turn PG result into float64
140
}
0 commit comments