Mauro Stettler

Results 19 issues of Mauro Stettler

Hi I've added a `goto_first` function. Now it's possible to configure a key that brings the cursor back to the top, I like to do that after `force_update` to continue...

Hello, Thanks for this great rss reader! I'm using a link handler which stores links to http://getpocket.com but I would like to get the link titles there too. So I...

#### What this PR does #### Which issue(s) this PR fixes or relates to Fixes # #### Checklist - [ ] Tests updated - [ ] Documentation added - [...

This issue is tracking the progress of the release 2.5.0. The release candidate is scheduled for the week of 28th Nov. ### 2.5.0-rc.0 - [x] Write release notes document [PR](https://github.com/grafana/mimir/pull/3580)...

I have seen this log message in the querier: ``` POST /prometheus/api/v1/read (500) 397.162µs Response: \"the query time range exceeds the limit (query length: 2160h0m0s, limit: 768h0m0s) (err-mimir-max-query-length). To adjust...

This PR is only to keep track of changes in this branch, it won't be merged.

Skipping the unmarshaling of exemplars if a user has exemplars disabled anyway. This would help us because we have users who have exemplars disabled and who are still sending requests...

The OTel collector and Alloy allow the user to configure the batch size limit in samples per batch via the setting `send_batch_max_size`, but since this limit is defined in samples...

area/opentelemetry

This adds another check to the Distributor's `validateLabels()` function which validates that received label values only contain utf-8 characters. I also added a test case which sends a label value...