Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
9 changes: 9 additions & 0 deletions docs/microservices/observability/tools/monoscope.md
Original file line number Diff line number Diff line change
@@ -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.