Darshan Chaudhary
Darshan Chaudhary
One way to get hard refreshes is to periodically add the `argocd.argoproj.io/refresh=hard` annotation on the application. @alexmt do you think it would be nice to add a `--app-hard-resync` option (similar...
`godef` seems to speed up after running `go mod vendor`, I think because it doesn't have to do all the extra workπ
@dausruddin π
thank you, will address π marking as draft to avoid notifications in the meantime...
can you use something like this? ``` sum_over_time(increase(my_counter{tag="value"}[1m])[10h:1m]) ```
Do we want heimdall to pass the status `304 Not Modified` back to the calling code? Or actually cache the response and serve the cached response back to the calling...
Apologies for the _delay_, I've updated the design doc and the PR to limit the functionality to just allowing number literals to be used for indicating duration.
pipeline is red due to an unrelated issue, raised https://github.com/prometheus/prometheus/pull/13704 for that
@beorn7, the updated grammar accepts number literals (4.018) whereever durations were earlier accepted (4s18ms), and not necessarily the other way around. For example, `foo @ 3.3335s` doesn't parse, as expected.
> The idea here is to allow it everywhere I skipped it originally because `foo @ 3s` did not "make sense" and I thought we need not make holes in...