Jesus Torres
Jesus Torres
maybe a simplest solution can be add a new comment to specify custom extractions like ```js // i18next-extract-mark type1 type-1 // i18next-extract-mark label defaultValue ```
hi, for a rapid solution of chrome problem, you can modify ng-csv.js else in line 211 for that ``` else { var blob = new Blob([scope.csv],{ type: 'text/csv' }); var...
1- Check Angular Version ```shell $> ng version _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_...
hi @iblancasa thanks for your response, yes i follow the auto instrumentation guide using the CRDs from otel operator. Already installed cert-mananger on my cluster otel-operator,values.yaml ``` admissionWebhooks: certManager: enabled:...
The truth is I hadn't done it, but it's not very difficult to implement, so I tried it, and some errors appears!!! This time follow the [auto instrumentation guide](https://opentelemetry.io/docs/instrumentation/js/automatic/) instead...
Alright, i can't find a way to fix the TLS problem, but otel include a http version on port 4318, so modifying to use that receiver. change that env variable...
nodejs docs (https://nodejs.org/api/cli.html#-r---require-module) ``` -r, --require module[#](https://nodejs.org/api/cli.html#-r---require-module) Added in: v1.6.0 Preload the specified module at startup. Follows require()'s module resolution rules. module may be either a path to a file,...
Well, after a while, I got it to work, it's a hacky solution but works.... 0. Create my own project (using this a base https://github.com/open-telemetry/opentelemetry-operator/blob/main/autoinstrumentation/nodejs) 1. Modify the Dockerfile ```...
Hi, I think it is because every time you click "test" you open a new connection, in Rabbitmq the messages are not delivered repeatedly to all conections, they are only...