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
* compact: recover from panics (thanos-io#7318)
For thanos-io#6775, it would be useful
to know the exact block IDs to aid debugging.
Signed-off-by: Giedrius Statkevičius <[email protected]>
* Sidecar: wait for prometheus on startup (thanos-io#7323)
Signed-off-by: Michael Hoffmann <[email protected]>
* Receive: fix serverAsClient.Series goroutines leak (thanos-io#6948)
* fix serverAsClient goroutines leak
Signed-off-by: Thibault Mange <[email protected]>
* fix lint
Signed-off-by: Thibault Mange <[email protected]>
* update changelog
Signed-off-by: Thibault Mange <[email protected]>
* delete invalid comment
Signed-off-by: Thibault Mange <[email protected]>
* remove temp dev test
Signed-off-by: Thibault Mange <[email protected]>
* remove timer channel drain
Signed-off-by: Thibault Mange <[email protected]>
---------
Signed-off-by: Thibault Mange <[email protected]>
* Receive: fix stats (thanos-io#7373)
If we account stats for remote write and local writes we will count them
twice since the remote write will be counted locally again by the remote
receiver instance.
Signed-off-by: Michael Hoffmann <[email protected]>
* *: Ensure objstore flag values are masked & disable debug/pprof/cmdline (thanos-io#7382)
* *: Ensure objstore flag values are masked & disable debug/pprof/cmdline
Signed-off-by: Saswata Mukherjee <[email protected]>
* small fix
Signed-off-by: Saswata Mukherjee <[email protected]>
---------
Signed-off-by: Saswata Mukherjee <[email protected]>
* Query: dont pass query hints to avoid triggering pushdown (thanos-io#7392)
If we have a new querier it will create query hints even without the
pushdown feature being present anymore. Old sidecars will then trigger
query pushdown which leads to broken max,min,max_over_time and
min_over_time.
Signed-off-by: Michael Hoffmann <[email protected]>
* Cut patch release v0.35.1
Signed-off-by: Saswata Mukherjee <[email protected]>
---------
Signed-off-by: Giedrius Statkevičius <[email protected]>
Signed-off-by: Michael Hoffmann <[email protected]>
Signed-off-by: Thibault Mange <[email protected]>
Signed-off-by: Saswata Mukherjee <[email protected]>
Co-authored-by: Giedrius Statkevičius <[email protected]>
Co-authored-by: Michael Hoffmann <[email protected]>
Co-authored-by: Thibault Mange <[email protected]>
returnerrors.New("no external labels configured on Prometheus server, uniquely identifying external labels must be configured; see https://thanos.io/tip/thanos/storage.md#external-labels for details.")
215
+
level.Info(logger).Log(
216
+
"msg", "successfully loaded prometheus version",
217
+
)
218
+
returnnil
219
+
})
220
+
iferr!=nil {
221
+
returnerrors.Wrap(err, "failed to get prometheus version")
222
+
}
223
+
224
+
// Blocking query of external labels before joining as a Source Peer into gossip.
225
+
// We retry infinitely until we reach and fetch labels from our Prometheus.
returnerrors.New("no external labels configured on Prometheus server, uniquely identifying external labels must be configured; see https://thanos.io/tip/thanos/storage.md#external-labels for details.")
0 commit comments