-
## Issue
If there is 500 error response from the translation server side, go-api skip the translation of the whole object instead of just that field/request. We should properly handle this be skipping…
-
## Environment
**OS:** macOS 15.0 24A335 arm64
**Node:** v20.12.2
Dependencies:
```
"@nestjs/common": "^10.4.4",
"@nestjs/config": "3.2.3",
"@nestjs/core": "^10.4.4",
"dd-trace": "^5.22.…
-
There is no good way to tell long running gRPC streams that they need to cycle due to upstream GOAWAY. We should add the ability to cycle the streams on a per-time basis to workaround this. Another op…
-
### Version
22.9.0 (Docker Latest)
### Platform
```text
Linux (Docker Latest)
root@0cd652c8fcb1:/# uname -a
Linux 0cd652c8fcb1 5.15.0-84-generic #93-Ubuntu SMP Tue Sep 5 17:16:10 UTC 2023 x86_6…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.1.6
### What's Wrong?
In …
-
### Observed behavior
I have stream with compression and limit maxBytes 6Gi
```
apiVersion: jetstream.nats.io/v1beta2
kind: Stream
metadata:
name: logs
spec:
name: logs
subjects: ["logs…
-
In the Discover log document profile provider, the heuristics we use categorize all docs with `data_stream.type: log` as log entries. This enables contextual features for these docs such as the log ov…
-
## :notebook: Summary
Currently the logs overview replaces the log stream on the APM service details page and the hosts page when the feature flag is enabled. We also want to replace the logs stream …
-
### systemd version the issue has been seen with
256.7-1
### Used distribution
Arch Linux
### Linux kernel version used
6.11.0-pf3
### CPU architectures issue was seen on
x86_64
### Component
…
-
In our environment, we do care about the process memory usage. If the RSS of our process exceeds the hard limit, OOM will occur. With the default options of jemalloc("retain:true, dirty_decay_ms:10000…