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

Added CTA for starring #1972

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 38 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<p align="center">
<img src="assets/logo.png" width="350" /></br>
<h2>Generate distributed traces for any application in Kubernetes without code changes.</h2>
If you find Odigos helpful, please ⭐ this repository to show your support!
</p>

<h2 align="center">
Expand Down Expand Up @@ -84,46 +85,48 @@ For more details, see our [quickstart guide](https://docs.odigos.io/intro).

### Managed Destinations


| Destination | Traces | Metrics | Logs |
|-------------------------|:------:|:-------:|:----:|
| AppDynamics | ✅ | ✅ | ✅ |
| Axiom | ✅ | | ✅ |
| AWS S3 | ✅ | | ✅ |
| Azure Blob Storage | ✅ | | ✅ |
| Causely | ✅ | | |
| Chronosphere | ✅ | ✅ | |
| Coralogix | ✅ | ✅ | ✅ |
| Datadog | ✅ | ✅ | ✅ |
| Dynatrace | ✅ | ✅ | ✅ |
| Gigapipe | ✅ | | |
| Google Cloud Monitoring | ✅ | ✅ | |
| Google Cloud Storage | ✅ | | ✅ |
| Grafana Cloud | ✅ | ✅ | ✅ |
| Honeycomb | ✅ | ✅ | ✅ |
| Last9 | ✅ | ✅ | |
| Lightstep | ✅ | | |
| Logz.io | ✅ | ✅ | ✅ |
| New Relic | ✅ | ✅ | ✅ |
| OpsVerse | ✅ | ✅ | ✅ |
| Sentry | ✅ | | |
| Splunk | ✅ | | |
| Sumo Logic | ✅ | ✅ | ✅ |
| ------------------------- | :------: | :-------: | :----: |
| AppDynamics | ✅ | ✅ | ✅ |
| Axiom | ✅ | | ✅ |
| AWS S3 | ✅ | | ✅ |
| Azure Blob Storage | ✅ | | ✅ |
| Causely | ✅ | | |
| Chronosphere | ✅ | ✅ | |
| Coralogix | ✅ | ✅ | ✅ |
| Datadog | ✅ | ✅ | ✅ |
| Dynatrace | ✅ | ✅ | ✅ |
| Gigapipe | ✅ | | |
| Google Cloud Monitoring | ✅ | ✅ | |
| Google Cloud Storage | ✅ | | ✅ |
| Grafana Cloud | ✅ | ✅ | ✅ |
| Honeycomb | ✅ | ✅ | ✅ |
| Last9 | ✅ | ✅ | |
| Lightstep | ✅ | | |
| Logz.io | ✅ | ✅ | ✅ |
| New Relic | ✅ | ✅ | ✅ |
| OpsVerse | ✅ | ✅ | ✅ |
| Sentry | ✅ | | |
| Splunk | ✅ | | |
| Sumo Logic | ✅ | ✅ | ✅ |

## Self-Hosted (Open Source) Destinations


| Destination | Traces | Metrics | Logs |
|---------------|:------:|:-------:|:----:|
| ClickHouse | ✅ | ✅ | ✅ |
| Elasticsearch | ✅ | | ✅ |
| Jaeger | ✅ | | |
| Loki | | | ✅ |
| OTLP | ✅ | ✅ | ✅ |
| OTLP HTTP | ✅ | ✅ | ✅ |
| Prometheus | | ✅ | |
| Quickwit | ✅ | | |
| qryn | ✅ | ✅ | ✅ |
| SigNoz | ✅ | ✅ | ✅ |
| Tempo | ✅ | | |
| --------------- | :------: | :-------: | :----: |
| ClickHouse | ✅ | ✅ | ✅ |
| Elasticsearch | ✅ | | ✅ |
| Jaeger | ✅ | | |
| Loki | | | ✅ |
| OTLP | ✅ | ✅ | ✅ |
| OTLP HTTP | ✅ | ✅ | ✅ |
| Prometheus | | ✅ | |
| Quickwit | ✅ | | |
| qryn | ✅ | ✅ | ✅ |
| SigNoz | ✅ | ✅ | ✅ |
| Tempo | ✅ | | |

Can't find the destination you need? Help us by following our quick [add new destination](https://docs.odigos.io/adding-new-dest) guide and submitting a PR.

Expand Down
Loading