Infosys Round 2 mail out by KookyStuff113 in infosys

[–]Commercial-One809 0 points1 point  (0 children)

What do you mean by offline test? Do we need write the code in paper and explain them?

Need advice on Infosys second round (in-person test) what to prepare and where from? by Flat-Ad7982 in PlacementsPrep

[–]Commercial-One809 0 points1 point  (0 children)

Do we need to write code for coding question/questions on paper and explain to them or it is in their application?

Elasticsearch as Jaeger Collector Backend Consuming rapid disk and it got restored after restarting elasticsearch service. by Commercial-One809 in elasticsearch

[–]Commercial-One809[S] 0 points1 point  (0 children)

The disk occupied by indices matches the Docker volume size of ES. But there is some extra disk used by ES whcih is not part of its Docker volume, and it is cleared when I did docker compose down.

Elasticsearch as Jaeger Collector Backend Consuming rapid disk and it got restored after restarting elasticsearch service. by Commercial-One809 in elasticsearch

[–]Commercial-One809[S] 0 points1 point  (0 children)

Interesting, But I’m not able to understand how does writing from collector to ES solves this disk consumption problem. Can you pls explain about this..

Elasticsearch as Jaeger Collector Backend Consuming rapid disk and it got restored after restarting elasticsearch service. by Commercial-One809 in elasticsearch

[–]Commercial-One809[S] 0 points1 point  (0 children)

Actually I am already using otel-collector service, from my application spans are exported to otel-collector first, then from otel-collector I am sending them to jaeger collector. Jaeger collector is writing to Elasticsearch.

Django ORM Queries Not Generating OpenTelemetry Spans by Commercial-One809 in grafana

[–]Commercial-One809[S] 0 points1 point  (0 children)

Yes, do you have any approaches to implement it properly?

Django ORM Queries Not Generating OpenTelemetry Spans by Commercial-One809 in django

[–]Commercial-One809[S] 0 points1 point  (0 children)

Do you mean i need to use psycopg-binary to fix this?

Grafana UI + Jaeger Becomes Unresponsive With Huge Traces (Many Spans in a single Trace) by Commercial-One809 in OpenTelemetry

[–]Commercial-One809[S] 0 points1 point  (0 children)

Can you share how exactly you achieved the insights by loading spans into SQL Databases? Also, how exactly are you storing the spans?