Config API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/config/trace-jaeger-remote-sampling-strategies/{slug} \ --header 'API-Token: <api-key>'
{ "trace_jaeger_remote_sampling_strategy": { "name": "<string>", "applied_strategy": { "per_operation_strategies": { "default_lower_bound_traces_per_second": 123, "default_sampling_rate": 123, "default_upper_bound_traces_per_second": 123, "per_operation_strategies": [ { "operation": "<string>", "probabilistic_sampling_strategy": { "sampling_rate": 123 } } ] }, "probabilistic_strategy": { "sampling_rate": 123 }, "rate_limiting_strategy": { "max_traces_per_second": 123 } }, "created_at": "2023-11-07T05:31:56Z", "service_name": "<string>", "slug": "<string>", "updated_at": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.chronosphere.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
Use this file to discover all available pages before exploring further.
Chronosphere API token
A successful response.
Show child attributes