Dustin Deus
Dustin Deus
This PR ensures that we respect the value type when comparing the argument value with the event payload. Before this PR, we treated "1" as 1 and vice versa, as...
Hi, I can't create a dictionary because the enum `DictionaryFormat` was not exposed to the library user. ```rs let dict = Dictionary { format: DictionaryFormat::Json, file: PathBuf::from(r"fixtures/config.dict.json") }; ```
Hi, as mentioned in the docs `req.send_async(API)` can be used to make requests without waiting for the response, therefore it doesn't block the initial request. > This method is also...
### Description Hi, we use OpenTelemetry and the go instrumentation heavily in production. They work great. Kudos to everyone who contributes. I opened this ticket to start a discussion about...
## Motivation and Context ## TODO - [ ] Tests or benchmark included - [ ] Documentation is changed or added on [https://app.gitbook.com/](https://app.gitbook.com/) - [ ] PR title must follow...
:robot: I have created a release *beep* *boop* --- ## [0.8.0](https://github.com/wundergraph/cosmo/compare/[email protected]) (2024-08-12) ### Features * add metrics port to service and deployment spec of router helm chart ([#828](https://github.com/wundergraph/cosmo/issues/828)) ([3e9595b](https://github.com/wundergraph/cosmo/commit/3e9595b3b1ee99c8d7baadf19b42cff8b95a7a43)) *...
Hi, I use the module to compress 3MB HTML and Javascript. The response takes seconds ~1.8s. The variant without the brotli middleware takes ~20ms Compression level: 6 (Default) Machine: Mac...
### Component(s) _No response_ ### What happened? ## Description Hi, I found out that scope attributes attached to a Meter aren't forwarded to ClickHouse. It seems, they aren't passed here...
## Motivation and Context ## TODO - [ ] Tests or benchmark included - [ ] Documentation is changed or added on [https://app.gitbook.com/](https://app.gitbook.com/) - [ ] PR title must follow...