Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Jul 2, 2024
1 parent 8280708 commit e65ff5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exp/telemetry/otel_prom.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit e65ff5b

Please sign in to comment.