You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSearch Observability Stack is an **open-source, OpenTelemetry-native observability platform** ([GitHub](https://github.com/opensearch-project/observability-stack)) for monitoring services, infrastructure, and AI agents. Install locally via Docker Compose — traces, logs, metrics, service maps, and agent tracing out of the box.
10
+
OpenSearch Observability Stack is an **open-source, OpenTelemetry-native observability platform** ([GitHub](https://github.com/opensearch-project/observability-stack)) for monitoring services, infrastructure, and AI agents. Install locally via Docker Compose — traces, logs, Prometheus metrics, service maps, and agent tracing out of the box.
11
11
12
12
## What You Can Do
13
13
14
14
<IconCardGrid>
15
-
<IconCardtitle="Traces, Logs & Metrics"icon="/docs/icons/app_monitoring.svg"items={["Collect via OTLP", "Correlate across signals", "Search with PPL and PromQL"]}href="/docs/investigate/discover-logs/" />
15
+
<IconCardtitle="Traces, Logs & Metrics"icon="/docs/icons/app_visualize.svg"items={["Collect via OTLP", "Log-trace correlation", "Search with PPL and PromQL"]}href="/docs/investigate/discover-logs/" />
16
16
<IconCardtitle="Application Monitoring"icon="/docs/icons/app_apm.svg"items={["Auto-generated service maps", "RED metrics from traces", "Latency and error tracking"]}href="/docs/apm/" />
-**Open source**: Fully open source, no vendor lock-in, self-host everything
24
+
-**OpenTelemetry-native**: All data ingestion uses OTel protocols and [semantic conventions](https://opentelemetry.io/docs/specs/semconv/)
25
+
-**GenAI-first**: Purpose-built views for AI agent tracing using standard `gen_ai.*` attributes
26
+
-**Local-first**: Runs entirely on your machine via Docker Compose — no cloud account required
27
+
-**Production path**: Same components (OpenSearch, Prometheus, OTel Collector) scale to production
28
+
21
29
## Quickstarts
22
30
23
31
<LinkCardtitle="Install & Explore"href="/docs/get-started/"description="Install the stack and explore traces already flowing from the built-in example services." />
@@ -28,16 +36,7 @@ OpenSearch Observability Stack is an **open-source, OpenTelemetry-native observa
28
36
The stack optionally ships with example services — a multi-agent travel planner, weather agent, and events agent that generate agent traces automatically. You can also enable the [OpenTelemetry Demo](https://opentelemetry.io/docs/demo/architecture/), a full microservices e-commerce app for realistic telemetry. Install, open Dashboards, and start exploring — no instrumentation needed.
29
37
</Aside>
30
38
31
-
## Why Observability Stack?
32
-
33
-
-**Open source**: Fully open source, no vendor lock-in, self-host everything
34
-
-**OpenTelemetry-native**: All data ingestion uses OTel protocols and semantic conventions
35
-
-**GenAI-first**: Purpose-built views for AI agent tracing using standard `gen_ai.*` attributes
36
-
-**Local-first**: Runs entirely on your machine via Docker Compose — no cloud account required
37
-
-**Production path**: Same components (OpenSearch, Prometheus, OTel Collector) scale to production
0 commit comments