Skip to content

Commit fd25682

Browse files
committed
chore: comment unused field
1 parent 506550e commit fd25682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgpool2_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ type MetricMapNamespace struct {
134134
type MetricMap struct {
135135
discard bool // Should metric be discarded during mapping?
136136
vtype prometheus.ValueType // Prometheus valuetype
137-
namespace string
137+
// namespace string
138138
desc *prometheus.Desc // Prometheus descriptor
139139
conversion func(interface{}) (float64, bool) // Conversion function to turn PG result into float64
140140
}

0 commit comments

Comments
 (0)