Skip to content

Commit

Permalink
Merge pull request #21 from opsramp/release/v0.104.x
Browse files Browse the repository at this point in the history
Release/v0.104.x
  • Loading branch information
opsrampdeveloper authored Jul 29, 2024
2 parents c0b1fdf + c911dfd commit 6c6b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/opsrampk8sattributesprocessor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ func (op *opsrampk8sattributesprocessor) processResource(ctx context.Context, re
}

if resourceUuid != "" {
resource.Attributes().PutStr("opsramp.resource.uuid", resourceUuid)
resource.Attributes().PutStr("uuid", resourceUuid)
}
}

0 comments on commit 6c6b798

Please sign in to comment.