Yakov Dlougach
Yakov Dlougach
I am interested to use opencensus in one of my projects, but I would need the following: > Add find_package / install support.
Some more context on what happens when there is inconsistency is here: https://github.com/prometheus/prometheus/issues/8367
> In your golang example: did you set `EnableOpenMetrics` to true? Could you please share the http request / response including headers? I am using Prometheus python client in the...
Is there any workaround for this?
This should be fairly trivial to fix by adding `jsonnet_realloc(vm, whatever_variable, 0)` in several places.
This happened for normal (non-scheduled) `SparkApplication` for me. Considering that the operator already automatically handles too long pod names, I think it's reasonable to ask that it should handle volume...
Is there a workaround, I am experiencing the same issue when a dynamically linked binary crashes (while the same binary linked statically works). I am hoping that linking libprotobuf dynamically...
A workaround for the time being is to use postrender script in Helm that looks like: ```bash yq '. |= (select(.kind == "Deployment") | .spec.template.spec.containers[0].args += "-webhook-fail-on-error=true")' - ```
> Can you describe what the `-webhook-fail-on-error=true` arg does? It makes sure that if kubernetes API can't reach the webhook, then the pod creation will fail (the default behaviour is...
Example code: ```c++ #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; // Powered by caide (code generator, tester, and library code inliner) class...