Skip to content

Commit a28ee20

Browse files
committed
Add quick starts for onboarding
1 parent 71cf3cb commit a28ee20

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
slug: /serverless/observability/quickstarts/auto-detect-logs-metrics
3+
title: Auto-detect logs and metrics
4+
description: Learn how to scan your hosts to detect and collect logs and metrics.
5+
tags: [ 'serverless', 'observability', 'how-to' ]
6+
---
7+
8+
{/* TODO: Make sure title matches the title used in the UI */}
9+
10+
Add intro here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
slug: /serverless/observability/quickstarts/overview
3+
title: Quickstarts
4+
description: Learn how to ingest your observability data and get immediate value.
5+
tags: [ 'serverless', 'observability', 'how-to' ]
6+
---
7+
8+
{/* Is this to buzzwordy? Not sure TTV should be hyphenated, but it reads weird otherwise. */}
9+
10+
Our quickstarts dramatically reduce your time-to-value by offering a fast path to ingest and visualize your Observability data.
11+
Each quickstart provides:
12+
13+
- A highly opinionated, fast path to data ingestion
14+
- Sensible configuration defaults with minimal configuration required
15+
- Auto-detection of logs and metrics
16+
- Quick access to related dashboards and visualizations
17+
18+
## Available quickstarts
19+
20+
- <DocLink slug="/serverless/observability/quickstarts/auto-detect-logs-metrics"/>
21+

docs/en/serverless/serverless-observability.docnav.json

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
"classic-sources": [ "enObservabilityObservabilityIntroduction" ],
1111
"classic-skip": true
1212
},
13+
{
14+
"slug": "/serverless/observability/quickstarts/overview",
15+
"items": [
16+
{
17+
"slug": "/serverless/observability/quickstarts/auto-detect-logs-metrics"
18+
}
19+
]
20+
},
1321
{
1422
"slug": "/serverless/observability/observability-billing"
1523
},

docs/en/serverless/what-is-observability-serverless.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ layout: landing
2222
sectionTitle="Get started"
2323
items={
2424
[
25+
{
26+
"title": "Quickstarts",
27+
slug: "/serverless/observability/quickstarts/overview",
28+
"description": "Add a catchy description here.",
29+
},
2530
{
2631
"title": "Get started with Logs",
2732
slug: "/serverless/observability/get-started-with-logs",

0 commit comments

Comments
 (0)