{
"operation-name" : "add",
"description" : "Add the configuration of the jaeger tracer.",
"request-properties" : {
"tags" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "The tracer level tags.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"tracer_id_128bit" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Opt-in to use 128 bit traceIds. By default, uses 64 bits.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"propagation" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "List of formats to use for propagating the trace context.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"reporter-flush-interval" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The flush interval when reporting spans remotely.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"reporter-log-spans" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether the reporter should log the spans.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"reporter-max-queue-size" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum queue size for use when reporting spans remotely.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"sampler-manager-host-port" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Jaeger sampler host port.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"sampler-param" : {
"type" : {
"TYPE_MODEL_VALUE" : "DOUBLE"
},
"description" : "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.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"sampler-type" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Jaeger sampler type. There are 4 supported type: 'const', 'probabilistic', 'ratelimiting' and 'remote'.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "remote",
"allowed" : [
"const",
"probabilistic",
"ratelimiting",
"remote"
],
"stability" : "default"
},
"sender-auth-password" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Basic Auth password to be added on Authorization headers for requests sent to the endpoint.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"sender-auth-token" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Auth Token to be added as \"Bearer\" on Authorization headers for requests sent to the endpoint.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"sender-auth-user" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Basic Auth username to be added on Authorization headers for requests sent to the endpoint.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"sender-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The outbound binding used to connect to the agent.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.network.outbound-socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"sender-endpoint" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The full URL to the traces endpoint, like https://jaeger-collector:14268/api/traces",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}