odigos icon indicating copy to clipboard operation
odigos copied to clipboard

Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF

Results 99 odigos issues
Sort by recently updated
recently updated
newest added

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...

bug
good first issue
frontend

**To Reproduce** Steps to reproduce the behavior: 1. Install Odigos 1. Port forward: `kubectl port-forward svc/ui 3000:3000` 1. Type `http://localhost:3000/create-destination?dest=coralogix` to your browsers addressbar 1. The app immediately redirects to...

bug

In the create destination page (for example at `/overview/destinations/create/form?dest=splunk`) Pressing enter should be the same as clicking the create destination button.

bug
good first issue
frontend
hacktoberfest

We should be able to move between different elements by pressing the tab key. This functionality is currently not working on the choose sources and choose destinations pages.

bug
frontend
hacktoberfest

Kubernetes clusters with PodSecurityPolicy enabled may refuse to deploy Odiglet due to the privileged permissions required (hostPID, hostNetwork, hostPath, etc). We should detect if PodSecurityPolicy is enabled in this cluster...

bug
go
hacktoberfest

Currently odigos nodejs instrumentation agent includes [a few resource detectors](https://github.com/keyval-dev/odigos/blob/f33d40dd1113177e1c7a2bd76a6684881563b2aa/odiglet/agents/nodejs/package.json#L22). ``` "@opentelemetry/resource-detector-alibaba-cloud": "0.28.1", "@opentelemetry/resource-detector-aws": "1.3.1", "@opentelemetry/resource-detector-container": "0.3.1", "@opentelemetry/resource-detector-gcp": "0.29.1", ``` Those resource detectors are installed as dependencies, but I think...

enhancement
good first issue
hacktoberfest
nodejs
never-stale

This PR addresses #1083 The main goal of this PR is to avoid overriding existing environment variables with the values used for instrumentation purposes. * Adding instrumentation-related environment variables to...

Is it possible to have the support for OTEL_EXPORTER_OTLP_ENDPOINT is Elastic’s APM Server (Elastic Cloud) **Describe the solution you'd like** Currently I dont see this on supported destinations list **Describe...

stale

Bumps the k8s-dependencies group in /odiglet with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/kubelet](https://github.com/kubernetes/kubelet). Updates `k8s.io/api` from 0.29.2 to 0.29.3 Commits 067c548 Update dependencies to v0.29.3 tag f98a503 Merge pull...

dependencies
go

Bumps the otel-dependencies group in /odiglet/agents/nodejs with 9 updates: | Package | From | To | | --- | --- | --- | | [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.7.0` | `1.8.0` |...

dependencies
javascript