Class 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
    • 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.

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)