Open
Description
I want to to use zero ingestion. In my case, some time series does not created within the first 5 minutes (ValidIntervalCreatedTimestampZeroIngestion
) and in the end zero ingestion does not work for them. Here let me explain the issue with more details
time | metric | label | change | zero ingested |
---|---|---|---|---|
t0 | my_metric_total | label1 | 0 => 1 | ✅ |
t0+1m | my_metric_total | label2 | 0 => 1 | ✅ |
t0+6m | my_metric_total | label3 | 0 => 1 | ❌ |
I also could not see any way of changing the option and I think we should expose this setting to change
Metadata
Metadata
Assignees
Labels
No labels