1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-24 03:47:19 +02:00

Common weights for go pages (#4211)

This commit is contained in:
Severin Neumann 2023-06-07 16:14:32 +02:00 committed by GitHub
parent ce46eb5f85
commit 93a5ba131b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -4,5 +4,5 @@ linkTitle: API
redirect: https://pkg.go.dev/go.opentelemetry.io/otel
manualLinkTarget: _blank
_build: { render: link }
weight: 50
weight: 210
---

View File

@ -3,5 +3,5 @@ title: Examples
redirect: https://github.com/open-telemetry/opentelemetry-go/tree/main/example
manualLinkTarget: _blank
_build: { render: link }
weight: 60
weight: 220
---

View File

@ -1,7 +1,7 @@
---
title: Exporters
aliases: [/docs/instrumentation/go/exporting_data]
weight: 4
weight: 50
---
In order to visualize and analyze your [traces](/docs/concepts/signals/traces/)

View File

@ -1,6 +1,6 @@
---
title: Getting Started
weight: 2
weight: 10
---
Welcome to the OpenTelemetry for Go getting started guide! This guide will walk

View File

@ -4,7 +4,7 @@ linkTitle: Libraries
aliases:
- /docs/instrumentation/go/using_instrumentation_libraries
- /docs/instrumentation/go/automatic_instrumentation
weight: 3
weight: 40
---
Go does not support truly automatic instrumentation like other languages today.

View File

@ -4,7 +4,7 @@ linkTitle: Manual
aliases:
- /docs/instrumentation/go/instrumentation
- /docs/instrumentation/go/manual_instrumentation
weight: 3
weight: 30
---
Instrumentation is the process of adding observability code to your application.

View File

@ -1,6 +1,6 @@
---
title: Resources
weight: 6
weight: 70
---
Resources are a special type of attribute that apply to all spans generated by a

View File

@ -1,6 +1,6 @@
---
title: Sampling
weight: 8
weight: 80
---
Sampling is a process that restricts the amount of traces that are generated by