B3
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | DOUBLE |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | remote |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Allowed Values | const probabilistic ratelimiting remote |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Capability reference | |
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
tags | OBJECT | false | true | The tracer level tags. | |
tracer_id_128bit | BOOLEAN | false | true | false | Opt-in to use 128 bit traceIds. By default, uses 64 bits. |
propagation | LIST | false | true | List of formats to use for propagating the trace context. | |
reporter-flush-interval | INT | false | true | The flush interval when reporting spans remotely. | |
reporter-log-spans | BOOLEAN | false | true | Whether the reporter should log the spans. | |
reporter-max-queue-size | INT | false | true | The maximum queue size for use when reporting spans remotely. | |
sampler-manager-host-port | STRING | false | true | The Jaeger sampler host port. | |
sampler-param | DOUBLE | false | true | The Jaeger sampler parameter. For a 'Constant' sampler 0 means no trace and 1 means all traces. For a 'probabilistic' sample this is the probability of sampling. For a 'Rate Limiting' sampler this define the number of traces per second. | |
sampler-type | STRING | false | true | remote | The Jaeger sampler type. There are 4 supported type: 'const', 'probabilistic', 'ratelimiting' and 'remote'. |
sender-auth-password | STRING | false | true | The Basic Auth password to be added on Authorization headers for requests sent to the endpoint. | |
sender-auth-token | STRING | false | true | The Auth Token to be added as "Bearer" on Authorization headers for requests sent to the endpoint. | |
sender-auth-user | STRING | false | true | The Basic Auth username to be added on Authorization headers for requests sent to the endpoint. | |
sender-binding | STRING | false | false | The outbound binding used to connect to the agent. | |
sender-endpoint | STRING | false | true | The full URL to the traces endpoint, like https://jaeger-collector:14268/api/traces |