Common weights for python pages (#2836)
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
This commit is contained in:
parent
5df9b03b13
commit
219af44d40
|
@ -4,5 +4,5 @@ linkTitle: API
|
||||||
redirect: https://opentelemetry-python.readthedocs.io/en/latest/#
|
redirect: https://opentelemetry-python.readthedocs.io/en/latest/#
|
||||||
manualLinkTarget: _blank
|
manualLinkTarget: _blank
|
||||||
_build: { render: link }
|
_build: { render: link }
|
||||||
weight: 50
|
weight: 210
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Automatic Instrumentation
|
title: Automatic Instrumentation
|
||||||
linkTitle: Automatic
|
linkTitle: Automatic
|
||||||
weight: 30
|
weight: 20
|
||||||
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
|
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Agent Configuration
|
title: Agent Configuration
|
||||||
linkTitle: Configuration
|
linkTitle: Configuration
|
||||||
weight: 45
|
weight: 10
|
||||||
spelling: cSpell:ignore distro mkdir myapp uninstrumented virtualenv
|
spelling: cSpell:ignore distro mkdir myapp uninstrumented virtualenv
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Auto-Instrumentation Example
|
title: Auto-Instrumentation Example
|
||||||
linkTitle: Example
|
linkTitle: Example
|
||||||
weight: 45
|
weight: 20
|
||||||
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
|
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Using the OpenTelemetry Operator to Inject Auto-Instrumentation
|
title: Using the OpenTelemetry Operator to Inject Auto-Instrumentation
|
||||||
linkTitle: Operator
|
linkTitle: Operator
|
||||||
weight: 45
|
weight: 30
|
||||||
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
|
spelling: cSpell:ignore distro mkdir uninstrumented virtualenv
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Cookbook
|
title: Cookbook
|
||||||
weight: 47
|
weight: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
This page is a cookbook for common scenarios.
|
This page is a cookbook for common scenarios.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
spelling: cSpell:ignore configurator distro distros loglevel
|
spelling: cSpell:ignore configurator distro distros loglevel
|
||||||
title: OpenTelemetry Distro
|
title: OpenTelemetry Distro
|
||||||
linkTitle: Distro
|
linkTitle: Distro
|
||||||
weight: 48
|
weight: 110
|
||||||
---
|
---
|
||||||
|
|
||||||
In order to make using OpenTelemetry and auto-instrumentation as quick as
|
In order to make using OpenTelemetry and auto-instrumentation as quick as
|
||||||
|
|
|
@ -3,5 +3,5 @@ title: Examples
|
||||||
redirect: https://opentelemetry-python.readthedocs.io/en/stable/examples/
|
redirect: https://opentelemetry-python.readthedocs.io/en/stable/examples/
|
||||||
manualLinkTarget: _blank
|
manualLinkTarget: _blank
|
||||||
_build: { render: link }
|
_build: { render: link }
|
||||||
weight: 60
|
weight: 220
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Exporters
|
title: Exporters
|
||||||
weight: 4
|
weight: 50
|
||||||
spelling: cSpell:ignore LOWMEMORY proto
|
spelling: cSpell:ignore LOWMEMORY proto
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Getting Started
|
||||||
description: Get telemetry for your app in less than 5 minutes!
|
description: Get telemetry for your app in less than 5 minutes!
|
||||||
spelling: cSpell:ignore venv distro rolldice randint
|
spelling: cSpell:ignore venv distro rolldice randint
|
||||||
spelling: cSpell:ignore rollspan loglevel loggingexporter
|
spelling: cSpell:ignore rollspan loglevel loggingexporter
|
||||||
weight: 1
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
This page will show you how to get started with OpenTelemetry in Python.
|
This page will show you how to get started with OpenTelemetry in Python.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Manual Instrumentation
|
title: Manual Instrumentation
|
||||||
linkTitle: Manual
|
linkTitle: Manual
|
||||||
weight: 3
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
Manual instrumentation is the process of adding observability code to your
|
Manual instrumentation is the process of adding observability code to your
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Using mypy
|
title: Using mypy
|
||||||
weight: 49
|
weight: 120
|
||||||
---
|
---
|
||||||
|
|
||||||
If you're using [mypy](http://mypy-lang.org/), you'll need to turn on
|
If you're using [mypy](http://mypy-lang.org/), you'll need to turn on
|
||||||
|
|
Loading…
Reference in New Issue