-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added global ingester limits. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Add tests for global limits. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Expose current limits used by ingester via metrics. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Add max inflight requests limit. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Added test for inflight push requests. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Docs. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Debug log. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Test for unmarshalling. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Nil default global limits. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * CHANGELOG.md Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Expose current ingestion rate as gauge. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Expose number of inflight requests. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Change ewmaRate to use RWMutex. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Rename globalLimits to instanceLimits. Rename max_users to max_tenants. Removed extra parameter to `getOrCreateTSDB` Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Rename globalLimits to instanceLimits, fix users -> tenants, explain that these limits only work when using blocks engine. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Rename globalLimits to instanceLimits, fix users -> tenants, explain that these limits only work when using blocks engine. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Remove details from error messages. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Comment. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Fix series count when closing non-empty TSDB. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Added new failure modes to benchmark. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Fixed docs. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Tick every second. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Fix CHANGELOG.md Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Review feedback. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Review feedback. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Remove forgotten fmt.Println. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Use error variables. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
- Loading branch information
Showing
11 changed files
with
786 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.