Jacob Martin

Results 6 issues of Jacob Martin

### Is there an existing issue that is already proposing this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

I can't find any option to get machine-readable output, such as JSON, so that we can e.g. set up automatic alerts when disk usage reaches a threshold.

Why is it when I install this release: https://github.com/IBM-Cloud/redli/releases/tag/v0.10.0 I get: ``` > redli --version 0.5.2 ``` This is confusing

The values.yaml file has: https://github.com/KongZ/charts/blob/a721b8366afbcc837f848f83774538045da8f3bb/charts/graylog/values.yaml#L70 https://github.com/KongZ/charts/blob/a721b8366afbcc837f848f83774538045da8f3bb/charts/graylog/values.yaml#L83 However, these need to be arrays: ``` env: [] envRaw: [] ``` They are unusable as objects. e.g., with these values: ``` graylog: envRaw:...

bug

Very strange setup here - there is a single trace for the entire queue processor, and each job processed is merely a span in that huuuge trace: ![image](https://github.com/jenniferplusplus/opentelemetry-instrumentation-bullmq/assets/4450814/d5e44222-3e16-4d01-81aa-e87f0e0e82bb) Why not...

help wanted

In the documentation, it states: > This chart will automatically calculate Java heap size from given resources.requests.memory value. If you want to specify number of heap size, you can set...

bug