Lukasz Gut

Results 10 issues of Lukasz Gut

**What this PR does**: This PR adds documentation for the Generic Forwarding feature introduced in https://github.com/grafana/tempo/pull/1775. **Checklist** - [x] Documentation added

type/docs

**Is your feature request related to a problem? Please describe.** Currently, the Forwarder's queue size and worker count are hardcoded: https://github.com/grafana/tempo/blob/dd0992a4b7a6146a59e25ceeb2879992258ddde0/modules/distributor/forwarder/manager.go#L20-L23 https://github.com/grafana/tempo/blob/dd0992a4b7a6146a59e25ceeb2879992258ddde0/modules/distributor/forwarder/manager.go#L227-L239 **Describe the solution you'd like** I want to...

enhancement
stale
area/ingestion
component/distributor
area/user-configurable overrides

**What this PR does**: Increases the default size and number of workers of the queue used for k6 x Tempo purposes. **Which issue(s) this PR fixes**: This change should give...

### Issue description I followed the [blog post](https://apisix.apache.org/blog/2021/08/19/go-makes-apache-apisix-better/) describing how to implement an external plugin using Go SDK. I've successfully managed to connect APISIX with my plugin process. On top...

## What? This is a little PoC showcasing the possibility of enabling CDP's `Audits` domain and listening to associated issues for every page. To see it work: ```sh make build...

idea 💡

I have a use case where part of the exposed API is reverse-proxied to a downstream server. Currently, this is implemented directly using `chi.Router`: ```go func (a *PrometheusApi) Register(router chi.Router)...

question

# Description This PR is a Proof of Concept of the **MeasurementProcessor** concept for the OpenTelemetry Python SDK, following the design specified in [OpenTelemetry Specification PR #4318](https://github.com/open-telemetry/opentelemetry-specification/pull/4318). MeasurementProcessor enables powerful...

Fixes #4298 This PR adds the `MeasurementProcessor` concept to the Metrics SDK specification. The goal is to allow use cases such as: - Dynamic injection of additional attributes to measurements...

changelog.opentelemetry.io

**What are you trying to achieve?** I would like to be able to enrich my telemetry using members encoded inside the `Baggage` header. The idea is to enable an "end-to-end...

spec:metrics
triage:accepted:ready-with-sponsor

## Description The experimental `@grafana/faro-instrumentation-replay` currently does not support any form of sampling. When this new instrumentation is enabled, it will always emit events via the Events API, regardless of...

feature