Add descriptions to pages (#1413)
This commit is contained in:
parent
dd1e906ca1
commit
31b37ed338
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Acknowledgements
|
||||
description: Acknowledgements for sources for content on this site
|
||||
spelling: cSpell:ignore otel
|
||||
aliases: [/acknowledgements]
|
||||
weight: 200
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
title: Collector
|
||||
weight: 10
|
||||
description: >-
|
||||
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Collector.svg" alt="Collector logo"></img>
|
||||
Vendor-agnostic way to receive, process and export telemetry data.
|
||||
spelling: cSpell:ignore Otel
|
||||
aliases: [/docs/collector/about]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: Components
|
||||
description: >-
|
||||
The main components that make up OpenTelemetry
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: "Data Collection"
|
||||
description: >-
|
||||
The OpenTelemetry project facilitates the collection of telemetry data via the OpenTelemetry Collector
|
||||
weight: 50
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: "Distributions"
|
||||
description: >-
|
||||
A distribution, not to be confused with a fork, is customized version of an OpenTelemetry component.
|
||||
weight: 90
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: Glossary
|
||||
description: >-
|
||||
Terminology you may or may not be familiar with used by the OpenTelemetry project
|
||||
weight: 100
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: "Instrumenting libraries"
|
||||
description: >-
|
||||
Learn how to add native instrumentation to your library
|
||||
weight: 40
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: "Instrumenting"
|
||||
description: >-
|
||||
How OpenTelemetry facilitates automatic and manual instrumentation of applications
|
||||
weight: 40
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: Observability Primer
|
||||
description: >-
|
||||
Learn some core concepts before you dig into OpenTelemetry
|
||||
weight: 9
|
||||
description: >-
|
||||
Before digging into OpenTelemetry, it is important to understand some core concepts first.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: Signals
|
||||
description: >-
|
||||
Categories of telemetry supported by OpenTelemetry
|
||||
weight: 11
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: "What is OpenTelemetry?"
|
||||
description: >-
|
||||
Background information on OpenTelemetry
|
||||
weight: 10
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: Instrumentation
|
||||
description: >-
|
||||
OpenTelemetry code instrumentation is supported for many popular programming languages
|
||||
weight: 2
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Reference
|
||||
weight: 100
|
||||
description: Reference material
|
||||
description: Reference material like the OpenTelemetry Specification
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue