diff --git a/README.md b/README.md index bf3c4e413..bd7ddf9dd 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ I created this repository to share a set of links that I found valuable and insp | [Observability - Tools - Fluent Bit](docs/microservices/observability/tools/fluent-bit.md) | Fluent Bit is a lightweight and efficient log processor and forwarder. This topic covers the basics of Fluent Bit, how it works, and how to set it up in a microservices architecture. | | [Observability - Tools - FluentD](docs/microservices/observability/tools/fluentd.md) | Fluentd is an open-source log collector and aggregator. This topic covers the basics of Fluentd, how it works, and how to set it up in a microservices architecture. | | [Observability - Tools - Loki](docs/microservices/observability/tools/loki.md) | Loki is a horizontally-scalable, highly-available log aggregation system. This topic covers the basics of Loki, how it works, and how to set it up in a microservices architecture. | +| [Observability - Tools - Monoscope](docs/microservices/observability/tools/monoscope.md) | Monoscope is an open-source observability platform (AGPL-3.0) that ingests logs, traces, and metrics and stores them in S3-compatible buckets. It is OpenTelemetry-native with 750+ integrations and supports natural language queries via LLMs. | | [Resiliency](docs/microservices/resiliency/resiliency.md) | Resiliency is the ability of a system to recover from failures and continue functioning. This topic covers different resiliency patterns and strategies used for building fault-tolerant microservices. | | [Resiliency - Idempotency](docs/microservices/resiliency/idempotency.md) | Idempotency is a technique used to ensure that an operation can be safely retried without causing unintended effects. This topic explains what idempotency is and how it can be implemented in a microservices architecture. | | [Resiliency - High Availability](docs/microservices/resiliency/high-availibility.md) | High availability is a property of a system that ensures it remains operational even in the face of hardware or software failures. This topic covers different high availability patterns and strategies used for building fault-tolerant microservices. | diff --git a/docs/microservices/observability/tools/monoscope.md b/docs/microservices/observability/tools/monoscope.md new file mode 100644 index 000000000..b6347f073 --- /dev/null +++ b/docs/microservices/observability/tools/monoscope.md @@ -0,0 +1,9 @@ +# Monoscope + +## 📝 Overview + +[Monoscope](https://monoscope.tech/) is an open-source observability platform (AGPL-3.0) that ingests logs, traces, and metrics and stores them in S3-compatible buckets. It is OpenTelemetry-native with 750+ integrations and supports natural language queries via LLMs, making it a cost-effective self-hosted alternative to Datadog and New Relic. + +## 📦 Libraries + +- [monoscope-tech/monoscope](https://github.com/monoscope-tech/monoscope) - Ingest and explore your logs, traces and metrics. Stored in S3-compatible buckets. Query in natural language via LLMs.