Girish Chandrashekar

Results 11 comments of Girish Chandrashekar

@mikkeloscar Can you paste here the snippet that you prepared for creating the fake clientset. I cannot access our chat message anymore. I have one pending unit test to complete...

@otrosien I've complete the last task from my side. The e2e and documentation tests are taking longer than before which cause a timeout on the workflow step. I can try...

Tracing is relatively new and might not be heavily used by everyone because its an added cost to maintain a tracing collector or buy a tracing platform for analysis. Logging...

The python OpenTelemetry sdk currently doesn't have support for the `grpc.aio.Server`. There is an open [pull request](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1245) which will make the implementation easy for us.

All these usage of 'args' to create or initialise global parameters is not suitable. I will work on removing the instrumentation mixin and move the initialisation to module level. This...

I think this will become more important when we move to the operator because the deployment yamls are still generated by the `flow.to_kubernetes_yaml()` method. AFAIU we need this conversion to...

From my understanding, to create k8s resources we need to generate k8s manifest yaml which is currently done by the `to_kubernetes_yaml()` method. This is currently using static yaml files rather...

I recently tried to create a [kakfa to kafka](https://github.com/jina-ai/executor-kakfa2kafka-processor) ETL and ran into some limitations or incompatibilities.

I understand the arguments and after going through the documentation I believe that most of the features required for the Background or Listener Executor exists in the current Flow. Some...

Below some points of consideration for introducing the first version of OpenTelemetry support. # Configuration Options ~1. Use `JINA_ENABLE_OTEL_TRACING` to enable tracing everywhere.~ ~2. Use `JINA_ENABLE_OTEL_METRICS` to enable metrics everywhere.~...