WildFly Extension for MicroProfile Metrics With SmallRye
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.extension.metrics.scan | false |
none |
org.wildfly.extension.metrics.http-context.security-enabled | false |
none |
Type | LIST |
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 |
|
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | 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 |
---|---|---|---|---|---|
exposed-subsystems | LIST | false | false | The names of the WildFly subsystems that exposes their metrics (or '*' to expose any subsystem metrics). | |
prefix | STRING | false | true | Prefix prepended to the name of the WildFly metrics exposed by the HTTP endpoints. | |
security-enabled | BOOLEAN | false | true | true | True if authentication is required to access the HTTP endpoint on the HTTP management interface.This attribute overrides the value specified in the security-enabled attribute of the /subsystem=metrics resource. |
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 |
|
{
"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-metrics-smallrye">
<param name="exposed-subsystems" value="{value}"/>
<param name="prefix" value="{value}"/>
<param name="security-enabled" value="{value}"/>
<feature/>