Update Span Sampling Policy
Update a specific span sampling policy
id
{
"name": "string",
"id": "string",
"active": false,
"description": "string",
"expression": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"samplingPercent": 0,
"deleted": false,
"creatorId": "string",
"updaterId": "string"
}
Span sampling policy name
Unique identifier of the span sampling policy
Whether span sampling policy is active
Span sampling policy description
Span sampling policy expression
Created time of the span sampling policy
Last updated time of the span sampling policy
Sampling percent of policy, 100 means keeping all the spans that matches the policy
Whether span sampling policy is soft-deleted, can be modified with delete/undelete api
Creator user of the span sampling policy
Updater user of the span sampling policy
successful operation
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"name": "string",
"id": "string",
"active": false,
"description": "string",
"expression": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"samplingPercent": 0,
"deleted": false,
"creatorId": "string",
"updaterId": "string"
}
}