{
"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"
}
}{
"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"
}
}Chronosphere API token
A successful response.
Show child attributes
The name of the TraceJaegerRemoteSamplingStrategy. You can modify this value after the TraceJaegerRemoteSamplingStrategy is created.
The strategy to apply for JaegerRemoteSampler-enabled agents running in the named service. Exactly one of the following strategies must be set. See the Observability Platform documentation for Creating head sampling rules for more information.
Show child attributes
Applies an operation-granularity strategy. If this strategy is set, no other strategy can be set.
Show child attributes
Defines a minimum number of traces to send for any operation in the service, regardless of matching per operation strategy.
Defines the service-wide sampling probability (in the range [0, 1]) when
specific operations are not matched.
Defines a maximum number of traces to send for any operation in the service, regardless of matching per operation strategy.
Defines explicit operations-specific strategies that take precedence over the default sampling rate.
Show child attributes
The operation to which this specific strategy applies.
Defines the probabilistic strategy to apply to traces matching this operation.
Show child attributes
Value in the range [0, 1] that defines the percentage probability of
sampling any trace, where 0 is zero percent and 1 equals 100 percent.
Applies a probabilistic strategy. If this strategy is set, no other strategy can be set.
Show child attributes
Value in the range [0, 1] that defines the percentage probability of
sampling any trace, where 0 is zero percent and 1 equals 100 percent.
Applies a rate-limiting strategy. If this strategy is set, no other strategy can be set.
Show child attributes
Maximum number of traces to sample per second.
Timestamp of when the TraceJaegerRemoteSamplingStrategy was created. Cannot be set by clients.
The name of the service this sampling strategy applies to. This value must match
the slug and name fields.
The unique identifier of the TraceJaegerRemoteSamplingStrategy. If a slug isn't provided, one is generated based on the name field. You can't modify this field after the TraceJaegerRemoteSamplingStrategy is created.
Timestamp of when the TraceJaegerRemoteSamplingStrategy was last updated. Cannot be set by clients.