Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1820

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Update README.md #1820

wants to merge 5 commits into from

Conversation

dovzhikova
Copy link
Contributor

Added description of Odigos and updated links to YouTube playlist

</h2>

## What is Odigos?

Odigos is an open-source distributed tracing solution that revolutionizes observability for Kubernetes environments. It provides instant tracing capabilities without requiring any code changes to your applications.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Odigos is an open-source distributed tracing solution that revolutionizes observability for Kubernetes environments. It provides instant tracing capabilities without requiring any code changes to your applications.
Odigos is an open-source distributed tracing solution that revolutionizes observability for Kubernetes environments. It provides instant distributed tracing, metrics and log capabilities without requiring any code changes to your applications.

* **Code-Free Instrumentation**: Set up distributed tracing in minutes, eliminating manual code modifications.
* **Multi-Language Support**: Works with Java, Python, .NET, Node.js, and Go applications.
* **eBPF-Powered**: Utilizes eBPF technology for high-performance instrumentation, especially for Go applications.
* **OpenTelemetry Compatible**: Generates traces in OpenTelemetry format for broad tool compatibility.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **OpenTelemetry Compatible**: Generates traces in OpenTelemetry format for broad tool compatibility.
* **OpenTelemetry Compatible**: Generates traces, metrics and logs in OpenTelemetry format for broad tool compatibility.

README.md Outdated

* **Code-Free Instrumentation**: Set up distributed tracing in minutes, eliminating manual code modifications.
* **Multi-Language Support**: Works with Java, Python, .NET, Node.js, and Go applications.
* **eBPF-Powered**: Utilizes eBPF technology for high-performance instrumentation, especially for Go applications.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the open-source version, eBPF is used only for go. Is the "especially" meant for the enterprise edition?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I think we can rephrase it like this:
eBPF-Powered: Utilizes eBPF technology for high-performance instrumentation of Go applications. eBPF-based instrumentation for Java, Python, .NET, and Node.js is available in the commercial edition.

README.md Show resolved Hide resolved
README.md Outdated

## Why Choose Odigos?

1. **Efficiency**: Over 20x faster than manual instrumentation at higher percentiles.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only for the enterprise tier

README.md Outdated
Comment on lines 87 to 108

| | Traces | Metrics | Logs |
| ------------------------- | -------- | --------- | ------ |
| New Relic | ✅ | ✅ | ✅ |
| Datadog | ✅ | ✅ | ✅ |
| Grafana Cloud | ✅ | ✅ | ✅ |
| Honeycomb | ✅ | ✅ | ✅ |
| Chronosphere | ✅ | ✅ | |
| Logz.io | ✅ | ✅ | ✅ |
| qryn.cloud | ✅ | ✅ | ✅ |
| OpsVerse | ✅ | ✅ | ✅ |
| Dynatrace | ✅ | ✅ | ✅ |
| AWS S3 | ✅ | ✅ | ✅ |
| Google Cloud Monitoring | ✅ | | ✅ |
| Google Cloud Storage | ✅ | | ✅ |
| Azure Blob Storage | ✅ | | ✅ |
| Splunk | ✅ | | |
| Lightstep | ✅ | | |
| Sentry | ✅ | | |
| Axiom | ✅ | | ✅ |
| Sumo Logic | ✅ | ✅ | ✅ |
| Coralogix | ✅ | ✅ | ✅ |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list is not up to date.
While we are at it, or as a followup PR, we can update it and add missing destinations (like Elastic APM and Gigapipe).

I also wonder if it makes more sense to sort it alphabetically

| | Traces | Metrics | Logs |
| ------------- | ------ | ------- | ---- |
| --------------- | -------- | --------- | ------ |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also this list is not up-to-date.

For example, it is missing ClickHouse and otlp (gRPC, http) destinations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants