Ganesh Vernekar
                                            Ganesh Vernekar
                                        
                                    @bwplotka this is ready for another review (we are just fixing some windows test failures at the moment, other than that it is ready)
Quoting https://github.com/prometheus/docs/issues/1305#issuecomment-472073007: as PromQL is meant to be deterministic, if we want to check within a delta, I think it should be internal to promtool and not specified in the...
@brian-brazil would check within a delta make sense for unit testing? Or the current way is the way it should be?
Could we also not do something like `rate(my_counter[]) * `? And with work ongoing for the duration literal, we might soon be able to do `end() - anystarttime` for the...
Mimir 2.2 will have experimental support for accepting out of order samples. The release will come with docs on how to enable this feature and use this. Stay tuned!
> Is there another way for us to remove samples without using the wall clock? If there are no samples incoming for all the series, then wall clock would be...
@beorn7 do we only want to have a flag for ingestion of histograms while always allowing querying of native histograms even after disabling its ingestion? Or does turning off native...
> get the status of the flag @Nexucis do you also get the config file info in the UI?
In https://github.com/prometheus/prometheus/pull/11253 I am planning to make it a runtime config for histograms. I don't know how the status flag is connected to this. If we can get this info...