curl --request GET \
--url https://tenant.chronosphere.io/api/v1/config/trace-behaviors/{slug} \
--header 'API-Token: <api-key>'{
"trace_behavior": {
"name": "<string>",
"base_head_sample_rate": 123,
"base_tail_sample_rate": 123,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"error_sample_options": {
"enabled": true,
"sample_rate": 123,
"sampling_type": "LOW_VALUE"
},
"fast_sample_options": {
"enabled": true,
"max_duration_seconds": 123,
"sample_rate": 123,
"sampling_type": "LOW_VALUE"
},
"large_trace_sample_options": {
"enabled": true,
"sample_rate": 123,
"sampling_type": "LOW_VALUE",
"span_count_threshold": 123
},
"slow_sample_options": {
"enabled": true,
"min_duration_seconds": 123,
"sample_rate": 123,
"sampling_type": "LOW_VALUE"
},
"slug": "<string>",
"small_trace_sample_options": {
"enabled": true,
"sample_rate": 123,
"sampling_type": "LOW_VALUE",
"span_count_threshold": 123
},
"updated_at": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://tenant.chronosphere.io/api/v1/config/trace-behaviors/{slug} \
--header 'API-Token: <api-key>'{
"trace_behavior": {
"name": "<string>",
"base_head_sample_rate": 123,
"base_tail_sample_rate": 123,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"error_sample_options": {
"enabled": true,
"sample_rate": 123,
"sampling_type": "LOW_VALUE"
},
"fast_sample_options": {
"enabled": true,
"max_duration_seconds": 123,
"sample_rate": 123,
"sampling_type": "LOW_VALUE"
},
"large_trace_sample_options": {
"enabled": true,
"sample_rate": 123,
"sampling_type": "LOW_VALUE",
"span_count_threshold": 123
},
"slow_sample_options": {
"enabled": true,
"min_duration_seconds": 123,
"sample_rate": 123,
"sampling_type": "LOW_VALUE"
},
"slug": "<string>",
"small_trace_sample_options": {
"enabled": true,
"sample_rate": 123,
"sampling_type": "LOW_VALUE",
"span_count_threshold": 123
},
"updated_at": "2023-11-07T05:31:56Z"
}
}