Saswata Mukherjee

Results 34 issues of Saswata Mukherjee

We're trying to build some link checking functionality using colly. But colly on encountering links like "https://www.envoyproxy.io" gives a "301 moved permanently" error even though it is perfectly viewable in...

This issue currently tracks the work that needs to be done to complete the implementation of the [Unified Endpoint Discovery](https://thanos.io/tip/proposals-accepted/202101-endpoint-discovery.md/), so that the usage of endpoint flag can be recommended...

feature request/improvement
stale
GSoC/Community Bridge/LFX

This PR adds head/active series limiting configuration to the new per tenant limiting config added in #5565. * [x] I added CHANGELOG entry for this change. * [ ] Change...

size/XL

Adds Azurite blob storage and Azure cli runnable to `e2edb`. Useful for e2e tests involving Azure objstore. Can use it with objstore config like, ``` type: AZURE config: storage_account: devstoreaccount1...

This PR does the following, - Updates the burn rate factors in `Windows()` function from `14, 7, 2, 1` to `14, 5.6, 2.8, 1` to more accurately represent 28 day...

This PR extends the `Alerting` configuration to enable alert severity label value overrides. As Pyrra generates alerts of two severities, `critical` and `warning`, there are cases where users might want...

This PR allows mdox to generate YAML from Go structs, using the following semantics(for now). Thus, structs like below, ``` type Config struct { Version int `yaml:"version"` Validator []ValidatorConfig `yaml:"validators"`...

This PR parallelizes the file processing loop in `mdformatter` for faster formatting and link checking using `WaitGroup` by spawning a goroutine for each file. (This also changes CLI spinner behavior...

Sometimes Thanos docs CI fails with, ``` error: fmt command failed: parsing githubPullsIssues Regex: pulls API request failed. status code: 403 ``` Usually, running it again fixes it, but looks...

Links like [this](https://github.com/thanos-io/thanos/blame/main/docs/getting-started.md#L118), result in flaky errors like below which are thrown only sometimes, ``` "https://blog.openshift.com/federated-prometheus-with-thanos-receive/" not accessible; status code 0: Get "https://www.openshift.com/blog/federated-prometheus-with-thanos-receive/": context deadline exceeded (Client.Timeout exceeded while awaiting...