Jaskaranbir Dhillon
Jaskaranbir Dhillon
**Is your feature request related to a problem? Please describe.** Having an interpolated string (using template-literals) causes failure in processing the Node. This is currently handled by throwing an error;...
The OpenTelemtry spec provides info on exception-handling that is based adding exception-info as Event: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/exceptions.md Currently, the exception-events passthrough as-is without any extra processing, which leads to following representation in...
[kube-prometheus-stack] Helm-upgrade fails due to admission-webhooks being unable to reach service
**Describe the bug** It seems like admission-webhooks arent patched to ignore failures during Helm-upgrades. This causes admission-webhooks to fail while the pod is being patched in single-replica deployments. **Version of...
Documentation for #create_pull_request_review and #submit_pull_request_review isn't very intuitive
The documentation for [submit-a-pull-request-review](https://developer.github.com/v3/pulls/reviews/#submit-a-pull-request-review) and [create-a-pull-request-review](https://developer.github.com/v3/pulls/reviews/#create-a-pull-request-review) doesn't really say what the difference is between the two. Both post a PR review to GitHub. IMO atleast something should be mentioned as...