WildFly Extension for MicroProfile OpenTracing With SmallRye.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.microprofile.opentracing | false |
none |
Type | STRING |
Is the attribute nillable? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
default-tracer | STRING | false | false | Default tracer for the deployments if none is defined. |
Raw DMR model |
|
{
"migration-warnings" => {
"type" => LIST,
"description" => "Any warnings about resources that could not be migrated.",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"min-length" => 0,
"max-length" => 2147483647,
"stability" => "default",
"value-type" => STRING
},
"migration-error" => {
"type" => OBJECT,
"description" => "",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"stability" => "default",
"value-type" => OBJECT
}
}
Raw DMR model |
|
{
"migration-warnings" => {
"type" => LIST,
"description" => "Any warnings about resources that could not be migrated.",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"min-length" => 0,
"max-length" => 2147483647,
"stability" => "default",
"value-type" => STRING
},
"migration-error" => {
"type" => OBJECT,
"description" => "The error that occurred during migration.",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"stability" => "default",
"value-type" => OBJECT
}
}
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.microprofile-opentracing-smallrye">
<param name="default-tracer" value="{value}"/>
<feature/>