Kenny Trytek
Kenny Trytek
Commands executed in Terminal running on OS X 10.12.6. Base Python 2.7.14 installed using PyEnv: ``` $ pip --version pip 9.0.1 from /Users/kennytrytek/.pyenv/versions/2.7.14/Python.framework/Versions/2.7/lib/python2.7/site-packages (python 2.7) $ easy_install --version setuptools 28.8.0...
I'd like to take this one, please. My understanding is that the resubmit UI should have an option in addition to the `OK` and `Cancel` buttons to update parameter values...
Looking through the code a bit more, this actually seems like it's largely already solved in this case: https://github.com/argoproj/argo-workflows/blob/master/ui/src/app/workflows/components/workflow-creator.tsx I'd like to propose the following behavior when clicking the Resubmit...
[AWS pseudo-parameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html#cfn-pseudo-param-stackid) exist, and this issue reads to me as though user-defined pseudo-parameters would be sufficient, provided those pseudo-parameters allow for CFN template functions (`!GetAtt`, `!Sub`, etc.) to be used....
As a workaround, I added a transform processor to our Mimir OpenTelemetry collector that watches for this case and sets the span status to OK. ``` processors: transform/cortexquerycontextcanceledspanevent: error_mode: ignore...
I don't have exactly this use case, but for CSP / crash reporting, the payload is a JSON list. I would like to emit one log per JSON object in...
@shalper2 It looks like my use case is substantially different from this one. I don't think the idea of splitting on arbitrary invalid JSON objects (as this issue suggests) is...
👍 I did implement a custom processor for my use case, since I couldn't figure out how to do it with OTTL or a combination of other processors. I will...
@mterhar Here's a copy of the processor I created: https://gist.github.com/kennytrytek-wf/a3af128d664e61fa55f14c68e532c8fe It is purpose-built for my use case, but could be changed to give configuration options on what types of reports...
> I want to be sure we're not going to break existing installations @jaronoff97 Release https://github.com/open-telemetry/opentelemetry-operator/releases/tag/v0.107.0 has already broken existing installations, since upgrade 105 is not being applied due to...