Jan Fajerski

Results 22 issues of Jan Fajerski

### Proposal When staleness was improved for 2.0, any series that are ingested with explicit timestamps are explicitly excluded from the functionality. From what I understand this was done because:...

approved
lgtm
qe-approved
backport-risk-assessed
jira/valid-bug
jira/severity-low
jira/valid-reference

This replicates work done in the prometheus repo in https://github.com/prometheus/prometheus/pull/10220 plus a few follow up PRs. Asset compression is handled via https://github.com/prometheus/common/tree/main/assets Signed-off-by: Jan Fajerski

The smpt_server is create with hardcoded [`hideSTARTLS: true`](https://github.com/maildev/maildev/blob/357a20edcd205413d3590aedb8fcd7c97563c40d/lib/mailserver.js#L190). It would be better to expose this via a config option for tests where a client specifically check whether starttls is advertised.

add orderly shutdown of all ceph and gateway services.

feature

### Proposal This flag has been deprecated and user should use `--web.enable-remote-write-receiver` to enable this feature. _edit_ This issue needs no work at this point. https://github.com/prometheus/prometheus/pull/13435 is the proposed fix....

### Proposal Both features are enabled by default and thus should be dropped from the feature flag list for a major version bump. _edit_ This issue needs no work at...

If a histogram has no classic buckets, assume its a native histogram and render the stringyfied version of it. Fixes: #515