Hi there,

I wondering is it possible to simulate missing data in series defined in 
promtool tests.
Lets consider following test:

evaluation_interval: 1m
tests:
    - interval: 1m
      input_series:
          - series: 'metric{}'
            values: 0 4 0 10 2

      promql_expr_test:
          - expr: increase(metric[4m])
            eval_time: 4m
            exp_samples:
                - labels: 'metric{}'
                  value: 12

I would like to test scenario where second 0 in given value set is 
missing(let's say Prometheus couldn't scrap it for some reason). Is it 
possible?

Regards,
r

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/67c677ab-e71a-4a5c-8e54-ef7e7315c525n%40googlegroups.com.

Reply via email to