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:
parent
ce46eb5f85
commit
93a5ba131b
@ -4,5 +4,5 @@ linkTitle: API
|
||||
redirect: https://pkg.go.dev/go.opentelemetry.io/otel
|
||||
manualLinkTarget: _blank
|
||||
_build: { render: link }
|
||||
weight: 50
|
||||
weight: 210
|
||||
---
|
||||
|
@ -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
|
||||
---
|
||||
|
@ -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/)
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Getting Started
|
||||
weight: 2
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Welcome to the OpenTelemetry for Go getting started guide! This guide will walk
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Sampling
|
||||
weight: 8
|
||||
weight: 80
|
||||
---
|
||||
|
||||
Sampling is a process that restricts the amount of traces that are generated by
|
||||
|
Loading…
x
Reference in New Issue
Block a user