Skip to content

Commit

Permalink
[network path] Add missing origin field in network path integration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang authored Sep 25, 2024
1 parent b9c0e87 commit 2acf4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/collector/corechecks/networkpath/networkpath.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func (c *Check) Run() error {
return fmt.Errorf("failed to trace path: %w", err)
}
path.Namespace = c.config.Namespace
path.Origin = payload.PathOriginNetworkPathIntegration

// Add tags to path
path.Source.Service = c.config.SourceService
Expand Down

0 comments on commit 2acf4d5

Please sign in to comment.