Skip to content

Commit

Permalink
INT - regen resources (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway authored Sep 23, 2024
1 parent 8003d64 commit fabd2a4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ type TraceabilityAgentSpecConfigSampling struct {
// The percentage of transactions that the agent will save the full transaction details for. Valid values(decimals included) are 0 to 10
// GENERATE: The following code has been modified after code generation
Percentage float64 `json:"percentage"`
// When set to true will send transactional data for every errored transaction for Business and Consumer Insights
OnlyErrors bool `json:"onlyErrors"`
// Property is not used anymore. Set onlyErrors to true will allow the agent to sample only the error transactions for Business and Consumer Insights
AllErrors bool `json:"allErrors,omitempty"`
// Allows the agent to sample only the error transactions for Business and Consumer Insights
OnlyErrors bool `json:"onlyErrors,omitempty"`
}

0 comments on commit fabd2a4

Please sign in to comment.