Skip to content

Commit

Permalink
explicit routing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiobastos committed Sep 4, 2023
1 parent 6e9ecf8 commit f1eedc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/loadbalancingexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ type routingKey int
const (
traceIDRouting routingKey = iota
svcRouting
metricNameRouting
resourceRouting
)

// Config defines configuration for the exporter.
Expand Down

0 comments on commit f1eedc1

Please sign in to comment.