Skip to main content
GET
/
api
/
v1
/
config
/
trace-jaeger-remote-sampling-strategies
/
{slug}
{
  "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"
  }
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Path Parameters

slug
string
required

Response

A successful response.

trace_jaeger_remote_sampling_strategy
object