Eray Ates

Results 13 issues of Eray Ates

This is fixes for issue of WithTraceRequestHeader option should only give attributes to traces not metrics. **Header attribute handling:** * Updated tests to ensure that header attributes are correctly included...

When I use interceptor as below than I see also request_id and user-agent inside of the metrics. ```go otelconnect.NewInterceptor( otelconnect.WithTraceRequestHeader("X-Request-Id", "User-Agent"), ) ``` This cause lots of memory usages and...

```go // NewLRUCacheWithEvictionCallback creates a new LRU cache with the specified capacity and eviction callback. // The callback will be called whenever an item is evicted from the cache. func...