Sebastián Blázquez
Sebastián Blázquez
Hi! Would it be possible to add a method to change the cache size after it's created? Thanks!
Hi! I just noticed that the filters (`Behat\Gherkin\Filter\RoleFilter` for example) has the `as an` string hardcoded. This makes it imposible to use some role-based features in other languages. Update: It...
Hi! It would be great if the library had types for typescript
### What version of OpenTelemetry are you using? 1.0.4 ### What version of Node are you using? 14.18.3 ### What did you do? I set up an express app that...
## Bug Report **Describe the bug** Currently, the http output plugin retries all requests that respond with an 4xx status code: https://github.com/fluent/fluent-bit/blob/910009855636921dfeabd7defe1cae5c494a4bea/plugins/out_http/http.c#L268 Nevertheless, most 4xx status codes are non retryable...
Allow wasm filters to create TextReadout metrics, currently it only supports Counters, Gauges, and Histograms. Possible use case: A WASM filter with asynchronous initialization was developed, which fetches necessary configuration...