Package | Description |
---|---|
com.oracle.bmc.apmconfig.model |
Modifier and Type | Method and Description |
---|---|
static Apdex.Builder |
Apdex.builder()
Create a new builder.
|
Apdex.Builder |
Apdex.Builder.copy(Apdex model) |
Apdex.Builder |
Apdex.Builder.displayName(String displayName)
The name by which a configuration entity is displayed to the end user.
|
Apdex.Builder |
Apdex.Builder.filterText(String filterText)
The string that defines the Span Filter expression.
|
Apdex.Builder |
Apdex.Builder.isApplyToErrorSpans(Boolean isApplyToErrorSpans)
Specifies whether an Apdex score should be computed for error spans.
|
Apdex.Builder |
Apdex.Builder.isEnabled(Boolean isEnabled)
Specifies whether the Apdex score should be computed for spans matching the rule.
|
Apdex.Builder |
Apdex.Builder.priority(Integer priority)
The priority controls the order in which multiple rules in a rule set are applied.
|
Apdex.Builder |
Apdex.Builder.satisfiedResponseTime(Integer satisfiedResponseTime)
The maximum response time in milliseconds that is considered “satisfactory” for the end
user.
|
Apdex.Builder |
Apdex.toBuilder() |
Apdex.Builder |
Apdex.Builder.toleratingResponseTime(Integer toleratingResponseTime)
The maximum response time in milliseconds that is considered “tolerable” for the end
user.
|
Copyright © 2016–2024. All rights reserved.