Class TSDBSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.TSDBSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<TSDBSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class TSDBSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<TSDBSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TSDBSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetOutOfOrderTimeWindow()Configures how old an out-of-order/out-of-bounds sample can be with respect to the TSDB max time.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetOutOfOrderTimeWindow(String outOfOrderTimeWindow)Configures how old an out-of-order/out-of-bounds sample can be with respect to the TSDB max time.TSDBSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
TSDBSpec
public TSDBSpec()
No args constructor for use in serialization
-
TSDBSpec
public TSDBSpec(String outOfOrderTimeWindow)
-
-
Method Detail
-
getOutOfOrderTimeWindow
public String getOutOfOrderTimeWindow()
Configures how old an out-of-order/out-of-bounds sample can be with respect to the TSDB max time.An out-of-order/out-of-bounds sample is ingested into the TSDB as long as the timestamp of the sample is >= (TSDB.MaxTime - outOfOrderTimeWindow).
This is an *experimental feature*, it may change in any upcoming release in a breaking way.
It requires Prometheus >= v2.39.0 or PrometheusAgent >= v2.54.0.
-
setOutOfOrderTimeWindow
public void setOutOfOrderTimeWindow(String outOfOrderTimeWindow)
Configures how old an out-of-order/out-of-bounds sample can be with respect to the TSDB max time.An out-of-order/out-of-bounds sample is ingested into the TSDB as long as the timestamp of the sample is >= (TSDB.MaxTime - outOfOrderTimeWindow).
This is an *experimental feature*, it may change in any upcoming release in a breaking way.
It requires Prometheus >= v2.39.0 or PrometheusAgent >= v2.54.0.
-
edit
public TSDBSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<TSDBSpecBuilder>
-
toBuilder
public TSDBSpecBuilder toBuilder()
-
-