nise-wg2

Results 6 comments of nise-wg2

``` ✗ k get jobs -l "app=pulsar" NAME COMPLETIONS DURATION AGE pulsar-mini-bookie-init 1/1 15s 55s pulsar-mini-pulsar-init 0/1 55s ``` And it fails b/c: ` Warning FailedCreate 5s (x4 over 75s)...

So, there is a bug in the helm chart as this Job is not present in the https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/values.yaml#L137 list of images. Requires an override in the values like: ``` pulsar_metadata:...

I am facing the same issue. Followed https://github.com/open-telemetry/opentelemetry-cpp-contrib/blob/main/instrumentation/nginx/README.md. Neither `opentelemetry_propagate` nor `opentelemetry_attribute` are recognized. OpenTelemetry module is otherwise working and sending traces to the oltp enpoints for collection.

No, I ended up using github.com/open-telemetry/opentelemetry-cpp-contrib/releases/download/webserver Which is noisy and not configurable in the same way. PS: I failed to build otel_ngx_module.so library from sources. Too many dependencies etc.

Similar issue w latest Docker desktop on OSX M3. /bin/bash -c '/Users/xxx/tmp/bazel/base/execroot/__main__/bazel-out/darwin_arm64-fastbuild/bin/test/integration/intenv/intenv_/intenv /Users/xxx/tmp/bazel/base/execroot/__main__/bazel-out/darwin_arm64-fastbuild-ST-4a519fd6d3e4/bin/cdr/cdr-events-in/container_image.executable ' lsetxattr com.apple.provenance /f52af47487c7689b94bd0d30141a31953d1e9ff251a758202fc41a45a14a1f9f.tar: operation not supported tar: Write error To fix the issue, rolling back to...