From 80627987a929d7bd1cd177756bc5202c8b19ead2 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Wed, 14 Dec 2022 17:04:14 +0100 Subject: [PATCH 1/2] Add Telegraf features --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3c71cce95613f..0cc1045a59950 100644 --- a/README.md +++ b/README.md @@ -128,22 +128,22 @@ To learn more about our correctness tests, please see the [Vector test harness][ Vector is an end-to-end, unified, open data platform. -| | **Vector** | Beats | Fluentbit | Fluentd | Logstash | Splunk UF | Splunk HF | -|--------------------:|:----------:|:-----:|:---------:|:-------:|:--------:|:---------:|:---------:| -| **End-to-end** | **✓** | | | | | | | -| Agent | **✓** | ✓ | ✓ | | | ✓ | | -| Aggregator | **✓** | | | ✓ | ✓ | | ✓ | -| **Unified** | **✓** | | | | | | | -| Logs | **✓** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Metrics | **✓** | ⚠ | ⚠ | ⚠ | ⚠ | ⚠ | ⚠ | -| Traces | 🚧 | | | | | | | -| **Open** | **✓** | | ✓ | ✓ | | | | -| Open-source | **✓** | ✓ | ✓ | ✓ | ✓ | | | -| Vendor-neutral | **✓** | | ✓ | ✓ | | | | -| **Reliability** | **✓** | | | | | | | -| Memory-safe | **✓** | | | | | | | -| Delivery guarantees | **✓** | | | | | ✓ | ✓ | -| Multi-core | **✓** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| | **Vector** | Beats | Fluentbit | Fluentd | Logstash | Splunk UF | Splunk HF | Telegraf | +|--------------------:|:----------:|:-----:|:---------:|:-------:|:--------:|:---------:|:---------:|:--------:| +| **End-to-end** | **✓** | | | | | | | ✓ | +| Agent | **✓** | ✓ | ✓ | | | ✓ | | ✓ | +| Aggregator | **✓** | | | ✓ | ✓ | | ✓ | ✓ | +| **Unified** | **✓** | | | | | | | ✓ | +| Logs | **✓** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| Metrics | **✓** | ⚠ | ⚠ | ⚠ | ⚠ | ⚠ | ⚠ | ✓ | +| Traces | 🚧 | | | | | | | | +| **Open** | **✓** | | ✓ | ✓ | | | | ✓ | +| Open-source | **✓** | ✓ | ✓ | ✓ | ✓ | | | ✓ | +| Vendor-neutral | **✓** | | ✓ | ✓ | | | | ✓ | +| **Reliability** | **✓** | | | | | | | ✓ | +| Memory-safe | **✓** | | | | | | | ✓ | +| Delivery guarantees | **✓** | | | | | ✓ | ✓ | ✓ | +| Multi-core | **✓** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ⚠ = Not interoperable, metrics are represented as structured logs From a96874f279b2da39271cd0ab71b15f35e5d86e32 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Wed, 14 Dec 2022 18:21:43 +0100 Subject: [PATCH 2/2] Telegraf does not have end-to-end delivery guarantees --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc1045a59950..f46937260f104 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,9 @@ Vector is an end-to-end, unified, open data platform. | **Open** | **✓** | | ✓ | ✓ | | | | ✓ | | Open-source | **✓** | ✓ | ✓ | ✓ | ✓ | | | ✓ | | Vendor-neutral | **✓** | | ✓ | ✓ | | | | ✓ | -| **Reliability** | **✓** | | | | | | | ✓ | +| **Reliability** | **✓** | | | | | | | | | Memory-safe | **✓** | | | | | | | ✓ | -| Delivery guarantees | **✓** | | | | | ✓ | ✓ | ✓ | +| Delivery guarantees | **✓** | | | | | ✓ | ✓ | | | Multi-core | **✓** | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |