Skip to content

Commit

Permalink
fix: update scraper_id in ec2 k8s node external lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Dec 19, 2024
1 parent 5750002 commit eaefe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ func (aws Scraper) instances(ctx *AWSContext, config v1.AWS, results *v1.ScrapeR

relationships = append(relationships, v1.RelationshipResult{
ConfigExternalID: selfExternalID,
RelatedExternalID: v1.ExternalID{ExternalID: "Kubernetes/Node//" + *i.PrivateDnsName, ConfigType: "Kubernetes::Node"},
RelatedExternalID: v1.ExternalID{ExternalID: "Kubernetes/Node//" + *i.PrivateDnsName, ConfigType: "Kubernetes::Node", ScraperID: "all"},
Relationship: "InstanceKuberenetesNode",
})

Expand Down

0 comments on commit eaefe44

Please sign in to comment.