Sávio Lucena

Results 8 issues of Sávio Lucena

Hi folks, My company is in the process of rolling out New Relic internally and I saw an opportunity for adding a new notification service for it to integrate with...

Support for adding New Relic as a notification service for ArgoCD notifications. New Relic has the concept of [Deployment Markers](https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/record-monitor-deployments/) that allows us to register a custom event as a...

With [kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/glossary.md#base) allowing composition of multiple `kustomize` layers it would be great to have **sealed-secrets** to be able to be installed in such way. Here is what it would look...

enhancement
backlog

Running this tool in a set of CI linux arm64 nodes and seeing the performance impact the emulation has, so we could benefit from publishing images for multiple platforms https://docs.docker.com/build/ci/github-actions/multi-platform/

When IP restriction is enforced, cli requests returns a pretty unintuitive message, without the authentication context See the attachment below: Running the same command with `--debug-graphql` we get additional information...

v2

### Problem Statement Sentry's Open Telemetry processor isn't correctly categorizing queues as per Sentry's expected definition, so any spans from ActiveJob, Sidekiq or the likes aren't showing up correctly or...

Feature
Ruby

Adds parsing logic for OTel spans with messaging.system attributes to properly categorize queue operations. Producer spans get 'queue.publish' operation and consumer spans get 'queue.process' operation. The span description is extracted...

Add `messaging.sidekiq.latency` and `messaging.sidekiq.retry.count` attributes to `opentelemetry-instrumentation-sidekiq`. These attributes provide meaningful information which one can build monitoring and alerting from.