| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOFormula |
SLOFormula.formula(String formula) |
SLOFormula |
SLOCountDefinitionWithBadEventsFormula.getBadEventsFormula()
A formula that specifies how to combine the results of multiple queries.
|
SLOFormula |
SLOCountDefinitionWithTotalEventsFormula.getGoodEventsFormula()
A formula that specifies how to combine the results of multiple queries.
|
SLOFormula |
SLOCountDefinitionWithBadEventsFormula.getGoodEventsFormula()
A formula that specifies how to combine the results of multiple queries.
|
SLOFormula |
SLOCountDefinitionWithTotalEventsFormula.getTotalEventsFormula()
A formula that specifies how to combine the results of multiple queries.
|
SLOFormula |
SLOFormula.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<SLOFormula> |
SLOTimeSliceQuery.getFormulas()
A list that contains exactly one formula, as only a single formula may be used in a time-slice
SLO.
|
| Modifier and Type | Method and Description |
|---|---|
SLOTimeSliceQuery |
SLOTimeSliceQuery.addFormulasItem(SLOFormula formulasItem) |
SLOCountDefinitionWithBadEventsFormula |
SLOCountDefinitionWithBadEventsFormula.badEventsFormula(SLOFormula badEventsFormula) |
SLOCountDefinitionWithTotalEventsFormula |
SLOCountDefinitionWithTotalEventsFormula.goodEventsFormula(SLOFormula goodEventsFormula) |
SLOCountDefinitionWithBadEventsFormula |
SLOCountDefinitionWithBadEventsFormula.goodEventsFormula(SLOFormula goodEventsFormula) |
void |
SLOCountDefinitionWithBadEventsFormula.setBadEventsFormula(SLOFormula badEventsFormula) |
void |
SLOCountDefinitionWithTotalEventsFormula.setGoodEventsFormula(SLOFormula goodEventsFormula) |
void |
SLOCountDefinitionWithBadEventsFormula.setGoodEventsFormula(SLOFormula goodEventsFormula) |
void |
SLOCountDefinitionWithTotalEventsFormula.setTotalEventsFormula(SLOFormula totalEventsFormula) |
SLOCountDefinitionWithTotalEventsFormula |
SLOCountDefinitionWithTotalEventsFormula.totalEventsFormula(SLOFormula totalEventsFormula) |
| Modifier and Type | Method and Description |
|---|---|
SLOTimeSliceQuery |
SLOTimeSliceQuery.formulas(List<SLOFormula> formulas) |
void |
SLOTimeSliceQuery.setFormulas(List<SLOFormula> formulas) |
| Constructor and Description |
|---|
SLOCountDefinitionWithBadEventsFormula(SLOFormula badEventsFormula,
SLOFormula goodEventsFormula,
List<SLODataSourceQueryDefinition> queries) |
SLOCountDefinitionWithTotalEventsFormula(SLOFormula goodEventsFormula,
List<SLODataSourceQueryDefinition> queries,
SLOFormula totalEventsFormula) |
| Constructor and Description |
|---|
SLOTimeSliceQuery(List<SLOFormula> formulas,
List<SLODataSourceQueryDefinition> queries) |
Copyright © 2026. All rights reserved.