diff --git a/exp/telemetry/otel_prom.go b/exp/telemetry/otel_prom.go index 42044e74d..81bc6eec1 100644 --- a/exp/telemetry/otel_prom.go +++ b/exp/telemetry/otel_prom.go @@ -75,6 +75,8 @@ func (p *OtelPromProducer) Produce(ctx context.Context) ([]metricdata.ScopeMetri // tendermint_consensus_total_txs{partition="chico"} var attrs []attribute.KeyValue if p.Network != "" { + // TODO: Replace with a proper, pipelined label rewriter that also + // works for native otel metrics attrs = append(attrs, attribute.String("network", p.Network)) }