You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to allow content type == text/plain for Prometheus
remote write v1 push. Let's continue to not impact users.
Signed-off-by: György Krajcsovits <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@
83
83
*[BUGFIX] MQE: Fix deriv with histograms #10383
84
84
*[BUGFIX] PromQL: Fix <aggr_over_time> functions with histograms https://github.com/prometheus/prometheus/pull/15711#10400
85
85
*[BUGFIX] MQE: Fix <aggr_over_time> functions with histograms #10400
86
-
*[BUGFIX] Distributor: return HTTP status 415 Unsupported Media Type instead of 200 Success for Remote Write 2.0 until we support it. #10423
86
+
*[BUGFIX] Distributor: return HTTP status 415 Unsupported Media Type instead of 200 Success for Remote Write 2.0 until we support it. #10423#10916
87
87
*[BUGFIX] Query-frontend: Add flag `-query-frontend.prom2-range-compat` and corresponding YAML to rewrite queries with ranges that worked in Prometheus 2 but are invalid in Prometheus 3. #10445#10461#10502
88
88
*[BUGFIX] Distributor: Fix edge case at the HA-tracker with memberlist as KVStore, where when a replica in the KVStore is marked as deleted but not yet removed, it fails to update the KVStore. #10443
89
89
*[BUGFIX] Distributor: Fix panics in `DurationWithJitter` util functions when computed variance is zero. #10507
0 commit comments