odigos-io / odigos

Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF
https://odigos.io
Apache License 2.0
3.11k stars 187 forks source link

The data displayed on the choose source screen is incorrect. #482

Open alonkeyval opened 10 months ago

alonkeyval commented 10 months ago

The list of applications that appear on the source selection page defaults to the applications of the default namespace, the problem occurs when there is a namespace that starts with a lowercase letter "d" and is displayed first in the dropdown list.

To Reproduce Steps to reproduce the behavior:

  1. Make sure you have a namespace that starts with a lowercase d, If it doesn't exist, you can create one with the command: kubectl create ns <name>
  2. Go to Setup page
  3. See error

Expected behavior The apps listed should correspond to the information displayed in the dropdown menu.

Screenshots

image
saputkin commented 10 months ago

Hi @alonkeyval, let me take care of it :) basically need to make sure we choose the default ns instead of the one at index 0.

alonkeyval commented 9 months ago

any update? @saputkin

saputkin commented 9 months ago

@alonkeyval hi sorry, I’m on reserve duty (Israel), won’t be able to do it in the near future :(

alonkeyval commented 9 months ago

@alonkeyval hi sorry, I’m on reserve duty (Israel), won’t be able to do it in the near future :(

@saputkin be safe 🙏

Geen-19 commented 5 months ago

Is this error still there?

rauno56 commented 3 months ago

@alonkeyval, I'm not able to repro it. Are you?