Eugene Kulak
Eugene Kulak
@ddzyx Strange, but it looks like `ninja` is not compatible with Django middleware (isn't it what ninja suppose to solve in the first place?). Your views should return the `JsonResponse`...
same issue here. my steps: 1. install cert-manager (`kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.2/cert-manager.yaml`) 2. install operator (`kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/latest/download/opentelemetry-operator.yaml`) 3. deploy service (`kubectl apply -f deployment.yaml`) I have used the...
> @keu, could you please confirm the Otel Operator version you have installed? @yuriolisa thank you for the quick response, how can I check it? I just did ``` kubectl...