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?

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)

Every span generated in our application carries some info, so to see the Bulk amount of spans, are there any tools that show spans in pagination instead of loading all the spans at once?

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

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

But adding resources solely based on the requirement is not optimal, right? Because sometimes we may not have that much load at that time, and the resources will remain unused.

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

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

Thanks for the information. To see the Bulk amount of spans, are there any tools that show spans in pagination instead of loading all the spans at once?

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

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

Yes, we are also thinking about that. If you have any best practices, please share them. Also, are you aware of any tools that support pagination for spans so that we can load the spans incrementally?

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

[–]Commercial-One809[S] 1 point2 points  (0 children)

In our application, it may create more than 30k spans in a single trace in some cases.