Jatin Mehrotra

Results 16 comments of Jatin Mehrotra

``` git clone https://github.com/klaussinani/tusk.git cd tusk git checkout dependabot/npm_and_yarn/electron-9.4.0 npm install electron@latest npm install npm start ``` This works for me on ubuntu 20.04.02 LTS

Even i was looking for the same, re usable validation, did anybody found the solution

https://github.com/aws-observability/aws-otel-community/blob/master/sample-configs/operator/collector-config-xray.yaml Use this configuration Even in the docs its given : https://aws-otel.github.io/docs/getting-started/x-ray#sample-collector-configuration-putting-it-together

@murshed-panorama IMO there is no helm package. > Am I expected to manually apply this configuration file with kubectl? Yes. But if you are using terraform this can be automated...

The only way I was able to think of was to collect log using fluent bit as I am doing with another pods.

Even i am looking for something similar @jessegoodier did you solved this?

@mhausenblas >Thanks a lot for the details @jatinmehrotra and can you please share the collector logs, from what you shared it should work but without the collector logs it's hard...

@mhausenblas Here are the collector pod logs ``` 2023/10/31 08:32:46 ADOT Collector version: v0.32.0 2023/10/31 08:32:46 found no extra config, skip it, err: open /opt/aws/aws-otel-collector/etc/extracfg.txt: no such file or directory...

@mhausenblas Thank you for the confirmation and awaiting to know the further steps for container insights and metrics. Also according to this [docs](https://aws-otel.github.io/docs/getting-started/container-insights/eks-prometheus), do I need to customise my current...

@mhausenblas Like i mentioned in this comment https://github.com/aws-observability/aws-otel-collector/issues/2441#issue-1967965382 >Precisely I have followed this [guide](https://docs.aws.amazon.com/eks/latest/userguide/configure-cw.html) - Even in this guide it is mentioned that you can view metrics under custom namespace...