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
* Add new http-grace-period flag
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
* Update CHANGELOG
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
* Update docs
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
* Update pkg/server/http.go
Co-Authored-By: Bartlomiej Plotka <bwplotka@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
* Rename initializer for HTTP server
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel
15
15
16
16
-[#1660](https://github.com/thanos-io/thanos/pull/1660) Add a new `--prometheus.ready_timeout` CLI option to the sidecar to set how long to wait until Prometheus starts up.
17
17
-[#1573](https://github.com/thanos-io/thanos/pull/1573)`AliYun OSS` object storage, see [documents](docs/storage.md#aliyun-oss-configuration) for further information.
18
+
-[#1680](https://github.com/thanos-io/thanos/pull/1680) Add a new `--http-grace-period` CLI option to components which serve HTTP to set how long to wait until HTTP Server shuts down.
cmd:=app.Command(comp.String(), "Accept Prometheus remote write API requests and write to local tsdb (EXPERIMENTAL, this may change drastically without notice)")
labelStrs:=cmd.Flag("label", "Labels to be applied to all generated metrics (repeated). Similar to external labels for Prometheus, used to identify ruler and its blocks as unique source.").
0 commit comments