metric namespace 설정 추가
This commit is contained in:
@ -275,7 +275,7 @@ func (hc *houstonClient) launch(meta *procmeta) error {
|
||||
|
||||
if _, registered := metricValues[metric.Key]; !registered {
|
||||
exporter := newExporterForPrometheus()
|
||||
accessor := exporter.registMetric(childProcName, metric)
|
||||
accessor := exporter.registMetric(hc.config.MetricNamespace, metric)
|
||||
|
||||
prometheus.Register(exporter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user