Skip to content

Commit

Permalink
supportability metrics nramqp
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Oct 19, 2023
1 parent 1765c5a commit 8ff7dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v3/integrations/nramqp/nramqp.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const (
RabbitMQLibrary = "RabbitMQ"
)

func init() { internal.TrackUsage("integration", "messagebroker", "nramqp") }

func creatProducerSegment(exchange, key string) *newrelic.MessageProducerSegment {
s := newrelic.MessageProducerSegment{
Library: RabbitMQLibrary,
Expand Down

0 comments on commit 8ff7dc7

Please sign in to comment.