Skip to content

Commit

Permalink
APIGOV-28690 additional info in usage event (#831)
Browse files Browse the repository at this point in the history
* APIGOV-28690 additional info in usage event

* APIGOV-28690 update fields values

* APIGOV-28581 update traceability sampling config

* Revert "APIGOV-28581 update traceability sampling config"

This reverts commit e796ca8.
  • Loading branch information
alrosca authored Sep 30, 2024
1 parent a2504e6 commit 10b0e52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/transaction/metric/metricscollector.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,10 @@ func (c *collector) generateUsageEvent(orgGUID string) {
},
},
Meta: map[string]interface{}{
"AgentName": agent.GetCentralConfig().GetAgentName(),
"AgentVersion": cmd.BuildVersion,
"AgentName": agent.GetCentralConfig().GetAgentName(),
"AgentVersion": cmd.BuildVersion,
"AgentType": cmd.BuildAgentName,
"AgentSDKVersion": cmd.SDKBuildVersion,
},
}

Expand Down

0 comments on commit 10b0e52

Please sign in to comment.