Arthur Silva Sens

Results 48 issues of Arthur Silva Sens

### What did you do? Updated promtool on our CI(Github Action) from v2.36.0 to v2.37.0 Github actions fail the pipeline depending on the exit code of the execution: * 0...

help wanted
kind/bug
component/promtool

Building and maintaining software nowadays require companies to take care of hundreds or thousands of VMs running across multiple regions and a reliable network connection is vital. To be able...

## Description Started working on #4722, but opening as a draft already to get feedback on the API changes. Does that seems appropriate? Here is the link for `tracing_config` docs,...

**What is missing?** Tracing was introduced to Prometheus in [version 2.18.0](https://github.com/prometheus/prometheus/releases/tag/v2.18.0), using the Jaeger library. Jaeger's lib was deprecated and has finally been sunset so it didn't make sense to...

kind/feature

For Gitpod environments, we've been using [heptio's Jsonnet extension](https://github.com/heptio/vscode-jsonnet) to help with development... while using none for codespaces (not sure if that can be pre-configured). Heptio's vs-code extension has been...

kind/feature

Yesterday I was trying to deploy Observatorium on a fresh new GKE cluster. To deploy Observatorium I followed the [e2e test script in the operator repository](https://github.com/observatorium/operator/blob/master/tests/e2e.sh). The components `loki-compactor`, `loki-ingester`...

Fixes #314 Just took a quick try into 314... Fixes the issue but I basically copied code from `filesystem.go`, so I believe the code can still be improved to reduce...

We tried creating an SLO with the following spec: ``` spec: target: "99.9" description: "Success ratio of workspace backups" window: 4w indicator: ratio: errors: metric: gitpod_ws_manager_workspace_backups_failure_total total: metric: (gitpod_ws_manager_workspace_backups_failure_total +...

**Describe the bug** After [enabling garbage collection](https://github.com/gitpod-io/ops/pull/1964/files) in one of our Werft installations, the WebUI became unresponsive after 30~40 minutes. We noticed errors when the Web UI performed the `ListJobs`...

## Description Unfortunately, I've lost count of how many times we had to roll back Werft upgrades because we failed to specify a valid werft configuration. This PR is adding...