Skip to content

Commit 6020a82

Browse files
committed
remove WithNamspace configuration
Signed-off-by: Alex Boten <[email protected]>
1 parent 7704414 commit 6020a82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/internal/proctelemetry/config.go

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ func initPrometheusExporter(prometheusConfig *config.Prometheus, asyncErrorChann
168168
otelprom.WithProducer(opencensus.NewMetricProducer()),
169169
// This allows us to produce metrics that are backwards compatible w/ opencensus
170170
otelprom.WithoutCounterSuffixes(),
171-
otelprom.WithNamespace("otelcol"),
172171
otelprom.WithResourceAsConstantLabels(attribute.NewDenyKeysFilter()),
173172
)
174173
if err != nil {

0 commit comments

Comments
 (0)