-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make release 2.10 screenshots #5862
Closed
Closed
Conversation
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
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](google/uuid@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/hashicorp/golang-lru/releases) - [Commits](hashicorp/golang-lru@v2.0.5...v2.0.6) --- updated-dependencies: - dependency-name: github.com/hashicorp/golang-lru/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.327 to 1.44.332. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.327...v1.44.332) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…allowlist. (#5844) Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
* Use race-enabled Mimir when running integration tests. * Add support for running race-enabled tests from CLI. * Fix data race in querier.go * Allow passing environment variables to Mimir during integration tests. Pass GORACE=halt_on_error=1. * Use timeouts for all queries. Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
* Docs: clarify ingester_stream_chunks_when_using_blocks setting Signed-off-by: Marco Pracucci <marco@pracucci.com> * Update docs/sources/mimir/configure/about-runtime-configuration.md Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com> --------- Signed-off-by: Marco Pracucci <marco@pracucci.com> Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
* scheduler: add trace span around enqueue When dealing with a support case I was confronted with a trace where the trace ended in the frontend component, but actually the request was rejected in the scheduler. The problem is that we only trace requests that we successfully enqueued. Internal ref: 7262 * Update CHANGELOG Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
…5825) * Add support for paging when searching for dashboards with mimirtool
…iguration. (#5850) * Remove deprecated `max-tsdb-opening-concurrency...` The option blocks-storage.tsdb.max-tsdb-opening-concurrency-on-startup was deprecated, and should be removed in 2.10 Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> * Update CHANGELOG.md Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> * Remove all references Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> * make lint Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> --------- Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
* Fix regex for label_values metric extraction * Exercise new functionality with a test * Add changelog
- Integration tests are never user-facing changes - Helm has its own changelog - CHANGELOG.md are not user-facing - Docs describe what we're shipping Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
* s/undelete_block_gcs/undelete-block-gcs/ All our tools/ use dashes. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> * Update CHANGELOG.md Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> --------- Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
Ref: #5849 Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
…ic description (#5857) * Fix cortex_ingester_tsdb_mmap_chunk_write_queue_operations_total metric description Signed-off-by: Marco Pracucci <marco@pracucci.com> * Fix unit tests Signed-off-by: Marco Pracucci <marco@pracucci.com> --------- Signed-off-by: Marco Pracucci <marco@pracucci.com>
These are the latest screenshots. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
Superseded by #5863, which branches from the release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does
make mixin-screenshots
Which issue(s) this PR fixes or relates to
Ref: #5849
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]