Skip to content

Commit

Permalink
fix: add port ID to labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nicko170 committed Aug 19, 2024
1 parent 57f46b0 commit 7bd4889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enricher/enricher.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func (e *Enricher) Enrich(target string, labels map[string]string) map[string]st
}

if port != nil {
labels["port_id"] = port.Service_id
labels["member"] = port.Account.Name
labels["exchange"] = port.Exchange.Name
labels["facility"] = port.Facility.Name
Expand Down

0 comments on commit 7bd4889

Please sign in to comment.